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

