// JavaScript Documentfunction NewWin()
{
winl = (screen.width - 718) / 2;
wint = (screen.height - 420) /2;
newWindow = window.open ("home.html", "newWin", "width=718, height=420, left="+winl+", top="+wint+"")

}
