function getSP(W,H)
{
	return {x:(screen.width-W)/2, 
			 y:screen.height/3-H/2}
}
function MM300movie()
{
	var C=getSP(1000,448)
	window.open("/movies/GE_MotorComms.htm","GEMC","left="+C.x+",startX="+C.x+",top="+C.y+",startY="+C.y+",width=1000,height=448")
}
function MM300Pmovie()
{
	var C=getSP(573,240)
	window.open("/movies/MM300.html","GEMM3","left="+C.x+",startX="+C.x+",top="+C.y+",startY="+C.y+",width=573,height=240")
}
function OpenWin(pg)
{
	setTimeout("window.open('"+pg+"','learnmore')",0)
}
