/* 
	the format of the tree definition file is simple,
	you can find specification in the product documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
*/

var TREE_ITEMS = [
	['<b>Store Catalog</b>', 0, null,
	 
	  ['<b>All is Vanity</b>', 0, null,
			    ['Archival Prints',    'PrintsAntique.htm', {'tw':'_self'}],
			    ['Framed Prints',  'http://www.cafepress.com/sandlotscience/232356', {'tw':'_self'}],
                ['Gift Items', 'http://www.cafepress.com/sandlotscience/232359', {'tw':'_self'}],
	            ],
		    ['<b>Books</b>', 0, null,
			    ['Our Fav. Picks',    'Books1.htm', {'tw':'_self'}],
			    ['Amazon Ill. Books',  'http://astore.amazon.com/sandlotscienceco', {'tw':'_self'}],
                ['Amazon Science', 'http://astore.amazon.com/sandlotscienceco/002-3479388-1827267?%5Fencoding=UTF8&node=1', {'tw':'_self'}],
		        ],
		    ['<b>Calendars</b>', 0, null,
			    ['365-Day Calendars',     'Calendars.htm', {'tw':'_self'}],
			    ['Wall Calendars',      'Calendars.htm', {'tw':'_self'}],
			    ],
			['<b>Games & Puzzles</b>', 0, null,
			 	['Mirage Maker 2000',   'Desktop.htm', {'tw':'_self'}],
				['Puzziblities',        'Desktop.htm', {'tw':'_self'}],
				['Illusion Board Game', 'Desktop.htm', {'tw':'_self'}],
				],	
			['<b>Illusion Prints</b>', 0, null,
			 	['All is Vanity',      'PrintsAntique.htm', {'tw':'_self'}],
				['Archival Prints',    'PrintsAntique.htm', {'tw':'_self'}],
				['Classroom Poster',   'http://www.cafepress.com/sandlotscience.9763243', {'tw':'_self'}],
				['Contem. Prints',     'PrintsSLS.htm', {'tw':'_self'}],
				['Gossip & Satan',     'PrintsAntique.htm', {'tw':'_self'}],
				['Frames & Matts',     'http://www.cafepress.com/sandlotscience/232356', {'tw':'_self'}],
				['Langdon, John',      'PrintsLangdon.htm', {'tw':'_self'}],
				['Society:A Portrait', 'PrintsAntique.htm', {'tw':'_self'}],
				],
			['<b>Playing Cards</b>', 0, null,
			 	['Am. Standard Decks', 'PlayingCards1.htm', {'tw':'_self'}],
				],
            ['<b>Science Kits</b>', 0, null,
			 	['Science', 'http://astore.amazon.com/sandlotscienceco/002-3479388-1827267?%5Fencoding=UTF8&node=2', {'tw':'_self'}],
				],
		        ]
                ];


