var newwindow;
function poptastic(url)
{newwindow=window.open(url,'name','height=120,width=240');
if (window.focus) {newwindow.focus()}
}