	BLANK_IMAGE = 'images/b.gif';
	
	var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
	};
	
	var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,99], leveloff:[35,0], style:STYLE, size:[22,100]},
	{code:'<img src="images/bot_05.gif" width="94" height="33" />', url:"tratamientos.html",
		sub:[
			{itemoff:[29,0]},
			{code:'<img src="tabs/cuerpo.gif" width="103" height="27"/>',url:"cuerpo.html",
	sub:[
					{leveloff:[0,110],itemoff:[30,0]},
					{code:'<img src="tabs/c1.gif" width="164" height="30"/>',url:"c1-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/c1-1.gif" width="164" height="30"/>',url:"c1-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/c1-3.gif" width="164" height="30"/>',url:"indice.html"}
				]
					},
					{code:'<img src="tabs/c1-2.gif" width="164" height="30"/>',url:"c2-1.html"}
				]
					
					},
				]
				},
				
			{code:'<img src="tabs/piel.gif" width="103" height="27"/>',url:"piel.html",
			sub:[
					{leveloff:[4,110],itemoff:[23,0]},
					{code:'<img src="tabs/p1.gif" width="164" height="22"/>',url:"p1-2.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p1-1.gif" width="164" height="30"/>',url:"p1-2.html"},
					{code:'<img src="tabs/p1-2.gif" width="164" height="30"/>',url:"p1-1.html"}
				]
					},
					{code:'<img src="tabs/p2.gif" width="164" height="22"/>',url:"p2-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p2-1.gif" width="164" height="30"/>',url:"p2-1.html"}
				]
					},
					{code:'<img src="tabs/p3.gif" width="164" height="22"/>',url:"p3-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p3-1.gif" width="164" height="30"/>',url:"p3-1.html"},
					{code:'<img src="tabs/p3-2.gif" width="164" height="30"/>',url:"p3-2.html"},
					{code:'<img src="tabs/p3-3.gif" width="164" height="30"/>',url:"p3-3.html"}
				]
					},
					{code:'<img src="tabs/p4.gif" width="164" height="22"/>',url:"p4-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p4-1.gif" width="164" height="30"/>',url:"p4-1.html"},
					{code:'<img src="tabs/p4-2.gif" width="164" height="30"/>',url:"p4-2.html"}
				]
					},
					{code:'<img src="tabs/p5.gif" width="164" height="22"/>',url:"p5-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p5-1.gif" width="164" height="30"/>',url:"p5-1.html"}
				]
					},
					{code:'<img src="tabs/p6.gif" width="164" height="22"/>',url:"p6-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p6-1.gif" width="164" height="30"/>',url:"p6-1.html"}
				]
					},
					{code:'<img src="tabs/p7.gif" width="164" height="22"/>',url:"p7-1.html",
					sub:[
					{leveloff:[0,170],itemoff:[30,0]},
					{code:'<img src="tabs/p7-1.gif" width="164" height="30"/>',url:"p7-1.html"}
				]
					}
				]
			},
		]
	}
];

