/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
g_sEnterMessage=null;g_sEnterTitle=null;function enterPopupClicked()
{enterPopupClose();downloadAndRedirect();}
function enterPopupClose()
{var pop=document.getElementById("alertpop");pop.style.visibility="hidden";}
function enterPopupCheck()
{return isEnterPopup();}
function enterPopupShow()
{if(true==enterPopupCheck())
{var pop=document.getElementById("alertpop");pop.style.visibility="visible";pop.focus();}}
function enterPopupSetMessage(msg)
{g_sEnterMessage=msg;}
function enterPopupSetTitle(title)
{g_sEnterTitle=title;}
