var fDesc=new Array(); fDesc[0] = "Create image maps for your website with this easy-to-use tool from Multimedia Australia. Simply select the image you want to use, choose a shape, then visually draw the image map regions. The image map coordinates can be copied to the clipboard for insertion into your favourite text editor. Customers even receive free software updates, technical support, access to online discussion forums and more through Multimedia Australia's Customer Benefits program. Is SupportBase.NET compatible."; 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 = ''; } }