function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin";
}
function highlightButton(s) {
    if ("INPUT"==event.srcElement.tagName)
      event.srcElement.className=s
}

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf("4") != -1)
{ }
else
{
  document.write("<style type=\"text/css\">.buttons { color: #0000FF; background-color: #E0E0E0; font-family: Arial,tahoma,verdana; font-size: 13px; font-weight: bold; text-decoration: none; letter-spacing: 0px; border: 0px solid #000000; cursor: hand; } .actionButtons { color: #0000FF; background-color: #8984FF; font-family: Arial,tahoma,verdana; font-size: 13px; font-weight: bold; text-decoration: none; letter-spacing: 0px; border: 1px solid #E4A414; cursor: hand; border-width: 0px;}</style>");
}

