var fDesc=new Array();
fDesc[0] = "Design and publish advanced pure CSS based web menus in a full visual environment.
- Visual design for Windows, Mac, and Linux.
- Industry leading cross browser support.
- Visually create pure <UL><LI> menus!
- Fully functional in JavaScript disabled browsers!
- Hover Tree, Content Tab, and Scroller add-ons.
- Use with Expression Web, CS3 4, PHP, ASP...
- Create search engine friendly menus in minutes!
- Compact lightweight script starts at around 5K!
- The industry leading professional menu design tool!";
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 = '';
}
}