function popitup(url) {newwindow=window.open(url,'name','height=345,width=510');if (window.focus) {newwindow.focus()}return false;}
