<!-- // promoroll.js navigation rollover script - main index //

 if (document.images) {
    fsg1On = new Image();
    fsg1On.src = "photos/fsg.jpg"; 
    fsg2On = new Image();
    fsg2On.src = "photos/fsg.jpg"; 
    fsg3On = new Image();
    fsg3On.src = "photos/fsg.jpg"; 
    fsg4On = new Image();
    fsg4On.src = "photos/fsg.jpg"; 
    fsg5On = new Image();
    fsg5On.src = "photos/fsg.jpg"; 
    fsg6On = new Image();
    fsg6On.src = "photos/fsg.jpg"; 
    fsg7On = new Image();
    fsg7On.src = "photos/fsg.jpg";
    fsg8On = new Image();
    fsg8On.src = "photos/fsg.jpg";
    fsg9On = new Image();
    fsg9On.src = "photos/fsg.jpg";
    fsg10On = new Image();
    fsg10On.src = "photos/fsg.jpg";
    fsg11On = new Image();
    fsg11On.src = "photos/fsg.jpg";
    fsg12On = new Image();
    fsg12On.src = "photos/fsg.jpg";
    fsg13On = new Image();
    fsg13On.src = "photos/fsg.jpg";
    fsg14On = new Image();
    fsg14On.src = "photos/fsg.jpg";
    fsg15On = new Image();
    fsg15On.src = "photos/fsg.jpg";
    fsg16On = new Image();
    fsg16On.src = "photos/fsg.jpg";
}

// rollover function on //
function gameImgOn (imgName) {
        if (document.images) {
          document.faces.src = eval(imgName + "On.src");
        }
}
//  document.promo.src = ("images/ov_promo_" + imgName + ".gif"); //
        
//rollover function off -unused in this rollover application- //
function gameImgOf (imgName) {
        if (document.images) {
          document[imgName].src = eval(imgName + "Of.src");
        }
}
//-->