function popitup(url) {

newwindow=window.open(url,'name','height=500, width=660, resizable=0, scrollbars, left=200, top=30');
if (window.focus)  {newwindow.focus();}return false;
}
