var imageFiles_ho4w_13 = new Array();
imageFiles_ho4w_13['0'] = new Array ('_images/ho4w_Home.gif', '_images/ho4w_HomeMouseover.gif');
imageFiles_ho4w_13['1'] = new Array ('_images/ho4w_About_Us.gif', '_images/ho4w_About_UsMouseover.gif');
imageFiles_ho4w_13['2'] = new Array ('_images/ho4w_Contact_Us.gif', '_images/ho4w_Contact_UsMouseover.gif');
imageFiles_ho4w_13['3'] = new Array ('_images/ho4w_Services.gif', '_images/ho4w_ServicesMouseover.gif');
imageFiles_ho4w_13['4'] = new Array ('_images/ho4w_Mkt__Info_.gif', '_images/ho4w_Mkt__Info_Mouseover.gif');
imageFiles_ho4w_13['5'] = new Array ('_images/ho4w_Retire__Plans.gif', '_images/ho4w_Retire__PlansMouseover.gif');
imageFiles_ho4w_13['6'] = new Array ('_images/ho4w_Cafe__Plans.gif', '_images/ho4w_Cafe__PlansMouseover.gif');
imageFiles_ho4w_13['7'] = new Array ('_images/ho4w_Biz__Mngmt_.gif', '_images/ho4w_Biz__Mngmt_Mouseover.gif');
imageFiles_ho4w_13['8'] = new Array ('_images/ho4w_BTG_System.gif', '_images/ho4w_BTG_SystemMouseover.gif');
imageFiles_ho4w_13['9'] = new Array ('_images/ho4w_Benefit_Port.gif', '_images/ho4w_Benefit_PortMouseover.gif');

function image_on_ho4w_13 (position) {
   var doc = eval("document.imageho4w_13" + position);
   doc.src = imageFiles_ho4w_13[position][1];
}

function image_off_ho4w_13 (position) {
   var doc = eval("document.imageho4w_13" + position);
   doc.src = imageFiles_ho4w_13[position][0];
}

