// JavaScript Documentfunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}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;      }    }  }}