function GoToPage(surl) 
{
window.open (surl, "_self");
};
function GoToPageBlank(surl)
{
window.open (surl, "_blank", "width=670,height=510,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
};
var g_bNetscape = (-1 != navigator.appName.indexOf("Netscape"));
if ( navigator.appName == "Netscape" )
{
	navigator.plugins.refresh();
	document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class");
	document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E");
};