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