function PopUp(url) {
	window.open(url,"MyPopup",'top=2,left=2,height=360,width=360,scrollBars=1,scrollBars=Yes,resizable=1,resizable=Yes'); }