var mm1 = new TMainMenu('mm1','horizontal');
  
  var voce1 = new TPopMenu('LineaPiù','../../img_comuni/bullet2.gif','a','index.php','');
  var voce2 = new TPopMenu('Le Impastafacili','../../img_comuni/bullet2.gif','a','index.php','');

  var sottovoce11 = new TPopMenu('PiùVita','','a','piuvita.php','');
  var sottovoce12 = new TPopMenu('Subito PiùVita','','a','subito-piuvita.php','');
  var sottovoce13 = new TPopMenu('PiùSnella','','a','piusnella.php','');
  var sottovoce14 = new TPopMenu('PiùRicca','','a','piuricca.php','');


  var sottovoce21 = new TPopMenu('Allegra','','a','allegra.php','');
  var sottovoce22 = new TPopMenu('Special','','a','special.php','');
  var sottovoce23 = new TPopMenu('Unica','','a','unica.php','');



// aggiungo le voci  alla barra princape
  mm1.Add(voce1);
    voce1.Add(sottovoce11);
	voce1.Add(sottovoce12);
	voce1.Add(sottovoce13);
	voce1.Add(sottovoce14);	
	
  
  mm1.Add(voce2);
  	voce2.Add(sottovoce21);
	voce2.Add(sottovoce22);
	voce2.Add(sottovoce23);

	
  
