function popUp(winURL) 
{
		var winl = (screen.width + 100) / 2;
		window.open(winURL,"SolarMaxPortal > Help","width=640,height=800,location=no,left="+winl+",screenX="+winl+"");
}

