
var sWidth = screen.width;
var sHeight = screen.height;
if (sWidth > 761) {
	sWidth = ((sWidth - 758) / 2);
}
else {
	sWidth = 0;
}
if (sHeight > 535) {
	sHeight = ((sHeight - 532) / 6);
}
else {
	sHeight = 0;
}
document.write('<style type="text/css">');
document.write('p { line-height: 150%; font-style: normal; font-variant: normal; color: #000000; font-weight:');
document.write(' normal; font-size: 10px; color: #000000; font-family: verdana; }');
document.write('h5 { line-height: 120%; font-weight : normal; font-size: 11px; font-family: Arial;}');
document.write('a:link { color: #000000; text-decoration: none;  }');
document.write('a:visited { color: #000000; text-decoration: none; }');
document.write('blockquote { margin-top: -12; margin-bottom: -12;}');
document.write('a:hover { color: #000000; text-decoration: underline;}</style>');


function reqWin(desktopURL){

        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=800,height=500,resizable=yes");

}
