
var MENU_ITEMS = [
	['Acasa','index.php', {'tw' : '_self'}],
	['Servicii',null, null,
		['Tratamente','tratamente.php', {'tw' : '_self'}],
        ['Analize','analize.php', {'tw' : '_self'}],
		['Servicii cosmetice','cosmetice.php', {'tw' : '_self'}],
		['Servicii la domiciliu','serv_dom.php', {'tw' : '_self'}],
	],
	['Pet Shop', null, null,
		['Hrana','hrana.php', {'tw' : '_self'}],
		['Diete','diete.php', {'tw' : '_self'}],
		['Accesorii','accesorii.php', {'tw' : '_self'}],
		['Produse cosmetice','prod_cosm.php', {'tw' : '_self'}],
   	],
	['Galerie foto','galerie.php', {'tw' : '_self'}],
	['Sfatul doctorului', null, null,
		['Dieta cainelui','dieta_c.php', {'tw' : '_self'}],
		['Dieta pisicii','dieta_p.php', {'tw' : '_self'}],
		['Importanta deparazitarii','parazit.php', {'tw' : '_self'}],
		['Intreaba doctorul','intreaba.php', {'tw' : '_self'}],
	],
	['Link-uri utile', 'linkuri.php', {'tw' : '_self'}],
	['Forum', 'forum.php', {'tw' : '_self'}],
	['Contact', 'contact.php', {'tw' : '_self'}],
];
