var fDesc=new Array(); fDesc[0] = "The Flash Image Rotator enables you to show photos in sequence, with fluid transitions between them. You can use random transitions or select a specific transition. The image sequence is stored in an XML playlist file. The Image Rotator widget uses the Flash image rotator from Jeroen Wijering and SWFObject from Geoff Stearns. SWFObject makes it easy to add objects to a standards compliant page and also prevents the annoying"; 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 = ''; } }