
document.write('<style type="text/css">');
document.write('p { line-height: 140%; font-style: normal; font-variant: normal; color: #000000; font-weight:');
document.write(' normal; font-size: 10pt; color: #000000; font-family: Arial; }');
document.write('h5 { line-height: 140%; font-weight : normal; font-size: 10pt; 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=yes,location=yes,status=no,menubar=no,scrollbars=yes,width=600,height=580,resizable=yes");

}


		if(document.images) {
		pxover = new Array(5);
		pxout = new Array(5);
		for(var n=1;n<5;n++) {
			pxover[n]=new Image(153,31);
			pxout[n]=new Image(153,31);
			pxover[n].src="buttons/b"+n+"on.gif";
			pxout[n].src="buttons/b"+n+".gif";
		}
	}
	function tabOn(i) {
		if(document.images) document.images["px"+i].src=pxover[i].src;
	}
	function tabOff(i) {
		if(document.images) document.images["px"+i].src=pxout[i].src;
	}