﻿// JScript File
var noscore;
var gameIdStr;
function openGame(noscore,gameIdStr)
{
if(noscore!='NO')
{
MM_openBrWindow(linkpage,'gameplay','width=785,height=680,top=0, left=0,scrollbars=yes,resizable=yes');
}
else    
{

if(gameIdStr!='123')	
{
MM_openBrWindow('GamePlayPop.aspx?gameId='+gameIdStr+'&explicit=1&redirect=ImagePage.aspx?gameId='+gameIdStr,'gameplay','width=1000,height=620,top=0, left=0,scrollbars=yes,resizable=yes');
}
else
{
//MM_openBrWindow('GamePlayPop.aspx?gameId='+gameIdStr+'&explicit=1&redirect=ImagePage.aspx?gameId='+gameIdStr,'gameplay','width=1000,height=565,top=0, left=0,scrollbars=yes,resizable=yes');

}

}
}
