var imageFiles_1y2ty_37 = new Array();
imageFiles_1y2ty_37['0'] = new Array ('_images/1y2ty_Home.gif', '_images/1y2ty_HomeMouseover.gif');
imageFiles_1y2ty_37['1'] = new Array ('_images/1y2ty_About_Us.gif', '_images/1y2ty_About_UsMouseover.gif');
imageFiles_1y2ty_37['2'] = new Array ('_images/1y2ty_Contact_Us.gif', '_images/1y2ty_Contact_UsMouseover.gif');
imageFiles_1y2ty_37['3'] = new Array ('_images/1y2ty_Selecting_a_Builder.gif', '_images/1y2ty_Selecting_a_BuilderMouseover.gif');
imageFiles_1y2ty_37['4'] = new Array ('_images/1y2ty_7_Steps_to_Building.gif', '_images/1y2ty_7_Steps_to_BuildingMouseover.gif');

function image_on_1y2ty_37 (position) {
   var doc = eval("document.image1y2ty_37" + position);
   doc.src = imageFiles_1y2ty_37[position][1];
}

function image_off_1y2ty_37 (position) {
   var doc = eval("document.image1y2ty_37" + position);
   doc.src = imageFiles_1y2ty_37[position][0];
}

