var imageFiles_gl_1 = new Array();
imageFiles_gl_1['0'] = new Array ('_images/gl_Solid_hardwood_Flooring.gif', '_images/gl_Solid_hardwood_FlooringMouseover.gif');
imageFiles_gl_1['1'] = new Array ('_images/gl_Unfinish_Hardwood_Flooring.gif', '_images/gl_Unfinish_Hardwood_FlooringMouseover.gif');
imageFiles_gl_1['2'] = new Array ('_images/gl_Engineered_Hardwood_Flooring.gif', '_images/gl_Engineered_Hardwood_FlooringMouseover.gif');
imageFiles_gl_1['3'] = new Array ('_images/gl_Exotic_Hardwood_Flooring.gif', '_images/gl_Exotic_Hardwood_FlooringMouseover.gif');

function image_on_gl_1 (position) {
   var doc = eval("document.imagegl_1" + position);
   doc.src = imageFiles_gl_1[position][1];
}

function image_off_gl_1 (position) {
   var doc = eval("document.imagegl_1" + position);
   doc.src = imageFiles_gl_1[position][0];
}
