function PopWin(url,h,w,t,l,tb,sc,sb,mb,r) { 
	popupWin = window.open(url, 'popup', 'height=' + h + ',width=' + w + ',top=' + t + ',left=' + l + ',toolbar=' + tb + ', scrollbars=' + sc + ', status=' + sb + ', menubar=' + mb + ', resizable=' + r + '') 
}
