
document.write('<style type="text/css">');
document.write('p { line-height: 130%; font-style: normal; font-variant: normal; color: #FFFFFF; font-weight:');
document.write(' normal; font-size: 9pt; color: #FFFFFF; font-family: Verdana; }');
document.write('h5 { line-height: 130%; font-weight : normal; font-size: 9pt; font-family: Verdana;}');
document.write('a:link { color: #FFE817; text-decoration: none;  }');
document.write('a:visited { color: #FFE817; text-decoration: none; }');
document.write('blockquote { margin-top: -12; margin-bottom: -12;}');
document.write('a:hover { color: #FFF7AE;  text-decoration: underline;}</style>');


function reqWin(desktopURL){

        desktop =window.open(desktopURL,"name","toolbar=yes,location=yes,status=no,menubar=no,scrollbars=yes,width=600,height=580,resizable=yes");

}