	var newWindow = null;
	function openPopUp1Window(URL)
	{
	Link = URL;
	newWindow=window.open(Link,"invite","toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no,top=5,left=80,width=800,height=640,resizable=yes")
	newWindow.focus();
	}
	var newWindow = null;
	function openPopUp1WindowResearch(URL)
	{
	Link = URL;
	newWindow=window.open(Link,"invite","toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no,top=5,left=80,width=800,height=920,resizable=yes")
	newWindow.focus();
	}
	var newWindow = null;
	function openPopUpWindowVideo(URL)
	{
	Link = URL;
	newWindow=window.open(Link,"video","toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no,top=5,left=80,width=645,height=398,resizable=yes")
	newWindow.focus();
	}
