function popup(url,name,size)
	{
	window.open (url,name,size);
	}
