function Gzoom (url) { GzoomWindow = window.open(url, "PNP", "width=,height=,resizable=yes,scrollbars=yes"); GzoomWindow.focus(); }