BLANK_IMAGE = '/images/b.gif';

var STYLE = {                           // item's border width, pixels; zero means "none"  
	border:1,			// item's shadow size, pixels; zero means "none"
	borders:[0,0,0,0],
	shadow:1,			// color of the item border, if any
	color:{				// color of the item shadow, if any
		border:'#006600',	// background color for the items
		shadow:'#000000',	// background color for the item which is under mouse right now
		bgON:'#FFFFFF',
		bgOVER:'#FFCC00'
	},				// CSS class for items
	css:{				// CSS class  for item which is under mouse
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,120], leveloff:[0,0], style: STYLE, size:[20,120]},
	{code:'About Wallplants',url:'/a_wallplants.htm',
		sub:[
			{itemoff:[19,00], leveloff:[19,10], size:[20,140]},
			{code:'Wallplant Vision',
			url:'/a_how_to_wallplant.htm'
			},
			{code:'Design Elements',
			url:'/a_how_to_wallplant.htm#design'
			},
			{code:'Materials',
			url:'/a_how_to_wallplant.htm#materials'
			},
			{code:'Watering',
			url:'/a_watering.htm'
			},
			{code:'Plant Selection',
			url:'/a_how_to_wallplant.htm#plants',
				sub:[
					{itemoff:[19,00], leveloff:[19,15], size:[20,140]},
					{code:'Staghorn Fern',
					url:'/a_plant_staghorn_fern.htm'
					},
					{code:'Spider Plant',
					url:'/a_plant_spider_plant.htm'
					},
					{code:'Footed Ferns',
					url:'/a_plant_footed_fern.htm'
					},
					{code:'Slipper Lily',
					url:'/a_plant_slipper_lily.htm'
					},
					{code:'Philodendron',
					url:'/a_plant_philodendron.htm'
					},
					{code:'Many more...',
					url:'/a_plant_other_experimental.htm'
					}
				     ]
			}
		]
	},
	
	{code:'Products',
	url:'/a_dir_product.htm',
		sub:[
			{itemoff:[19,00], leveloff:[19,10], size:[20,140]},
			{code:'Ordering',
			url:'/e_service_ordering.htm'
			},
			{code:'Moisture Gel Crystals',
			url:'/a_moisture_gel.htm'
			},
			{code:'WallPlant Tools',
				sub:[
					{leveloff:[19,24]},
					{code:'Ring Staplers',
					url:'/a_G7.htm'},
					{code:'Hog Ringers',
					url:'/a_hog_ringer.htm'}
				]
			}
		]
	},
	
	{code:'Presentations',
	url:'/a_workshops.htm',
		sub:[
			{itemoff:[19,00], leveloff:[19,10], size:[20,180]},
			{code:'WallPlant Presentations',
			url:'/a_workshops.htm'
			},
			{code:'Planters made from Junk',
			url:'/a_workshop_junk.htm'
			},
			{code:'Booking',
			url:'/a_facilities.htm'
			}
		]
	},
	{code:'Contact Wallplants',
	url:'/e_service_contact.htm',
			sub:[
				{itemoff:[19,00], leveloff:[19,10], size:[20,140]},
				{code:'Contact',
				url:'/e_service_contact.htm'
				},
				{code:'Send Inquiry',
				url:'/inquiry.htm'
				},
				{code:'Send E-mail',
				url:'mailto:info@wallplants.com'
				},
				{code:'Request a Quote',
				url:'/inquiry.htm'
				}
			]
	},
		{code:'Photo Gallery',
		url:'http://gallery.wallplants.com',
		target: '_blank',
				sub:[
					{itemoff:[19,00], leveloff:[19,10], size:[20,140]},
					{code:'Recent Work',
					url:'http://gallery.wallplants.com/galleries/recent.htm',
					target: '_blank'
					},
					{code:'Footed Ferns',
					url:'http://gallery.wallplants.com/galleries/footed.htm',
					target: '_blank'
					},
					{code:'Kim Kauffman Photos',
					url:'http://gallery.wallplants.com/galleries/kauffman.htm',
					target: '_blank'
					},
					{code:'Basal Fronds',
					url:'http://gallery.wallplants.com/galleries/basal.htm',
					target: '_blank'
					},
					{code:'More Staghorns',
					url:'http://gallery.wallplants.com/galleries/staghorn.htm',
					target: '_blank'
					},
					{code:'Shows & Galleries',
					url:'http://gallery.wallplants.com/galleries/shows.htm',
					target: '_blank'
					}
				]

		},
	{code:'Your Order',
	url:'/cart_show.htm',
			sub:[
				{itemoff:[19,00], leveloff:[19,10], size:[20,140]},
				{code:'View your order',
				url:'/cart_show.htm'
				},
				{code:'Log In to Your Account',
				url:'/log_on.htm'
				},
				{code:'New Customer',
				url:'/log_new.htm'
				}

			]
	}		
];
