﻿// Open new windows functions
function newGameWindow(URLtoOpen, windowName, windowFeatures) {
	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

//DOWNLOADS
function wallPaper1024() 
{
	window.open("assets/html/download1024.html", "Download", "width=1024, height=768, toolbar=no, scrollbars=yes, resizable=no");
}

function wallPaper1280() 
{
	window.open("assets/html/download1280.html", "Download", "width=1280, height=1024, toolbar=no, scrollbars=yes, resizable=no");
}

function wallPaper1600() 
{
	window.open("assets/html/download1600.html", "Download", "width=1600, height=1200, toolbar=no, scrollbars=yes, resizable=no");
}


//FOOTER LINKS
function rules() 
{
	window.open("assets/html/rules.html", "rules", "width=570, toolbar=no, scrollbars=yes, resizable=no");
}

function legalNotice() 
{
	window.open("", "legalNotice", "");
}

function privacyPolicy() 
{
	window.open("http://www.ubi.com/US/Info/Info.aspx?tagname=PrivacyPolicy", "privacyPolicy");
}


//PREOREDER LINK
function preorderLink() 
{
	window.open("http://www.gamestop.com/browse/search.aspx?N=4294967118&Ntk=TitleKeyword&Ntt=price+is+right&Ntx=mode+matchallpartial", "preorderLink");
}