﻿var newwindow;

function poptastic(url)

{

      newwindow=window.open(url,'name','height=800,width=650,SCROLLBARS=YES');

      if (window.focus) {newwindow.focus()}

}
