function openCapsule(url, name, prop)
   	{
	sizedWindow = window.open(url, name, prop);
		{
		setTimeout('sizedWindow.focus();', 250);
		}
	}