/*
  --- 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">Products</span>', null, null,
		['<span class="titleitem">Nanogen</span> ·Instant hair thickener·', 'producte1.php?Id=1'],
		['<span class="titleitem">Nanoguard</span> ·Hair loss shampoo·', 'producte4.php?Id=4'],
		['<span class="titleitem">Nanothik </span>·Conditioner. + volume·', 'producte5.php?Id=5'],
		//['<span class="titleitem">Nanogaine </span>·More than Minoxidil·', 'producte6.php?Id=6'],
		['<span class="titleitem">Nanogaine </span>·More than Minoxidil·', 'http://www.ganarmaspelo.es'],
		['<span class="titleitem">Hair+ </span>·Long hair in a few days·', 'producte9.php?Id=9'],
		['<span class="titleitem">Greyban </span>·Eliminate grey hair·', 'producte10.php?Id=10'],
	    ['<span class="titleitem">Sup/Hair </span>·Stop hair loss. + growth·', 'producte11.php?Id=11'],
        ['<span class="titleitem">Eye-Lights </span>·anti-dark circles·', 'producte2.php?Id=2'],
        ['<span class="titleitem">DEOdouche </span>·Natural deodorant·', 'producte22.php?Id=22'],
        ['<span class="titleitem">Supersunic </span>·The sun at home·', 'producte19.php?Id=19'],
        ['<span class="titleitem">Nannic </span>·Always perfect skin·', 'producte16.php?Id=16'],
        ['<span class="titleitem">Venatrix </span>·Varicose vein treatment·', 'producte12.php?Id=12'],
        ['<span class="titleitem">Golden Legs </span>·Perfect legs·', 'producte13.php?Id=13'],
        ['<div id="otros_productos"><span class="titleitem">Others products</span></div>'],
        ['<span class="titleitem">Epil Star </span>·Hair removal of future·', 'producte8.php?Id=8'],

    ],

];


