<!--
if (navigator.appName && navigator.appName.indexOf("Netscape")>=0) {
        document.write('<link rel=stylesheet href="/css/nav_nn.css" type="text/css">');
}
else {
	document.write('<link rel=stylesheet href="/css/nav_ie.css" type="text/css">');
}
//-->
<!--
function newWindow(sURL)
{
	window.open(sURL, "popupWindow", "status=0,scrollbars=yes,resizeable=1,width=500, height=200");
}

function writepop(sText)
{
	textwin = window.open("", "popwin", "status=0,scrollbars=yes,resizeable=1,width=500, height=200");
	textwin.document.writeln('<head><script language= "JavaScript">');
	textwin.document.writeln('function closeSelf(){setTimeout("self.close()", 20000);}');
	textwin.document.writeln('window.onload=closeSelf();');
	textwin.document.writeln('</script></head>');

	textwin.document.writeln('<body style="font-family: Geneva, Helvetica, Arial, sans-serif;">');
	textwin.document.writeln(sText);
}
//-->
