var BLANK_IMAGE="images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#ffffff", "bgON":"#e0e0e0","bgOVER":"#cc3300"};
var color2 = {"border":"#ffffff", "bgON":"#e0e0e0","bgOVER":"#cc3300"};
var color3 = {"border":"#ffffff", "bgON":"#eeeeee","bgOVER":"#cc3300"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css2 = {"ON":"clsCMOn2", "OVER":"clsCMOver2"};
var css3 = {"ON":"clsCMOn3", "OVER":"clsCMOver3"};
var STYLE = {"border":1, "color":color, "css":css};
var STYLE2 = {"border":1, "color":color2, "css":css2};
var STYLE3 = {"border":1, "color":color3, "css":css3};
//items and formats
var MENU_ITEMS =
[
	{"pos":[0,0], "itemoff":[0,105], "leveloff":[24,0], "style":STYLE, "size":[25,106]},
	{"code":"Home", "url":"index.html", "format":{"size":[25, 90]}
	},
	{"code":"About Us", "format":{"itemoff":[0, 89]}, 
	        sub:[
			     {"leveloff":[24,0], "size":[25,212], "itemoff":[24,0], "style":STYLE2},
			     {code:"Our Services", "url":"services.html"},
			     {code:"Contact Info", "url":"contact.html"},
			     {code:"FAQs", "url":"faqs.html"},
				 {code:"Terms & Conditions", "url":"terms.html"},
		     ]
	         },
	{code:"Trip Finder", "url":"trips.html", 
		sub:[
			{"leveloff":[24,0], "itemoff":[24,0], "size":[25,268], "style":STYLE2},
			{code:"By Country", "url":"country.html",
			sub:[
				{"size":[25, 195], "leveloff":[0,-194], "itemoff":[24,0], "style":STYLE3},
				{code:"Czech Republic", "url":"country_cz.html"},
				{code:"Slovakia", "url":"country_sk.html"},
				{code:"Slovenia", "url":"country_sia.html"},
				{code:"Austria", "url":"country_au.html"},
				{code:"Hungary", "url":"country_hu.html"},
				{code:"Croatia", "url":"country_cr.html"},
				{code:"Poland", "url":"country_pl.html"},
				]
				},
			{code:"By Length of the Trip", "url":"length.html",
			sub:[
				{"size":[25, 195], "leveloff":[-24,-194], "itemoff":[24,0], "style":STYLE3},
				{code:"8 days/7 nights", "url":"length_1.html"},
				{code:"7 days/6 nights", "url":"length_2.html"},
				]
				},
				{code:"By Type of the Trip", "url":"type.html",
			sub:[
				{"size":[25, 195], "leveloff":[-48,-194], "itemoff":[24,0], "style":STYLE3},
				{code:"Biking", "url":"type_bike.html"},
				{code:"Hiking and Walking", "url":"type_hike.html"},
				{code:"Sailing", "url":"type_sail.html"},
				]
				},
				{code:"Air Inclusive Packages", "url":"air_incl.html"
				},
		]
	},
	{code:"Hotels & Transportation", "format":{"size":[25, 163]}, 
		sub:[
			{"leveloff":[24,0], "itemoff":[24,0], "style":STYLE2},
			{code:"Hotels", "url":"hotels.html",
			sub:[
				{"size":[25, 212], "leveloff":[0,-211], "itemoff":[24,0], "style":STYLE3},
				{code:"Czech Republic", "url":"cz_hotels.html"},
				{code:"Slovakia", "url":"sk_hotels.html"},
				{code:"Austria", "url":"au_hotels.html"},
				{code:"Hungary", "url":"hu_hotels.html"}, 
				{code:"Poland", "url":"pl_hotels.html"},
				{code:"Slovenia", "url":"sia_hotels.html"},
				{code:"Croatia", "url":"cr_hotels.html"},
				]
				},
			{code:"Buses & Vans", "url":"transportation.html"},
			{code:"Jannu - the Sailboat", "url":"boat.html"},
			{code:"Bicycles", "url":"bikes.html"},
		]
	},
	{code:"Pricing", "url":"pricing.html", "format":{"itemoff":[0, 162], "size":[25, 127]}
	},
	{code:"Past trips", "format":{"itemoff":[0, 126]},
		sub:[
			{"leveloff":[24,0], "size":[25,211], "itemoff":[24,0], "style":STYLE2},
			{code:"Journals",  
				sub:[
				{"size":[25, 127], "leveloff":[0,-126], "itemoff":[24,0], "style":STYLE3},
				{code:"Sailing", "url":"journal.html"},
				{code:"Jannu", "url":"journal4.html"},
				]
				},
			{code:"Photogallery",
				sub:[
				{"size":[25, 127], "leveloff":[-24,-126], "itemoff":[24,0], "style":STYLE3},
				{code:"Bohemia", "url":"gallery_cz.html"},
				{code:"Moravia", "url":"gallery_mr.html"},
				{code:"Slovakia", "url":"gallery_skia.html"},
				{code:"Hungary", "url":"gallery_hng.html"},
				{code:"Slovenia", "url":"gallery_sia.html"},
				{code:"Croatia", "url":"gallery_cr.html"},
				{code:"Sailing", "url":"gallery_sail.html"},
				{code:"Jannu", "url":"gallery_jn.html"},
				]
				},
			{code:"Clients' Comments", "url":"comments.html"},
		]
	},
	{code:"Useful Links", "url":"links.html"
	},
];