var SPECIAL = {format:{
	buttons:["testingfolder/menu/images/collapsed_button_special.gif", "testingfolder/menu/images/expanded_button_special.gif"],
	folders:["testingfolder/menu/images/closed_folder_special.gif", "testingfolder/menu/images/opened_folder_special.gif", "testingfolder/menu/images/document_special.gif"]
}};

// Tree structure definition
var TREE_NODES = [
	['<img src="testingfolder/menu/images/collections.jpg" width="100" height="15" border=0>', "Collections_ep_40-1.html", null, 
		
		['<img src="testingfolder/menu/images/pajamas.jpg" width="100" height="15"  border=0>', "pajamas_c_1.html", null],
		
		['<img src="testingfolder/menu/images/gowns.jpg" width="100" height="15"  border=0>', "gowns_c_2.html", null,
			['<img src="testingfolder/menu/images/chemise.jpg" width="100" height="15"  border=0>', "chemise_c_6.html", null],
			['<img src="testingfolder/menu/images/sleeves.jpg" width="100" height="15"  border=0>', "chemise_c_7.html", null],
			['<img src="testingfolder/menu/images/sleepshirt.jpg" width="100" height="15"  border=0>', "chemise_c_9.html", null]
		],
		
		['<img src="testingfolder/menu/images/robes.jpg" width="100" height="15"  border=0>', "robes_c_3.html", null]
	],
	
	
	['<img src="testingfolder/menu/images/thestudio.jpg" width="100" height="15"  border=0>', "the-studio_ep_49-1.html", null, 
		['<img src="testingfolder/menu/images/myphotos.jpg" width="100" height="15"  border=0>', "carolesphotos_ep_45-1.html", null,],
		['<img src="testingfolder/menu/images/email.jpg" width="100" height="15"  border=0>', "contact-us_ep_5.html", null],
		['<img src="testingfolder/menu/images/design.jpg" width="100" height="15"  border=0>', "design-room_ep_50-1.html", null],
        ['<img src="testingfolder/menu/images/favorite.jpg" width="100" height="15"  border=0>', "favorite-things_ep_59-1.html", null]
	],
	['<img src="testingfolder/menu/images/carolesroom.jpg" width="100" height="15"  border=0>', "caroles-room_ep_42-1.html", null, 
		['<img src="testingfolder/menu/images/bio.jpg" width="100" height="15"  border=0>', "bio_ep_54-1.html", null],
		['<img src="testingfolder/menu/images/hometips.jpg" width="100" height="15"  border=0>', "home-tips_ep_53-1.html", null],
		['<img src="testingfolder/menu/images/testimonials.jpg" width="100" height="15"  border=0>', "testimonials_ep_52-1.html", null]
	],
	['<img src="testingfolder/menu/images/mediaroom.jpg" width="100" height="15"  border=0>', "mediaroom_ep_43-1.html", null, 
		['<img src="testingfolder/menu/images/press.jpg" width="100" height="15"  border=0>', "pressreleases_ep_51-1.html", null],
		['<img src="testingfolder/menu/images/library.jpg" width="100" height="15"  border=0>', "image-library_ep_65-1.html", null],
		['<img src="testingfolder/menu/images/releases.jpg" width="100" height="15"  border=0>', "pressreleases_ep_51-1.html", null]
	],
	['<img src="testingfolder/menu/images/givingback.jpg" width="100" height="15"  border=0>', "givingback_ep_44-1.html", null, 
		['<img src="testingfolder/menu/images/sanctuary.jpg" width="100" height="15"  border=0>', "sanctuary-for-families_ep_55-1.html", null],
		['<img src="testingfolder/menu/images/organic.jpg" width="100" height="15"  border=0>', "organic-cotton_ep_56-1.html", null]
	]
	

];