startMenu = function() {
if (document.all&&document.getElementById) {
cssmenu = document.getElementById("csstopmenu");
for (i=0; i<cssmenu.childNodes.length; i++) {
node = cssmenu.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

function launch(newURL, newName, newFeatures, orgName) {
  var remote = open(newURL, newName, newFeatures);
  return remote;}

function launchRemote1(text) {
if (window.myRemote) myRemote.close();
  myRemote = launch(text,"myRemote",                    'height=420,width=800,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no,screenX=0,screenY=0,left=10,top=20',"myWindow");}

function launchkolts (text) {
if (window.myRemote) myRemote.close();
  myRemote = launch(text,"myRemote",                    'height=600,width=850,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no,screenX=0,screenY=0,left=10,top=20',"myWindow");}

function launchref (text) {
if (window.myRemote) myRemote.close();
  myRemote = launch(text,"myRemote",                    'height=680,width=1014,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no,screenX=0,screenY=0,left=0,top=0',"myWindow");}