﻿
// This function is used when we want to do a "page-gate".  Change image source and uncomment the lines
// Do not comment this function since it is always called in the load script of Zeollar's home page
function doPageGate()
{
 
   /*
    $("#theatremode").html('<div><br/><br/><br/><br/><img src="http://live.viasilverlight.com/ZeollarOnDemand/Scripts/PageGate.png" border="0" alt="" style="" /></div><div onclick="closePageGate()" style="cursor: pointer;"><font color="yellow">[X] Close and continue to zeollar.com</font></div>');
    $("#slplayer").css("display", "none");
    $("#theatremode").css("display", "");
	*/
}

// This function is called on the click of the X (or close this window) when the PageGate is shown. 
// This function will never be called if there is no page-gate
function closePageGate() 
{
    /*
    $("#theatremode").html("");
    $("#slplayer").css("display", "");
    $("#theatremode").css("display", "none");
	*/
}
