function OpenCasino(location)
{
	var NewSite = true;
	var windowY = ((screen.availHeight-561)/2);
	var windowX = ((screen.width-804)/2);
	var UKWindow = false;

	var newsCut = "lang=en&ic=0";
	if (0 != "0")
	{
		if (UKWindow)
		{
			UKWindow.close();
		}
		
		var prop = "width=795,height=545,left=" + windowX + ",top=" + windowY + ",resizable=no,status=no,scrollbars=no,toolbar=no,menubar=no";
		UKWindow = window.open("/ukpopup.htm?" + newsCut + "&NewSite="+NewSite+"","Offline", prop);
	}
	else
	{
			openGame(location);
	}
}

function openGame(loc)
{
	var w = 801;
        var   h = 571;
	
	var l = (window.screen.width-w)/2;
	var t = (window.screen.height-h)/2;
	var filename = "http://ndl.888.com/casino/application/ViewActual.html?mode=3&LangID=en&" + sCutLangSt + "&dl="+loc; ;
	
	var prop = "height=" + h + ",width=" + w +
 ",status=1,titlebar=0,toolbar=no,menubar=no,location=no,resize=no,left=" + l + ",top=" + t;
	window.open(filename ,"Offline", prop);
}