//----------DHTML Tree Created using Likno Drop-Down Menu Trees ver 1.1-#140---------------
//S:\Jen's File\website\TailLiftEng\New Web Site.awt
var ldmtAT="treeid";
tree = new LiknoTreeRoot("tree", "treeid", 0, 0, 100, 100, 16, false, "border:0; padding:4px; background-color:#FFFFFF; border:1px solid #003366;", "png");
tree.setImagesDir("images/winvista/");
tree.addClass("de", "font-family:Tahoma, Arial, sans-serif; font-size:11px; color:black; background-color:transparent; text-decoration:none; font-weight:normal; padding:2px 4px;");
tree.addClass("mo", "font-family:Tahoma, Arial, sans-serif; font-size:11px; text-decoration:underline; color:blue; padding:2px 4px;");
tree.addClass("se", "font-family:Tahoma, Arial, sans-serif; font-size:11px; color:black; background-color:#EBF2FA; padding:2px 4px; border:1px solid #DFDFE1;");

tree.setClickToExpand(true);
tree.setMenuFx("dissolve");
tree.setMultiSelect(true);

tI1=tree.addLeafWithParams("Home","index.htm","main",true,"");
tI1.statusbarText="index.htm";
tI6=tI1.addLeafWithParams("Contact Us","Contact Us.htm","main",false,"");
tI6.statusbarText="Contact Us.htm";
tI7=tI1.addLeafWithParams("How to find us","How to find us.htm","main",false,"");
tI7.statusbarText="How to find us.htm";
tI2=tree.addLeafWithParams("Supply Stores","Supply Stores.htm","main",true,"");
tI2.statusbarText="Supply Stores.htm";
tI4=tI2.addLeafWithParams("Item","","",false,"");
tI3=tree.addLeafWithParams("Item","","",true,"");
tI5=tree.addLeafWithParams("Item","","",true,"");
tree.drawTree();
tree.loadTreeState();

