<!--
//	Open Project List or Map
//	************************
function OpenDescription(ag)

	{
		WindowHeight = 500;
		WindowWidth = 800;
		WindowPositionLeft = Math.abs(((screen.availWidth - (screen.Width - screen.availWidth)) - WindowWidth) / 2);
		WindowPositionTop = Math.abs(((screen.availHeight - (screen.Height - screen.availHeight)) - WindowHeight) / 2);
		WinResult = window.open("rpt_desc.asp", ag, "left="+WindowPositionLeft+",top="+WindowPositionTop+",width=800,height=500,resizable=yes,scrollbars=yes,location=no,menubar=no,titlebar=no, toolbar=no")
//		alert("desc popup"+ag+" prono"+prono)
	}
//-->