function popitup1(url) {
newwindow=window.open(url,'name','height=515,width=655');
if (window.focus) {newwindow.focus()}
return false;
}