function PopWin(url,h,w) { 
 popupWin = window.open(url, 'popup', 'height=' + h + ',width=' + w + ',top=10,left=10') 
} 
