var scrj = 1;
function ssu() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("ssu()",40);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}




function NWO(theWINNAME,theURL){
window.open(theURL,theWINNAME,"toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=420,height=420");
}
function NWOPDF(theWINNAME,theURL){
window.open(theURL,theWINNAME,"toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=820,height=500");
}
function NWOINFO(theWINNAME,theURL){
window.open(theURL,theWINNAME,"toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=600,height=500");
}



function OnE(theSRC){
document.yl.src= theSRC;
}
function OffE(){
document.yl.src= 'images/top/yuilogo.gif';
}

function OnG(theSRC){
document.dl.src= theSRC;
}
function OffG(){
document.dl.src= 'images/top/domalogo.gif';
}



