	function	chart(pProject, pState) {
		var	x = new Array(840,600) ;
		var	y = new Array((screen.width-x[0])/2, (screen.height-x[0])/2) ;
		var	z = 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]) ;
		z.focus() ;
	}
	function glossary() {
		var	x = new Array(500,600) ;
		var	y = new Array((screen.width-x[0])/2, (screen.height-x[0])/2) ;
		var	z = window.open('glossary.asp?project=' + Project + '&state=' + State, 'glossary', 'resizable=yes, scrollbars=yes, status=yes, width='+x[0]+',height='+x[1]+', left='+y[0]+', top='+y[1]) ;
		z.focus() ;
	}
	function references() {
		var	x = new Array(500,600) ;
		var	y = new Array((screen.width-x[0])/2, (screen.height-x[0])/2) ;
		var	z = window.open('references.asp?project=' + Project + '&state=' + State, 'references', 'resizable=yes, scrollbars=yes, status=yes, width='+x[0]+',height='+x[1]+', left='+y[0]+', top='+y[1]) ;
		z.focus() ;
	}
	function resources() {
		var	x = new Array(680,600) ;
		var	y = new Array((screen.width-x[0])/2, (screen.height-x[0])/2) ;
		var	z = window.open('resources.asp?project=' + Project + '&state=' + State, 'resources', 'resizable=yes, scrollbars=yes, status=yes, width='+x[0]+',height='+x[1]+', left='+y[0]+', top='+y[1]) ;
		z.focus() ;
	}

