if(navigator.appName=="Netscape")
{
	document.write("<STYLE TYPE='text/css'> .body{font-size:8pt; line-height: 12pt} .active{font-size: 8pt} .form{font-size: 8pt} .formfield{font-family: courier, sans-serif; font-size: 8pt} .description{font-family: arial, sans-serif; font-size: 8pt} </STYLE>");
}

if(navigator.appVersion.lastIndexOf("unix") != -1 || navigator.appVersion.lastIndexOf("BSD") != -1)
{
document.write("<STYLE TYPE='text/css'> .body{font-size:10pt; line-height: 12pt} .active{font-size:10pt; line-height: 12pt} .menu{font-size:10pt; line-height: 12pt} .menuinactive{font-size:10pt; line-height: 12pt}</STYLE>");
}

function openWindow(url, w, h)
{
	var options = "width=" + w + ",height=" + h + ",";
	options += "resizable=yes,scrollbars=yes,status=yes,";
	options += "menubar=no,toolbar=no,location=no,directories=no";
	var newWin = window.open(url, 'newWin', options);
	newWin.focus();
}