<!--
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);

function openWin(URL, myHeight, myWidth, myScroll, myResizable) {
	if(! myHeight) { myHeight=300 }
	if(! myWidth) { myWidth=600 }
	if(! myScroll ) { myScroll="yes" }
	if(! myResizable ) { myResizable="yes" }
	myParams="toolbar=no,width=" + myWidth + ",height=" + myHeight + ",status=no,scrollbars=" + myScroll + ",resizable=" + myResizable + ",menubar=no";
	window.open(URL,"_blank",myParams);
}

function fixUglyIE() 
{ 
for (a in document.links) document.links[a].onfocus = document.links[a].blur; 
} 
if (document.all) 
{ 
document.onmousedown = fixUglyIE; 
} 

function cellover(table_cell) {
	// play around with these values
	// element, from_color, to_color, interval(milliseconds), transition steps
	myfade(table_cell,'#d5ffff','#d5ffff',20,32)
}

function cellout(table_cell) {
	if (timerRunning) {
		clearInterval(iId)
		iId = null
	}
	table_cell.style.backgroundColor = ''
}
-->
