var bookmarkurl="http://3errefima.geniocard.it/" 
var bookmarktitle="3R FIMA Group" 

function addbookmark(){ 
if (document.all) 
window.external.AddFavorite(bookmarkurl,bookmarktitle) 
}

function set_homep()       {
          document.body.style.behavior='url(#default#homepage)';
          document.body.setHomePage('http://3errefima.geniocard.it/');
}
var doAlerts=false;
function changeSheets(whichSheet){
  whichSheet=whichSheet-1;
  if(document.styleSheets){
    var c = document.styleSheets.length;
    if (doAlerts) alert('Stile selezionato: '+(whichSheet+1));
    for(var i=0;i<c;i++){
      if(i!=whichSheet){
        document.styleSheets[i].disabled=true;
      }else{
        document.styleSheets[i].disabled=false;
      }
    }
  }
}
