
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: 12px; color: #000000; font-family: arial; }');
document.write('a:link { color: #ffffff; text-decoration: none;  }');
document.write('a:visited { color: #ffffff; text-decoration: none; }');
document.write('blockquote { margin-top: -12; margin-bottom: -12;}');
document.write('a:hover { color: #000000; text-decoration: none; }</style>');





function reqWin(desktopURL){

             desktop =window.open(desktopURL,"name","toolbar=yes,location=yes,status=no,menubar=yes,scrollbars=yes,width=790,height=600,resizable=yes");

	}
	
		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;
	}



function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#cdc88b";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#e4e1c0";
}
}



