// menu_items.js file

var MENU_ITEMS =[
	["ROSE Litter  06/16/03", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi.html"],
		[" <font color=red>CH/ G.T.CH,</font> ARTY", "http://www.belgian.cc/aqua/puppy/rose/arty.html"],
		[" <font color=red>INT.CH/CH,</font> GILLS", "http://www.belgian.cc/aqua/puppy/rose/gills.html"],
		[" <font color=red>CH,</font> SHERRY", "http://www.belgian.cc/aqua/puppy/rose/sherry.html"],
		[" <font color=red>T.CH,</font> PIAGET", "http://www.belgian.cc/aqua/puppy/rose/piaget.html"],
		[" RUCHE", "http://www.belgian.cc/aqua/puppy/rose/ruche.html"],
		[" <font color=red>T.CH/ AG.CH,</font> JUNO", "http://www.belgian.cc/aqua/puppy/rose/juno.html"],
		[" <font color=red>T.CH,</font> ALICE", "http://www.belgian.cc/aqua/puppy/rose/alice.html"],
		[" TIARA", "http://www.belgian.cc/aqua/puppy/rose/tiara.html"]
	],
	["RUBY Litter  07/30/05", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi2.html"],
		[" SIVA", "http://www.belgian.cc/aqua/puppy/ruby/siva.html"],
		[" <font color=red>G.T.CH,</font> REGULUS", "http://www.belgian.cc/aqua/puppy/ruby/regu.html"],
		[" RAOH", "http://www.belgian.cc/aqua/puppy/ruby/raoh.html"],
		[" GRAN", "http://www.belgian.cc/aqua/puppy/ruby/gran.html"],
		[" REDI", "http://www.belgian.cc/aqua/puppy/ruby/redi.html"],
		[" <font color=red>CH,</font> RUBY", "http://www.belgian.cc/aqua/puppy/ruby/ruby.html"],
		[" <font color=red>T.CH,</font> MEJA", "http://www.belgian.cc/aqua/puppy/ruby/meja.html"],
		[" BELLE", "http://www.belgian.cc/aqua/puppy/ruby/belle.html"],
		[" <font color=red>G.T.CH/AG.CH</font> NIKE", "http://www.belgian.cc/aqua/puppy/ruby/nike.html"]
	],
	["MISTY Litter  06/25/06", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi3.html"],
		[" RUN-MARU", "http://www.belgian.cc/aqua/puppy/misty/run.html"],
		[" <font color=red>CH,</font> REX", "http://www.belgian.cc/aqua/puppy/misty/rex.html"],
		[" NEO", "http://www.belgian.cc/aqua/puppy/misty/neo.html"],
		[" ILHA", "http://www.belgian.cc/aqua/puppy/misty/ilha.html"],
		[" ARU", "http://www.belgian.cc/aqua/puppy/misty/aru.html"],
		[" SAKURA", "http://www.belgian.cc/aqua/puppy/misty/petit.html"],
		[" TRIA", "http://www.belgian.cc/aqua/puppy/misty/tria.html"],
		[" HINA", "http://www.belgian.cc/aqua/puppy/misty/hina.html"]
	],
	["LOOHCS Litter  07/15/06", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi4.html"],
		[" <font color=red>G.T.CH,</font> JULIA", "http://www.belgian.cc/aqua/puppy/loohcs/julia.html"],
	],
	["2LIGHT Litter 05/22/07", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi5.html"],
		[" RYOMA", "http://www.belgian.cc/aqua/puppy/2lit/ryoma.html"],
		[" <font color=red>CH,</font>SOLEIL", "http://www.belgian.cc/aqua/puppy/2lit/sol.html"],
		[" NIKO", "http://www.belgian.cc/aqua/puppy/2lit/niko.html"],
		[" BIBI", "http://www.belgian.cc/aqua/puppy/2lit/bibi.html"],
		[" MYSHELLA", "http://www.belgian.cc/aqua/puppy/2lit/my.html"],
		[" GAIA", "http://www.belgian.cc/aqua/puppy/2lit/gaia.html"],
		[" LUNA", "http://www.belgian.cc/aqua/puppy/2lit/luna.html"]
	],
	["MOON Litter 11/04/08", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi6.html"],
		[" ASLAN", "http://www.belgian.cc/aqua/puppy/moon/aslan.html"],
		[" P!P!", "http://www.belgian.cc/aqua/puppy/moon/pipi.html"],
		[" TIFFANY", "http://www.belgian.cc/aqua/puppy/moon/tiffa.html"],
		[" SARAH", "http://www.belgian.cc/aqua/puppy/moon/sarah.html"]
	],
	["GROOVY Litter 05/30/09", null,
		["++ pedigree ++", "http://www.belgian.cc/aqua/puppy/pedi7.html"],
		[" RAPHAEL", "http://www.belgian.cc/aqua/puppy/groovy/ral.html"],
		[" RODION", "http://www.belgian.cc/aqua/puppy/groovy/rodion.html"],
		[" KILLUA", "http://www.belgian.cc/aqua/puppy/groovy/kill.html"],
		[" SPADE", "http://www.belgian.cc/aqua/puppy/groovy/spade.html"],
		[" MAC", "http://www.belgian.cc/aqua/puppy/groovy/mac.html"],
		[" BRIER", "http://www.belgian.cc/aqua/puppy/groovy/brier.html"],
		[" FANON", "http://www.belgian.cc/aqua/puppy/groovy/fanon.html"],
	],
	["2010 Litter <font color=red>\t</font>", null,
		["++ pedigree ++", ""],
	],
	["Back to Top", "http://www.belgian.cc/aqua/puppy/index.html"]
];
