	function popup(URL,Name,Features)
	{
		window.open(URL,Name,Features);
	}