function MM_goToURL() {
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function NewWindow(locat,name,hght,wdth)
{ eval("window.open('"+name+"','"+locat+"','height="+hght+",width="+wdth+",status=no,location=no,toolbar=no,directories=no,menubar=no,scrollbars=no');"); }
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
