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