function popUpBuild()
{
	myLeft = Math.round((screen.width - 550)/2);
	myTop = Math.round((screen.height - 350)/2);
	window.open("../popinstallations.htm", "myWindow", "status=0, height=350, width=550, left="+myLeft+", top="+myTop+", resizable = 0");
}