// JavaScript Document
var newwindow;function windowpop(url){newwindow=window.open(url,'name','height=520,width=620,top=500,left=500,resizable=no,scrollbars=auto,toolbar=no,status=no');if (window.focus) {newwindow.focus()}}

