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