﻿// Open new windows functions
function newWindow(href) {
	newWindow1 = window.open(href, "newWindow", "width=955, height=600, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
}

function newKeyArt(href) {
	newWindow1 = window.open(href, "newKeyArt", "width=955, height=1224, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=no");
}

function newTrailer(href) {
	newWindow1 = window.open(href, "newTrailer", "width=550, height=330, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
}