function openWin(url,windowName,w,h){
window.open(url,windowName,"scrollbars=yes,width="+w+",height="+h)
}

