﻿// JScript File

var resGoogleSearch = arrPropConfig[57];
  if(resGoogleSearch=="1")
    {      
       document.getElementById('tbGoogleSearch').style.display ='block';   
    }	
    
    if (arrPropConfig[109] != "0")
    {
    document.getElementById("divFooterText").innerHTML= "<b>&copy;" + arrPropConfig[109]+"</b>";
    }
    else
    {
     document.getElementById("divFooterText").innerHTML="Copyright and Trade Mark Notice &copy; owned by or licensed to "+ AjaxUtilsMethods.GetPublicationName().value +" ePaper.";
    }

var logo_display =arrPropConfig[1];
var logo_alttext=arrPropConfig[2];
var logo_Url=arrPropConfig[3];
if(logo_display=="1")
{
    document.getElementById("footerpLogo").style.display="block";
    document.getElementById("footerpLogo").style.visibility="visible";
}
else
{
    document.getElementById("footerpLogo").style.display="none";
    document.getElementById("footerpLogo").style.visibility="hidden";
}

document.getElementById("footerpLogo").setAttribute("title",logo_alttext);
function popupfooterURL()
{
   window.open(logo_Url,"",""); 
}


 
if(arrPropConfig[27]=="1")
{
clientSideInclude("page_middle_bg", "../../../mailcontent/HeaderToolbar.htm")
}
//document.getElementById("tdhToolbar").style.display="block";

if(arrPropConfig[28]=="1")
{
clientSideInclude("tdfToolbar", "../../../mailcontent/FooterToolBar.htm");
}

