	var newWindow = null;
	function openPopUpWindow(URL)
	{
	Link = URL;
	newWindow=window.open(Link,"ethics","toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no,top=5,left=80,width=503,height=317,resizable=yes")
	newWindow.focus();
	}
	
	function openPopUpVideoWindow(URL)
	{
	Link = URL;
	newWindow=window.open(Link,"ethics","toolbar=no,scrollbars=yes,menubar=no,status=no,directories=no,location=no,top=5,left=80,width=590,height=448,resizable=yes")
	newWindow.focus();
	}
	