// JavaScript Document
// -->

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

<!-- Begin
function monthPage() {
today = new Date();
m = new Array(
"jan.html","feb.html",
"mar.html","apr.html","may.html",
"jun.html","jul.html","aug.html",
"sep.html","oct.html",
"nov.html","dec.html"
);
window.location = m[today.getMonth()];
}
//  End -->
<!-- Begin
function menuPage() {
today = new Date();
n = new Array(
"janmenus.html","febmenus.html",
"marmenus.html","aprmenus.html","maymenus.html",
"junmenus.html","julmenus.html","augmenus.html",
"sepmenus.html","octmenus.html",
"novmenus.html","decmenus.html"
);
window.location = n[today.getMonth()];
}
//  End -->
<!--
function calcHeight()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('frame').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('frame').height=
      the_height;
}
//-->
<!--
function showhide(id){ 
if (document.getElementById){ 
obj = document.getElementById(id); 
if (obj.style.display == "none"){ 
obj.style.display = ""; 
} else { 
obj.style.display = "none"; 
} 
} 
} 
// -->


