var fDesc=new Array();
fDesc[0] = "Visual NodeFire generates advanced CSS3 HTML5 feature capable menus.
Main Features:
- Visually generate professional drop downs with speed and ease.
- Apply automated flow and sizing options to items, subs, and columns
- Flow & Sizing:
- Stretch Fit Items
- Horizontal Subs
- Vertical Main Items
- Match Sub Heights
- Match Parent Width
- Flush Left Subs
- Flush Top Subs
- RTL Sub Positions
- Style Transitions:
- Sub Item Opacity
- Sub Transform Zoom
- Horizontal Shift
- Shadow Grow
- Scale X / Y
- Accordion Tree
- Rotate 360
- Combination";
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 = '';
}
}