﻿// 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("winnersList.htmL", "winnersList");
}


//PREOREDER LINK
function preorderLink() 
{
	window.open("http://www.amazon.com/s/qid=1227130091/ref=sr_nr_i_0?ie=UTF8&rs=&keywords=the%20price%20is%20right%20video%20game&rh=i%3Aaps%2Ck%3Athe%20price%20is%20right%20video%20game%2Ci%3Avideogames", "preorderLink");
}