<!--
var newwindow;function newWindow(url){newwindow=window.open(url,'name','height=700,width=900,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');if(window.focus){newwindow.focus()}}


