
var textColorOn = "#FFFF99";
var textColorOff  = "#FFFFFF";

var a = '<style>' + 'A.MenuLink:link {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;' + 'color:' + textColorOff + ';' + 'text-decoration:none;' + '}' + 
'A.MenuLink:visited {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;' + 'color:' + textColorOff + ';' + 'text-decoration:none;' + '}' + 
'A.MenuLink:active {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;' + 'color:' + textColorOff + ';' + 'text-decoration:none;' + '}' + 
'A.MenuLink:hover {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;' + 'color:' + textColorOn + ';' + 'text-decoration:none;' + '}' + '</style>'
if (document.all){
    document.write(a)
}

function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function openwindowlink(winContent, winName) { 
  winHandle = window.open(winContent,winName,"height=450,width=450,resizable");
  if (winHandle.opener == null) {
    winHandle.opener = self; 
  }
} 


