if( !cultureRoot || cultureRoot == null ) 
{
		var cultureRoot = "" ;
}

function ShowEmail()
{
    var url = cultureRoot + "/ContactUsPopup.aspx?href=";
    window.open(url,"Email","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=500,height=300");
}

function ShowPDF(href)
{
    window.open(href,"PDF","height=500,width=800,scrollbars=yes");
}

