	<!--
	function over(id, color, arrow, border) {
		if (id == "") {return false;}
		if (color != "") {document.all(id).style.backgroundColor = '#'+color;}
		if (arrow != "") {document.all(id+arrow).style.display = 'block';}
		if (border != "") {document.all(id).style.border = 'solid 1px #'+border;}
		document.all(id).style.cursor = 'pointer';
	}
	function out(id, color, arrow, border) {
		if (id == "") {return false;}
		if (color != "") {document.all(id).style.backgroundColor = '';}
		if (arrow != "") {document.all(id+arrow).style.display = 'none';}
		if (border != "") {document.all(id).style.border = 'solid 1px #'+border;}
		document.all(id).style.cursor = '';
	}
	function MM_reloadPage(init) {  //reloads the window if Nav4 resized
		if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
			else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
		}
	MM_reloadPage(true);
	//-->
