	function	chart(pProject, pState) {
		var	x = new Array(840,600) ;
		var	y = new Array((screen.width-x[0])/2, (screen.height-x[0])/2) ;
		window.open('chart.asp?project=' + pProject + '&state=' + pState, 'chart', 'resizable=yes, scrollbars=yes, status=yes, width='+x[0]+',height='+x[1]+', left='+y[0]+', top='+y[1]) ;
	}

	function	himenu(pChoice) {
//		var	x = document.getElementById('gt'+pChoice).style.visibility = 'visible' ;
	}
	function	lomenu(pChoice) {
//		var	x = document.getElementById('gt'+pChoice).style.visibility = 'hidden' ;
	}


