
var newwindow;function popWin(url)
{newwindow=window.open(url,'name','height=400,width=700,scrollbars=yes');if(window.focus){newwindow.focus()}}
