// JavaScript Document
var MENU_ITEMS = [['Home Decor >>', null, null, ['Art in Motion >>', null, null, ['Seascapes', 'products.asp?cat=seascape'],
		['Seascapes w Clock', 'products.asp?cat=seascapewclock'],
		['Art-in-Motion', 'products.asp?cat=waterfall'],
		['Seascape Lamp', 'products.asp?cat=seascapelamp'],
		['TV Aquarium', 'products.asp?cat=tvaquarium']]
,	['Indoor Lighting >>', null, null,	['Tabletop Lights', 'products.asp?cat=tablelamp'],
		['Floor Lights', 'products.asp?cat=floorlamp'],
		['Ceiling Lighting', 'products.asp?cat=ceilinglight'],
		['Wall Lighting', 'products.asp?cat=walllight'],
		['Highend Lamps', 'products.asp?cat=highendlamp'],
		['Plasma Lamps','products.asp?cat=plasma'],
		['Lava Lamps','products.asp?cat=lava'],
		['Night Lights', 'products.asp?cat=nightlight']]
,	['Fountains >>', null, null, ['Tabletop w LED Ball', 'products.asp?cat=tabletopballled'],
		['Tabletop w LED', 'products.asp?cat=tabletopled'],
		['Tabletop w top light', 'products.asp?cat=tabletoptoplight'],
		['Tabletop Mini', 'products.asp?cat=tabletopmini'],
		['Floor Fountains', 'products.asp?cat=floorfountain'],
		['Artistic Fountains', 'products.asp?cat=artistic']]
,   ['Candle and Holders', 'products.asp?cat=candleholder'],
	['Fireplaces', 'products.asp?cat=fireplace'],
	['Mist Makers','products.asp?cat=mist'],
	['Curtains','products.asp?cat=curtain']]
, ['Bedding >>', null, null, ['Comforters', 'products.asp?cat=comforter'],
	['Pillows', 'products.asp?cat=pillow'],
	['Cushions', 'products.asp?cat=massagecushion']]
, ['Garden >>', null, null, ['Garden Tools', 'products.asp?cat=gardentool'],
	['Garden Decoration', 'products.asp?cat=gardendecor'],
	['Garden Fountains', 'products.asp?cat=outdoorfountain'],
	['BBQ Tools', 'products.asp?cat=bbqtool']]
,['Bathroom >>', null, null,
	['Bathroom Accessories', 'products.asp?cat=bathacc']]
,['Furniture >>', null, null, 
	['Computer Desks', 'products.asp?cat=computerdesk'],
	['Kids Furniture', 'products.asp?cat=kidsfurniture'],
	['Card Table', 'products.asp?cat=cardtable'],
	['Dinning', 'products.asp?cat=dinningchair'],
	['Chairs', 'products.asp?cat=Moonchair'],
	['Stools','products.asp?cat=stool']]
,['Kitchen >>', null, null,
	['Kitchen Accessories','products.asp?cat=kitchenacc'],
	['Party Ware', 'products.asp?cat=partyware']]
,['Kids >>', null, null,
	['Kids Travel', 'products.asp?cat=kidstravel'],
	['Kids Toys', 'products.asp?cat=kidstoy']]	
,['Pet Products >>', null, null, 
	['Pet Steps', 'products.asp?cat=petstep'],
	['Pet bed', 'products.asp?cat=petbed'],
	['Pet Condos', 'products.asp?cat=petcondo'],
	['Pet Tunnels','products.asp?cat=pettunnel'],
	['Pet Travel','products.asp?cat=pettravel'],
	['Pet Toys','products.asp?cat=pettoy'],
	['Pet Clothes','products.asp?cat=petcloth'],
	['Pet Accessories','products.asp?cat=petacc']]
,['Seasonal', 'products.asp?cat=seasonal']
,['Licensed', 'licensed.asp']
,['Miscellaneous', 'products.asp?cat=misc']
,['Closeout', 'products.asp?cat=closeout'],
];