function popupWin(URL) {
	window.open(URL,"","height=400,width=550,toolbar=0,menubar=0,location=0,menu=0,scrollbars=1,resizable=1");
	} 
