// JavaScript Document

//openwindow

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function FullScreen()
{
	window.open("./", "", "fullscreen=yes, scrollbars=yes");
}