var fDesc=new Array(); fDesc[0] = "It seems you can only have one overlay on an icon at a time. So if "tools" was both under CVS control AND a junction, you'd only see the junction icon (I cranked the priority up on it because I'm more concerned with junctions than CVS status).Junction Shell Extensions is an extension for Paraesthesia products."; 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 = ''; } }