


image1 = new Image();
image1.src = "buttons_03_over.gif";

image2 = new Image();
image2.src = "buttons_05_over.gif";

image3 = new Image();
image3.src = "buttons_07_over.gif";

image4 = new Image();
image4.src = "buttons_08_over.gif";

image5 = new Image();
image5.src = "button_retreat_over.gif"

var doAlerts=false;
function changeSheets(whichSheet){
  whichSheet=whichSheet-1;
  if(document.styleSheets){
    var c = document.styleSheets.length;
    if (doAlerts) alert('Change to Style '+(whichSheet+1));
    for(var i=0;i<c;i++){
      if(i!=whichSheet){
        document.styleSheets[i].disabled=true;
      }else{
        document.styleSheets[i].disabled=false;
      }
    }
  }
}

function ShowVideo(img, name, imgname, wid, hi){
  foto1= new Image();
  foto1.src=(img);
  foto2= new Image();
  foto2.src=(imgname);
  features =
    "toolbar=no,location=no,directories=no,status=no,menubar=no," +
    "scrollbars=no,resizable=no,width=320,height=285";
 dlg = window.open ("","Details",features);
 dlg.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
 dlg.document.write("<html>");
 dlg.document.write("<head>");
 dlg.document.write("<title>" + name + " </title>");
 dlg.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">");
 dlg.document.write("</head>");
 dlg.document.write("<body leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
 dlg.document.write("<object classid=\"clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95\">");
 dlg.document.write("<param name=\"AutoStart\" value=\"1\" />");
 dlg.document.write("<param name=\"FileName\" value=\"" + img + " \" />");
 dlg.document.write("</object>");
 dlg.document.write("</body>");
 dlg.document.write("</html>");
}
