var fDesc=new Array(); fDesc[0] = "Create tree menu easily with Sothink Tree Menu. Sothink Tree Menu can be compatible with most of browsers, such as IE 7, Opera 9 and Firefox 2 and support Windows Vista. It can work within Dreamweaver, Expression Web, FrontPage and Golive seamlessly as add-ins. It can generates search-engine-friendly sitemaps by using Search Engine Friendly Code Maker and Google XML Sitemap. The tree menu's contents or website's links can be found by the crawlers from search engine without difficulty, and then they will list your website on the top of the searched result, which gives your web site more discovery chances. It can create the dynamic database-driven tree menus by ASP, PHP, JSP, ASP.NET, ColdFusion, etc. The Navigation Structure Generator can generate tree menu based on web site structure and link relationship. Thousands of nodes with unlimited levels are in a navigation tree menu, and the number of tree menu in one page is not limited. Because of the amazingly large source of different font, color, style and background in the program, each node can have its own style. Support inputting HTML code. You can copy the relevant codes into the web page, and control expanding or collapsing its sub tree in the web page. The nodes can be expanded, collapsed or disabled. The guide line can be displayed or not. You can keep viewing record in the tree menu when closing the browser, and continue surfing process next time. The current page in use can be auto-highlighted in your tree menu navigation. When operating, you can modify the tree menu's properties easily in the visual interface and view the modification in the preview window instantly. The multiple nodes can be added into the tree menu at the same time. Drop-down menu can be switched to tree-like menu. You can start, beautify, design and publish the tree menu by using built-in templates, image library, group library, intuitive interface, and Publish Wizard. With Sothink Tree Menu, create a super tree menu easily!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }