// JavaScript Document

<!--
function menuCHANGE(id){
	if(document.getElementById(id).style.display=='none'){
		document.getElementById(id).style.display='block';
		}
	else {document.getElementById(id).style.display='none';}
	}
// -->

<!--
	function terms(url)
	{
		newwindow=window.open(url,'name','height=400,width=400,scrollbars=yes');
		if (window.focus) {newwindow.focus()}
	}

// -->