﻿
//==============Start Js For Home page's Header Logo======================
  var sPath = window.location.pathname;  
  var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);   
  if(sPage.toLowerCase()=="home.aspx" || sPage.toLowerCase()=="default.aspx" || sPage.toLowerCase()=="") 
    document.getElementById("divKfLogo").innerHTML="<a href='/home.aspx'><img style='border-width: 0px;width:305px;height:160px;' alt='<H1>Kingfisher World – King of Good Times</H1>'     src='/Images/kingfisherlogo_in.aspx'/></a>";
  else if(sPage.toLowerCase()=="cheers.aspx")
    document.getElementById("divKfLogo").innerHTML="<a href='/home.aspx'><img style='border-width: 0px;width:289px;height:122px;' alt='<H1>Kingfisher World – King of Good Times</H1>'     src='/Images/logo_kf_cheer.aspx'/></a>";        
  else
    document.getElementById("divKfLogo").innerHTML="<a href='/home.aspx'><img style='border-width: 0px;width:305px;height:160px;' alt='<H1>Kingfisher World – King of Good Times</H1>'   src='/Images/kingfisherlogo_in.aspx'/></a>";
//===================end Js=======================================
 

//==================Start Js For Footer============================
    var imgPath="http://www.kingfisherworld.com/Images/Common/";


     function ImgHOver(ID)
     {   
       if(document.getElementById(ID).src== imgPath + "twitter.gif")
           document.getElementById(ID).src=imgPath + "twitter_c.gif";      
       else if(document.getElementById(ID).src==imgPath + "facebook.gif")
           document.getElementById(ID).src=imgPath + "facebook_c.gif";
       else if(document.getElementById(ID).src==imgPath + "orkut.gif")
           document.getElementById(ID).src=imgPath + "orkut_c.gif";      
       else if(document.getElementById(ID).src==imgPath + "Flicker.gif")
           document.getElementById(ID).src=imgPath + "Flicker_c.gif";      
       else if(document.getElementById(ID).src==imgPath + "youtube.gif")
           document.getElementById(ID).src=imgPath + "youtube_c.gif";       
     } 
     
     function ImgMOut()
     {   
       if(document.getElementById('imgTweeter').src== imgPath + "twitter_c.gif")
           document.getElementById('imgTweeter').src=imgPath + "twitter.gif";
       else if(document.getElementById('imgFacebook').src==imgPath + "facebook_c.gif")
           document.getElementById('imgFacebook').src=imgPath + "facebook.gif";          
       else if(document.getElementById('imgOrkut').src==imgPath + "orkut_c.gif")
           document.getElementById('imgOrkut').src=imgPath + "orkut.gif";
       else if(document.getElementById('imgFlickr').src==imgPath + "Flicker_c.gif")
           document.getElementById('imgFlickr').src=imgPath + "Flicker.gif";      
       else if(document.getElementById('imgYouTube').src==imgPath + "youtube_c.gif")
           document.getElementById('imgYouTube').src=imgPath + "youtube.gif";       
     } 

//=====================end Js===============================

