function regPop() {		win = window.open("register.html","reg",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=420,height=590');var width = 420; var height = 590;var aw = screen.availWidth; var ah = screen.availHeight; var xPos = (aw - width)/2; var yPos = (ah - height)/2; win.moveTo(xPos,yPos);}function FilmCredPop() {		win = window.open("filmcredits.html","filmcredits",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=660,height=480');var width = 660; var height = 480;var aw = screen.availWidth; var ah = screen.availHeight; var xPos = (aw - width)/2; var yPos = (ah - height)/2; win.moveTo(xPos,yPos);}function Open(url,windowname,horz,vert) {	window.open(url, windowname,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + horz + ',height=' + vert );	}