var imageFiles_5gb_1 = new Array();
imageFiles_5gb_1['0'] = new Array ('_images/5gb_Construction.gif', '_images/5gb_ConstructionMouseover.gif');
imageFiles_5gb_1['1'] = new Array ('_images/5gb_Properties.gif', '_images/5gb_PropertiesMouseover.gif');
imageFiles_5gb_1['2'] = new Array ('_images/5gb_Featured_Homes.gif', '_images/5gb_Featured_HomesMouseover.gif');
imageFiles_5gb_1['3'] = new Array ('_images/5gb_Work_in_Progress.gif', '_images/5gb_Work_in_ProgressMouseover.gif');
imageFiles_5gb_1['4'] = new Array ('_images/5gb_Contact_Us.gif', '_images/5gb_Contact_UsMouseover.gif');

function image_on_5gb_1 (position) {
   var doc = eval("document.image5gb_1" + position);
   doc.src = imageFiles_5gb_1[position][1];
}

function image_off_5gb_1 (position) {
   var doc = eval("document.image5gb_1" + position);
   doc.src = imageFiles_5gb_1[position][0];
}
