function launchFullWindow() //launches the full screen immersive site
{
	var width = screen.width;
	var height = screen.height;
	
	var win = 'daddyDayCamp';
	var left = 0;
	var top = 0;
	
	var url = 'popup/index_site.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;
	
	if (height < 768)
	{
		features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;
	}
	
	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function wallpaper() //popup window
{
	var width = 400;
	var height = 395;
	
	var win = 'wallpapersPopWindow';
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	
	var url = './downloads/wallpaper.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function icon() //popup window
{
	var width = 400;
	var height = 395;
	
	var win = 'iconsPopWindow';
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	
	var url = './downloads/icon.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function screensaver() //popup window
{
	var width = 400;
	var height = 395;
	
	var win = 'screensaversPopWindow';
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	
	var url = './downloads/screensaver.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function matchGame() //popup window
{
	var width = 600;
	var height = 400;

	var win = 'gamePopWindow';
	var windowHeight = height+18;
	var left = (screen.width - width) / 2;
	var top = (screen.height - windowHeight) / 2;

	var url = './games/matchgame/index.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+windowHeight+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function mazeGame() //popup window
{
	var width = 600;
	var height = 400;
	var win = 'gamePopWindow';

	height += 18;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;

	var url = './games/mazegame/index.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}


function waterGunGame() //popup window
{
	var width = 600;
	var height = 400;
	var win = 'gamePopWindow';
	
	height += 18;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	
	var url = './games/watergun/index.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function tugOfWarGame() //popup window
{
	var width = 600;
	var height = 400;
	var win = 'gamePopWindow';
	
	height += 18;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	
	var url = './games/tugofwar/index.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function activityBook() //popup window
{
	var width = 400;
	var height = 395;
	
	var win = 'bookPopWindow';
	var windowHeight = height+18;
	var left = (screen.width - width) / 2;
	var top = (screen.height - windowHeight) / 2;
	
	var url='./downloads/activitybook/index.html';
	var features = 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+windowHeight+',left='+left+',top='+top;

	newwindow = window.open(url, win, features);
	if (window.focus) newwindow.focus();
}

function exitPopup(url) //popup window for links that leave the sonypictures.com website
{
	var width = 350;
	var height = 350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	newwindow = window.open('http://www.sonypictures.com/movies/daddydaycamp/popup/exit.php?url='+url, 'exitWindow','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left='+left+',top='+top);
	if (window.focus) newwindow.focus();
}

function popFlashSniffer() //links to the noflash page if a user does not have flash installed
{	
	var width = 600;
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	newwindow = window.open('http://www.sonypictures.com/movies/surfsup/site/noflash.html', 'window', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height+',left=' + left + ',top=' + top);
	if (window.focus) newwindow.focus();
}
