// JavaScript Document

function NewWin()
{
winl = (screen.width - 724) / 2;
wint = (screen.height - 514) /2;
newWindow = window.open ("swfcheck.html", "newWin", "width=724, height=514, left="+winl+", top="+wint+"")

}
