var menu_sel = "";
var menuItems = 4;
  
  
 

function settaMenu(menu)
{
  for(i=0; i<menuItems; i++){
    if(i == menu){
     document.getElementById(String(i)).className = 'visited';//+String(i)+'A';
     //document.getElementById(String(i)+'A').style.visibility = 'hidden';
    //document.getElementById(String(i)).innerHTML = '<span class="myclass typeface-js" style="font-family: Georgia;color:#FFF;">'+menuContents_ar[i]+'<span>';
    }else{
    document.getElementById(String(i)).className = ""; 
    //document.getElementById(String(i)+'A').style.visibility = 'visible';
    //document.getElementById(String(i)).innerHTML = menuContents_ar[i];
    
    }
  }
  caricaBox(menu);
  
  _typeface_js.replaceText(document.getElementById('mainMenu'));
  
  
  /*
  if(!(BrowserDetect.browser == "Explorer" && Number(BrowserDetect.version) <= 6)){

  	window.killTimer()
	
    if(!window._typefaceTimer2)
	  window._typefaceTimer2 = setTimeout(window.timerFunction2, 3000);
    
  }      
  */
}

function caricaBox(selected)
{
  if(selected == "0")    attivaIntroduzione();
  if(selected == "1")    attivaCaratteristiche();
  if(selected == "2")    attivaStoria();
  if(selected == "3")    attivaSocieta();
  
  
}

function attivaIntroduzione()
{
  if(document.getElementById("Introduzione") != null) document.getElementById("Introduzione").className = "div_displayon";
  if(document.getElementById("extraIntro") != null) document.getElementById("extraIntro").className = "div_displayon";
  if(document.getElementById("lowContent") != null) document.getElementById("lowContent").className = "div_displayon";
  if(document.getElementById("Caratteristiche") != null) document.getElementById("Caratteristiche").className = "div_displayoff";
  if(document.getElementById("Storia") != null) document.getElementById("Storia").className = "div_displayoff";
  if(document.getElementById("Societa") != null) document.getElementById("Societa").className = "div_displayoff";
  if(document.getElementById("extraCarat") != null) document.getElementById("extraCarat").className = "div_displayoff";
}

function attivaCaratteristiche()
{
  if(document.getElementById("Introduzione") != null) document.getElementById("Introduzione").className = "div_displayoff";
  if(document.getElementById("Caratteristiche") != null) document.getElementById("Caratteristiche").className = "div_displayon";
  if(document.getElementById("Storia") != null) document.getElementById("Storia").className = "div_displayoff";
  if(document.getElementById("Societa") != null) document.getElementById("Societa").className = "div_displayoff";
  if(document.getElementById("extraIntro") != null) document.getElementById("extraIntro").className = "div_displayoff";
  if(document.getElementById("extraCarat") != null) document.getElementById("extraCarat").className = "div_displayon"; 
  if(document.getElementById("lowContent") != null) document.getElementById("lowContent").className = "div_displayoff";   
  
}

function attivaStoria()
{
  if(document.getElementById("Introduzione") != null) document.getElementById("Introduzione").className = "div_displayoff";
  if(document.getElementById("Caratteristiche") != null) document.getElementById("Caratteristiche").className = "div_displayoff";
  if(document.getElementById("Storia") != null) document.getElementById("Storia").className = "div_displayon";
  if(document.getElementById("Societa") != null) document.getElementById("Societa").className = "div_displayoff";
  if(document.getElementById("extraIntro") != null) document.getElementById("extraIntro").className = "div_displayoff";
  if(document.getElementById("extraCarat") != null) document.getElementById("extraCarat").className = "div_displayoff";
  if(document.getElementById("lowContent") != null) document.getElementById("lowContent").className = "div_displayoff";
}

function attivaSocieta()
{
  if(document.getElementById("Introduzione") != null) document.getElementById("Introduzione").className = "div_displayoff";
  if(document.getElementById("Caratteristiche") != null) document.getElementById("Caratteristiche").className = "div_displayoff";
  if(document.getElementById("Storia") != null) document.getElementById("Storia").className = "div_displayoff";
  if(document.getElementById("Societa") != null) document.getElementById("Societa").className = "div_displayon"; 
  if(document.getElementById("extraIntro") != null) document.getElementById("extraIntro").className = "div_displayoff";
  if(document.getElementById("extraCarat") != null) document.getElementById("extraCarat").className = "div_displayoff";
  if(document.getElementById("lowContent") != null) document.getElementById("lowContent").className = "div_displayoff";

}

var tmp = true
function scrollToCatalogue()
{
  if(tmp==true){
    $.scrollTo( '#title_concept', 600);
    tmp = false;
    setTimeout('tmp=true',1000);
  }
}

window.onload = function() 
{
      /*//store html contents
      var menuContents_ar = []
      for(i=0; i<menuItems; i++){
        menuContents_ar[i] = document.getElementById(String(i)+"A").getElementsByTagName("span")[0].getElementsByTagName("canvas")[0].innerHTML;
      }*/
     if(menu_sel != ""){
	 settaMenu(menu_sel); 
     }else{
	 settaMenu(0); 
	 }
	//_typeface_js.replaceText(document.getElementById('countcatCart'));
} 





//applyTypeface_js();
