<!--
function Rooms(page)
{
	// Place the popup window in the center of the screen
	var width = 615;
	// var width = 632;
	var height = 637;
	var xPos = screen.availWidth > width ? screen.availWidth/2 - width/2 : 0;
	var yPos = screen.availHeight > height ? screen.availHeight/2 - height/2 : 0;
	var features = "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,width=" + width + ",height=" + height + ",left=" + xPos + ",top=" + yPos;
	
	OpenWin = this.open(page, "CtrlWindow", features);
}

function smallgroupfind(page)
{
	// Place the popup window in the center of the screen
	var width = 985;
	var height = 800;
	var xPos = screen.availWidth > width ? screen.availWidth/2 - width/2 : 0;
	var yPos = screen.availHeight > height ? screen.availHeight/2 - height/2 : 0;
	var features = "toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes,status=yes,width=" + width + ",height=" + height + ",left=" + xPos + ",top=" + yPos;
	
	OpenWin = this.open(page, "CtrlWindow", features);
}

function TheLoop(page)
{
	// Place the popup window in the center of the screen
	var width = 800;
	var height = 1500;
	var xPos = screen.availWidth > width ? screen.availWidth/2 - width/2 : 0;
	var yPos = screen.availHeight > height ? screen.availHeight/2 - height/2 : 0;
	var features = "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,width=" + width + ",height=" + height + ",left=" + xPos + ",top=" + yPos;
	
	OpenWin = this.open(page, "CtrlWindow", features);
}

function video(page)
{
	// Place the popup window in the center of the screen
	var width = 600;
	var height = 616;
	var xPos = screen.availWidth > width ? screen.availWidth/2 - width/2 : 0;
	var yPos = screen.availHeight > height ? screen.availHeight/2 - height/2 : 0;
	var features = "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,width=" + width + ",height=" + height + ",left=" + xPos + ",top=" + yPos;
	
	OpenWin = this.open(page, "CtrlWindow", features);
}

function video770x470(page)
{
	// Place the popup window in the center of the screen
	var width = 770;
	var height = 470;
	var xPos = screen.availWidth > width ? screen.availWidth/2 - width/2 : 0;
	var yPos = screen.availHeight > height ? screen.availHeight/2 - height/2 : 0;
	var features = "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,width=" + width + ",height=" + height + ",left=" + xPos + ",top=" + yPos;
	
	OpenWin = this.open(page, "CtrlWindow", features);
}
//-->