<!-- //hide script from old browsers


// let's preload images 
   //scottOn  =new Image();
   //scottOff =new Image();
   //homeOn   =new Image();
   //homeOff  =new Image();
   //scottOn.src  ='http://www.footprintsshoes.com/greengemr.gif';
   //scottOff.src ='http://www.footprintsshoes.com/redgemr.gif';
   //homeOn.src ='http://www.footprintsshoes.com/homeg.gif';
   //homeOff.src='http://www.footprintsshoes.com/home.gif'; 
if(browserOK)
 { jordanOn =new Image();
   jordanOff=new Image(); 
   jordanOn.src ='http://www.footprintsshoes.com/jordanaq.gif';
   jordanOff.src='http://www.footprintsshoes.com/jordan_shutov.gif'; 
   
}; 


var greenLight = 'http://www.footprintsshoes.com/greengemr.gif'
var redLight   = 'http://www.footprintsshoes.com/redgemr.gif'
//  onMouseOver="imgOn('red','http://www.footprintsshoes.com/greengemr.gif')"
//   onMouseOut="imgOff('red','http://www.footprintsshoes.com/redgemr.gif')"

function imgOn(imgname,imgsrc) {
document[imgname].src=imgsrc;
//////document[imgname].src='http://www.footprintsshoes.com/greengemr.gif';
}

function imgOff(imgname,imgsrc) {
document[imgname].src=imgsrc;
///////////////////////////////////////imgname.src=imgsrc;
}
//ACTIVE = "red.gif"  	  //image over the link
//DISABLED = "gray.gif" //image when not over the link

//function imgover(imgname)
//{ imgname.src = ACTIVE }

//function imgout(imgname)
//{ imgname.src = DISABLED }
//end hiding contents -->

