// JavaScript Document

<!--

function getWin(url,winName,w,h,top,left){
var newWin = window.open(url,winName,'menubar=no,status=no,directories=no,width='+w+',height='+h+ ',top='+((screen.height-h)/5)+',left='+((screen.width-w)/2.1));
newWin.focus();
}

//-->
