with(document){ 
	write('<style>');
	write('TD.Tree_ChildNode_1{font-family:Arial;font-size:11;font-style:normal;color:#1c68bd;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('TD.Tree_ChildNode_2{font-family:Arial;font-size:12;font-style:normal;color:#ff8000;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('TD.Tree_ChildNode_3{font-family:Arial;font-size:11;font-style:normal;color:#173899;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('TD.Tree_ParentNode_1{font-family:Arial;font-size:11;font-style:normal;color:#1c68bd;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('TD.Tree_ParentNode_2{font-family:Arial;font-size:12;font-style:normal;color:#ff8000;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('TD.Tree_ParentNode_3{font-family:Arial;font-size:11;font-style:normal;color:#173899;border:1pt solid white;padding-left:5px;padding-right:5px;}');
	write('</style>');
} 
var data_array=new Array(2,"New Products","","","","","/products.asp?nclassid=-1","","",0,"Cookware Series","","","","","","","",-1,2,"Italian","","","","","/products.asp?nclassid=12","","",2,"Classic","","","","","/products.asp?nclassid=13","","",2,"Silver","","","","","/products.asp?nclassid=14","","",2,"Pots","","","","","/products.asp?nclassid=15","","",2,"Silicon","","","","","/products.asp?nclassid=19","","",1,0,"Cutlery Series","","","","","","","",-1,2,"Classic","","","","","/products.asp?nclassid=16","","",2,"Forge","","","","","/products.asp?nclassid=17","","",2,"Elegance","","","","","/products.asp?nclassid=18","","",1,2,"Kettle Series","","","","","/products.asp?nclassid=3","","",2,"Special Items","","","","","/products.asp?nclassid=4","","",2,"Barware Series","","","","","/products.asp?nclassid=5","","",2,"Bathroom Series","","","","","/products.asp?nclassid=6","","",2,"Bin&amp;box Series","","","","","/products.asp?nclassid=7","","",2,"Aluminum Series","","","","","/products.asp?nclassid=9","","",2,"Knife Series","","","","","/products.asp?nclassid=11","","",5);
var tree = new Tree_View();
with (tree) 
{ 
	style=478; 
	behavior= 123 | ENUM_LOAD_LABEL | ENUM_LOAD_IMG | ENUM_LOAD_BUTTON; 
	target = "_blank";
	indent = "16px";
	childnode_class_normal='Tree_ChildNode_1'; 
	childnode_class_hover='Tree_ChildNode_2'; 
	childnode_class_selected='Tree_ChildNode_3'; 
	parentnode_class_normal='Tree_ParentNode_1'; 
	parentnode_class_hover='Tree_ParentNode_2'; 
	parentnode_class_selected='Tree_ParentNode_3'; 
} 
with(tree.img_list) 
{ 
	add('default_parent_expanded','img/'+"img_parent_expanded.gif"); 
	add('default_parent_normal','img/'+"img_parent_normal.gif"); 
	add('default_child','img/'+"img_child.gif"); 
	add('line_I','img/tree_I.gif'); 
	add('line_L','img/tree_L.gif'); 
	add('line_Lminus','img/tree_Lminus.gif'); 
	add('line_Lplus','img/tree_Lplus.gif'); 
	add('line_T','img/tree_T.gif'); 
	add('line_Tminus','img/tree_Tminus.gif'); 
	add('line_Tplus','img/tree_Tplus.gif'); 
	add('line_Tminus_root','img/tree_Tminus_root.gif'); 
	add('line_Tplus_root','img/tree_Tplus_root.gif'); 
	add('line_Lminus_root','img/tree_Lminus_root.gif'); 
	add('line_Lplus_root','img/tree_Lplus_root.gif'); 
	add('img_0',"img/img_1A.gif");
	add('img_1',"img/img_1B.gif");
	add('img_2',"img/img_2A.gif");
	add('img_3',"img/img_2B.gif");
	add('img_4',"img/img_3.gif");
	add('img_5',"img/img_4.gif");
	add('img_6',"img/img_6.gif");
	add('img_7',"img/img_blank.gif");
	add('img_8',"img/img_child.gif");
	add('img_9',"img/img_link.gif");
	add('img_10',"img/img_mail.gif");
	add('img_11',"img/img_parent_expanded.gif");
	add('img_12',"img/img_parent_normal.gif");
	add('img_13',"img/img_search.gif");
} 
Tree_buildTree(data_array,tree);