function openWin(url,name,arguments) 
	{
		newWindow = window.open(url, name, arguments);
		newWindow.focus();
	}
