	function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}
	
	function gg(target, iNo) {
		obj=document.getElementById(target+String(iNo));
		obj.style.display=( (obj.style.display=='none') ? '' : 'none'); }
	
	function go(tar) { 
		var as=document.getElementById(tar);
		as.style.display=''; }

	function gi(tar) { 
		var as=document.getElementById(tar);
		as.style.display='none'; }

	