var fDesc=new Array(); fDesc[0] = "Easy DHTML Menu Builder to Create JavaScript Cross Browser Menus in minutes. Sothink Widgets are a series of tools that help users to create pop-up menu, flash button, animated banner, etc. with ease. Sothink Widgets Dreamweaver Extension enables users to use Sothink Widgets within Dreamweaver so as to add the widget effect to web page or edit it directly. With Sothink DHTMLMenu builder , creating professional DHTML Drop Down menus is only a few mouse-clicks away! No programming knowledge is required! No need to worry about compatibility. It works in all browsers . . .Try to generate your own dhtml menu now!Features of Sothink DHTMLMenu:- Sothink DHTMLMenu generates robust cross-browser code compatible with almost all available web browsers . The menu can automatically detect the visitors' browser type and load the best script code, so the designers can be free of taking care of the browser compatibility problems. The supported browsers include Internet Explorer, Netscape, Mozilla, Opera, Firefox, Camino and Safari. The code has been fully tested on Windows, Mac and Unix/Linux. Click here to check the compatibility list. - Cross-Frame - Cross-Frame guides you to generate cross-frame menus for framed web sites easily , including common Frame, Nested Frame and Iframe, which functions perfectly without any problems. It will help you create the menu which can show cross frames.- Auto highlight items to indicate where the user is on the web site - Auto highlight items to indicate where the user is on the web site. Sothink DHTMLMenu can automatically show the highlighted menu item linking to the current page in browsers, enable to show all the levels, or customize the number of showing levels. In the illustration, the Home item is highlighted as the homepage of the site (http://www.sothink.com/index.htm) is being visiting. - Au..."; 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 = ''; } }