BLANK_IMAGE = '/java/b.gif';

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#76760D",	// color of the item border, if any
		shadow:"#efefef",	// color of the item shadow, if any
		bgON:"#DBDBDB",		// background color for the items
		bgOVER:"#DBDBDB"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,1],		
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#aaaaaa",	// color of the item border, if any
		shadow:"#333333",	// color of the item shadow, if any
		bgON:"#FFFFCC",		// background color for the items
		bgOVER:"#E1BA3E"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE3 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#aaaaaa",	// color of the item border, if any
		shadow:"#efefef",	// color of the item shadow, if any
		bgON:"#FFCCCC",		// background color for the items
		bgOVER:"#FF9292"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style3MOn",		// CSS class for items
		OVER:"Style3MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE4 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#aaaaaa",	// color of the item border, if any
		shadow:"#efefef",	// color of the item shadow, if any
		bgON:"#FFCCCC",		// background color for the items
		bgOVER:"#FF9292"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style4MOn",		// CSS class for items
		OVER:"Style4MOver"	// CSS class  for item which is under mouse
	}
};


//«ö¶s¤§¶¡ªº¶ZÂ÷ +15
var MENU_ITEMS = [
	{pos:[30,0], itemoff:[0,99], leveloff:[24,0], style:STYLE1, size:[26,0]},
	{code:'<img src="/images/btn_china.jpg">', url:'/china.html', format:{size:[26,65], itemoff:[0,0]},
		sub:[
			{leveloff:[33,-100],itemoff:[24,0], style:STYLE2, size:[25,320]},
			{code:"China Highlights 15 Days", url:'/highlights.html'},
			{code:"Three Cruise China Special 19 Days", url:'/3cruise.html'},
			{code:"Glorious China With Royal Yangtze Cruise 16 Days", url:'/royalcruise.html'},
			{code:"Legendary Silk Road 19 Days", url:'/silkroad.html'},
			{code:"UET Hotels in China", url:'/hotel.html'},
			{code:"Detail China Info.", url:'/china-info.html'},
		]
	},
	{code:'<img src="/images/btn_europe.jpg">', url:'/europe.html', format:{size:[26,74], itemoff:[0,80]},
		sub:[
			{leveloff:[33,-100],itemoff:[24,0], style:STYLE2, size:[25,320]},
			{code:"Christmas Time Cruise 11 Days", url:'/amade13.html'},
			{code:"Special Wine Cruise along the Rhone 12 Days", url:'/amawine03.pdf'},
			{code:"Theater Tour to London 11 Days", url:'/Lonthea.html'},
			{code:"An Opulent Christmas in Venice 10 Days", url:'/ven.html'},
		]
	},
	{code:'<img src="/images/btn_river.jpg">', url:'/amade1.html', format:{size:[26,113], itemoff:[0,89]},
		sub:[
			{leveloff:[33,-100],itemoff:[24,0], style:STYLE2, size:[25,320]},
			{code:"BEST BUY DISCOUNTS", url:'/amade-sale.html', format:{style:STYLE3}},
			{code:'&nbsp;MS Amakatarina&nbsp;&nbsp;<img src="/images/icon_new.gif">', url:'/deckkata.html', format:{style:STYLE4}},
			{code:"&nbsp;The Ultimate River Cruise 21 Days", url:'/amade7.html'},
			{code:"&nbsp;Legendary Danube 12 Days", url:'/amade3.html'},
			{code:"&nbsp;BlackSea Voyage 15 Days", url:'/amade10.html'},
			{code:"&nbsp;Romantic Danube 11 Days", url:'/amade18.html'},
			{code:"&nbsp;Russian Waterways 13 Days", url:'/amade14.html'},
			{code:"&nbsp;Grand Danube Cruise 23 Days", url:'/amade15.html'},
			{code:"&nbsp;Tulip Time Cruise 9 Days", url:'/amade2.html'},
			{code:"&nbsp;Glorious China With Royal Yangtze Cruise 16 Days", url:'/royalcruise.html'},
                        {code:"&nbsp;Vietnam,Cambodia & Mekong Cruise 16 Days", url:'/viet.html'},
			{code:"&nbsp;Magnificent Europe 16 Days", url:'/amade4.html'},
			{code:"&nbsp;Europe's Rivers & Castles 14 Days", url:'/amade5.html'},
			{code:"&nbsp;Amsterdam to Paris 12 Days", url:'/amade12.html'},
			{code:"&nbsp;Christmas Time  Cruise 11 Days", url:'/amade13.html'},
			{code:"&nbsp;Blue Danube Discovery 14 Days", url:'/amade6.html'},
			{code:"&nbsp;Special Wine Cruise along the Rhone 12 Days", url:'/amawine03.pdf'},
			{code:"&nbsp;Cruise along the Vineyards of the Rhine 12 Days", url:'/amawine02.pdf'},
		
		]
	},

	{code:'<img src="/images/btn_art.jpg">', url:'/ArtTours.html', format:{size:[26,88], itemoff:[0,128]},
		sub:[
			{leveloff:[33,-20],itemoff:[24,0], style:STYLE2, size:[25,150]},
			{code:"London Theatre Tour", url:'/Lonthea.html'},
			{code:"Christmas In Venice", url:'/ven.html'},
			{code:"Art of the Provence", url:'/provart.pdf'},
			{code:"Theatre Tour NYC", url:'/nyctheatre.html'},
		]
	},	

];




