﻿function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
function myhome(){  
var tempName = navigator.appName; //nome completo del browser
var browserName = tempName.substring(0,3); //nome corto del 
var piattaforma = navigator.platform.substring(0,3)
    if (piattaforma == "Win"){
        if (browserName == "Mic"){
            if(document.all)
            document.body.style.behavior='url(#default#homepage)';
            document.body.setHomePage('http://www.cibibiologici.it');
            }else
            document.getElementById("tooltipH").style.visibility = "visible";
            {
        }
     }else{
        if (browserName == "Mic"){
            if(document.all)
            document.body.style.behavior='url(#default#homepage)';
            document.body.setHomePage('http://www.cibibiologici.it');
            }else
            document.getElementById("tooltipH").style.visibility = "visible";
            document.getElementById("tooltipH").style.marginTop = "333px";
            location.href = "#tooltip";
            {
        }
     }   
}
function cTooltip(){
    document.getElementById("tooltipH").style.visibility = "hidden";
}



