<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
//
aFadeObjects = new Object();
aFadeTimers = new Object();
function aFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("aFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
    clearTimeout(aFadeTimers[object.sourceIndex]);
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;
    if (object.filters.alpha.opacity != destOp){
        aFadeObjects[object.sourceIndex]=object;
        aFadeTimers[object.sourceIndex]=setTimeout("aFade(aFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}

<!--
function NavRollOver1(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#CFEFFC";}}
function NavRollOut1(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#ffffff";}}
function open_info (surl, swidth, sheight, sscroll) 
{
 var tmp1 = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=';
  tmp1 += sscroll;
  tmp1 += ',resizable=no,copyhistory=no,width=';
  tmp1 += swidth;
  tmp1 += ',height=';
  tmp1 += sheight;
  window.open(surl,'info',tmp1);
  
  return;
  }
function NavRollOver2(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#DCFED8";}}
function NavRollOut2(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#ffffff";}}
function open_info (surl, swidth, sheight, sscroll)
 {
 var tmp1 = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=';
  tmp1 += sscroll;
  tmp1 += ',resizable=no,copyhistory=no,width=';
  tmp1 += swidth;
  tmp1 += ',height=';
  tmp1 += sheight;
  window.open(surl,'info',tmp1);
  
  return;
  }
function NavRollOver3(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FCFFC9";}}
function NavRollOut3(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#ffffff";}}
function open_info (surl, swidth, sheight, sscroll)
 {
 var tmp1 = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=';
  tmp1 += sscroll;
  tmp1 += ',resizable=no,copyhistory=no,width=';
  tmp1 += swidth;
  tmp1 += ',height=';
  tmp1 += sheight;
  window.open(surl,'info',tmp1);
  
  return;
  }
function NavRollOver4(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FEE4E4";}}
function NavRollOut4(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#ffffff";}}
function open_info (surl, swidth, sheight, sscroll)
 {
 var tmp1 = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=';
  tmp1 += sscroll;
  tmp1 += ',resizable=no,copyhistory=no,width=';
  tmp1 += swidth;
  tmp1 += ',height=';
  tmp1 += sheight;
  window.open(surl,'info',tmp1);
  
  return;
  }
// -->

<!--
function MM_openBrWindow(theURL,winName,features) { //v1.0
  window.open(theURL,winName,features);
}

function MM_closeBrWindow(theURL,winName,features) { //v1.0
  window.close(theURL,winName,features);
}
//-->
