// JavaScript Documentfunction fWinOp(URL, w, h) {	t = (screen.height / 2) - (h / 2);	l = (screen.width /2) - (w / 2);	window.open(URL,'Aquastyl','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width='+w+',height='+h+',left='+l+',top='+t);}