function popup(gameName,gameScreen) {
newwindow = window.open("popup.php?game=" + gameName + "&s=" + gameScreen, "popup", "width=660,height=590,scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0,status=0,directories=0,copyhistory=0");
}

function popupspec(imgName, width, height) {
newwindow = window.open("popup.php?image=" + imgName, "popup", "width=" + width + ",height=" + height + ",scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0,status=0,directories=0,copyhistory=0");
}

function popupWin(pageName, width, height) {
newwindow = window.open(pageName + ".php", "popupwin", "width=" + width + ",height=" + height + ",scrollbars=1,resizable=1,menubar=0,toolbar=0,location=0,status=0,directories=0,copyhistory=0");
}

function popupGuide(pageTitle, imgName, width, height) {
newwindow = window.open("gg-popup.php?title=" + pageTitle + "&image=" + imgName, "popupguide", "width=" + width + ",height=" + height + ",scrollbars=1,resizable=1,menubar=0,toolbar=0,location=0,status=0,directories=0,copyhistory=0");
}

function popupFreeGuide(pageTitle, imgName, width, height) {
newwindow = window.open("popup_guidescreen.php?title=" + pageTitle + "&image=" + imgName, "popupfreeguide", "width=" + width + ",height=" + height + ",scrollbars=1,resizable=1,menubar=0,toolbar=0,location=0,status=0,directories=0,copyhistory=0");
}
