function winOpen(url, h, w, s) { openwin = window.open(url,'','height='+h+', width='+w+', resizable='+s); }