var imageFiles_3l_9 = new Array();
imageFiles_3l_9['0'] = new Array ('_images/3l_Privacy_Policy.gif', '_images/3l_Privacy_PolicyMouseover.gif');
imageFiles_3l_9['1'] = new Array ('_images/3l_Home.gif', '_images/3l_HomeMouseover.gif');
imageFiles_3l_9['2'] = new Array ('_images/3l_About_Us.gif', '_images/3l_About_UsMouseover.gif');
imageFiles_3l_9['3'] = new Array ('_images/3l_Ordering_Info.gif', '_images/3l_Ordering_InfoMouseover.gif');
imageFiles_3l_9['4'] = new Array ('_images/3l_Shipping_Info.gif', '_images/3l_Shipping_InfoMouseover.gif');
imageFiles_3l_9['5'] = new Array ('_images/3l_Dyeing_Info.gif', '_images/3l_Dyeing_InfoMouseover.gif');
imageFiles_3l_9['6'] = new Array ('_images/3l_Farbic_Info.gif', '_images/3l_Farbic_InfoMouseover.gif');
imageFiles_3l_9['7'] = new Array ('_images/3l_Catalog.gif', '_images/3l_CatalogMouseover.gif');
imageFiles_3l_9['8'] = new Array ('_images/3l_Cart.gif', '_images/3l_CartMouseover.gif');
imageFiles_3l_9['9'] = new Array ('_images/3l_Heel_Ht__Width.gif', '_images/3l_Heel_Ht__WidthMouseover.gif');
imageFiles_3l_9['10'] = new Array ('_images/3l_Return_Policy.gif', '_images/3l_Return_PolicyMouseover.gif');
imageFiles_3l_9['11'] = new Array ('_images/3l_Form.gif', '_images/3l_FormMouseover.gif');
imageFiles_3l_9['12'] = new Array ('_images/3l_Ordering_Info.gif', '_images/3l_Ordering_InfoMouseover.gif');

function image_on_3l_9 (position) {
   var doc = eval("document.image3l_9" + position);
   doc.src = imageFiles_3l_9[position][1];
}

function image_off_3l_9 (position) {
   var doc = eval("document.image3l_9" + position);
   doc.src = imageFiles_3l_9[position][0];
}

