var fDesc=new Array(); fDesc[0] = "Innovasys ExplorerBar is based on the 'Taskbar' navigation menu bar introduced in Windows XP. An ExplorerBar provides a visually attractive and versatile way to present a grouped list of options. Common usage scenarios would include providing access to multiple areas of an application or presenting multiple 'pages' of information.

An ExplorerBar is a visually appealing, modern looking alternative to an 'Outlook Bar' or 'Tab Strip' control, particularly where there are several logical groups of options to display, as the ExplorerBar can show many groups at once whilst still making effective use of screen space."; 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 = ''; } }