       
varnewwindow=null; var settings =null;
function poptasticR(url) { settings='height=440,width=600,top=5,left=10,scrollbars=yes'; newwindow=window.open(url,'name',settings); if (window.focus) { newwindow.focus() } }

 