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