/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [

	['<span class="produc">Productos</span>', null, null,
		['<span class="titleitem">Nanogen</span> ·densificador capilar·', 'producte1.php?Id=1'],
		['<span class="titleitem">Nanoguard</span> ·champú anticaída·', 'producte4.php?Id=4'],
		['<span class="titleitem">Nanothik </span>·crema suavizante·', 'producte5.php?Id=5'],
		//['<span class="titleitem">Nanogaine </span>·más que Minoxidil·', 'producte6.php?Id=6'],
		['<span class="titleitem">Nanogaine </span>·más que Minoxidil·', 'http://www.ganarmaspelo.es'],
		['<span class="titleitem">Hair+ </span>·melena en pocos días·', 'producte9.php?Id=9'],
		['<span class="titleitem">Greyban </span>·fuera cabellos grises·', 'producte10.php?Id=10'],
	    ['<span class="titleitem">Sup/Hair </span>·frena la caída·', 'producte11.php?Id=11'],
        ['<span class="titleitem">Eye-Lights </span>·antiojeras·', 'producte2.php?Id=2'],
        ['<span class="titleitem">DEOdouche </span>·desodorante natural·', 'producte22.php?Id=22'],
        ['<span class="titleitem">Supersunic </span>·el sol en casa·', 'producte19.php?Id=19'],
        ['<span class="titleitem">Nannic </span>·piel siempre bella·', 'producte16.php?Id=16'],
        ['<span class="titleitem">Venatrix </span>·contra las varices·', 'producte12.php?Id=12'],
        ['<span class="titleitem">Golden Legs </span>·piernas perfectas·', 'producte13.php?Id=13'],
        ['<div id="otros_productos"><span class="titleitem">Otros productos</span></div>'],
        ['<span class="titleitem">Epil Star </span>·depilación de futuro·', 'producte8.php?Id=8'],

    ],

];

