	function attachTheDrill(id)
	{
		if (window.opener != null) {
			window.opener.ddd(id)
		}
		window.close();	
	}
	function checkTheButton()
	{
		if ((window.name == 'DrillsVideoRelations'))
			{
			document.getElementById('relationButton').style.display = 'inline';
			}
	}	
