// JScript source code for Make Yahoo! My Home Page
if(navigator.userAgent.indexOf("MSIE") != -1)
{
    
    document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"left\"><a href='http://in.toolbar.yahoo.com' target='_blank'>ಯಾಹೂ ಸಾಧನಪಟ್ಟಿ</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='#' id='sethomepage' onClick=\"javascript:this.style.behavior='url(#default#homepage)';this.setHomepage('http://in.yahoo.com');return false;\">ಯಾಹೂ ನನ್ನ ಮುಖ್ಯಪುಟವಾಗಿಸಿ</a></td><td align=\"right\" valign=\"bottom\"><a href=\"/FAQ_English.htm\" target=\"_blank\"><img src=\"http://in.yimg.com/i/in/lang/Kannada/images/yahoo_font_help_final.gif\" border=\"0\" title=\"Font Help\" align=\"bottom\"></a></td></tr></table>")
}
else
{					    
    document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"left\"><a href='http://in.toolbar.yahoo.com' target='_blank'>ಯಾಹೂ ಸಾಧನಪಟ್ಟಿ</a>&nbsp;|&nbsp;&nbsp;<a id='sethomepage' href='#' onclick='showSetHomePageHelp()' >ಯಾಹೂ ನನ್ನ ಮುಖ್ಯಪುಟವಾಗಿಸಿ</a></td><td align=\"right\" valign=\"bottom\"><a href=\"/FAQ_English.htm\" target=\"_blank\"><img src=\"http://in.yimg.com/i/in/lang/Kannada/images/yahoo_font_help_final.gif\" border=\"0\" title=\"Font Help\" align=\"bottom\"></a></td></tr></table>");
    var hm=document.getElementById('sethomepage');                        
    var shpd = document.getElementById('shpd')
    if(!shpd){
    shpd=document.createElement('div');
    shpd.id='shpd';
    shpd.className='shdw';
    shpd.innerHTML='<div class=bd onmouseover=\'isOnHelp=true\' onmouseout=\'isOnHelp=false;setTimeout("hideSetHomePageHelp()",4000)\'><div id=pnt></div><a title="Yahoo!" class=shp href="http://in.yahoo.com/"><strong>Yahoo!</strong></a><ol><li>Drag the "Y!" and drop it onto the "House" icon.</li><li>Select "Yes" from the pop up window.</li><li>Nothing, you&#39;re done.</li></ol><div class=hr></div><p>If this didn&#39;t work for you or you want more detailed instructions <a href=http://in.yahoo.com/sethp.html>click here</a>.</p></div>';
    hm.parentNode.appendChild(shpd);
    //YAHOO.util.Event.addListener(document, 'click', function(){document.getElementById('shpd').style.display='none';});
    //document.onclick=function(){document.getElementById('shpd').style.display='none';}
    }
    shpd.style.display = 'none';
    shpd.style.visibility = 'hidden';
    var bcn=new Image;bcn.src="r/hf";
    
}
var isOnHelp=false;
function hideSetHomePageHelp()
{
    if(!isOnHelp)
    {
        var shpd = document.getElementById('shpd');
	    
        shpd.style.display = 'none';					    
        shpd.style.visibility = 'hidden';
    }
}
function showSetHomePageHelp()
{
    
    var shpd = document.getElementById('shpd');
    
    shpd.style.display = 'block';					    
    shpd.style.visibility = 'visible';
    setTimeout("hideSetHomePageHelp()",7000)
    //alert(shpd.style.visibility);
   // document.onclick=function(){document.getElementById('shpd').style.display='none';}
}