<!-- 	function openNewWindow(URLtoOpen,windowName,sizeX,sizeY) {		newWindow = window.open(URLtoOpen, windowName, "width=" + sizeX + ",height=" + sizeY + ",toolbar=no,location=no,directories=no,status=0,resizable=no,scrollbars=no,menubar=no");		newWindow.moveTo(((screen.width/2)-(sizeX/2)),((screen.height/2)-(sizeY/2)));} -->
