function MyPopUp2(url)
	{
	window.open(url,"PopUp","width=550,height=620,resizable=yes,scrollbars=yes");
	}
