

<!-- hide script from old browsers

function newWin(url,w,h){
sw=(screen.width-w)/2
sh=(screen.height-h)/1
var daWindow= window.open(url, "myWin", "width="+w+",height="+h+",resizable=no,top="+sh+",left="+sw+",scrollbar=no")
daWindow.focus()
}

// end hiding script from old browsers -->
