var imageFiles_lp_15 = new Array();
imageFiles_lp_15['0'] = new Array ('_images/lp_I__Home__I.gif', '_images/lp_I__Home__IMouseover.gif');
imageFiles_lp_15['1'] = new Array ('_images/lp_Contact_Us__I.gif', '_images/lp_Contact_Us__IMouseover.gif');
imageFiles_lp_15['2'] = new Array ('_images/lp_Our_Policy__I.gif', '_images/lp_Our_Policy__IMouseover.gif');
imageFiles_lp_15['3'] = new Array ('_images/lp_Feed_Back__I.gif', '_images/lp_Feed_Back__IMouseover.gif');

function image_on_lp_15 (position) {
   var doc = eval("document.imagelp_15" + position);
   doc.src = imageFiles_lp_15[position][1];
}

function image_off_lp_15 (position) {
   var doc = eval("document.imagelp_15" + position);
   doc.src = imageFiles_lp_15[position][0];
}
