
function openPopUp(theURL,winName,features)
	{
	window.open(theURL,"topic","width=330px, height=390px, left=300px; top=150px, scrollbars=no");
	}

function openFullscreen(theURL,winName,features)
	{
	window.open(theURL,"windowName","fullscreen=1, scrollbars=no");
	}
