var fDesc=new Array(); fDesc[0] = "Simple flash image viewer with a nice slide animation effect. Perfect for the small photo galleries. The large number of parameters allow you to customize the component in accordance with the appearance of your site. Using friendly user interface provides with the adjustment absolutely of all colors, fonts, sizes, spacings and everything other as you wish. Using a special setting, you can create a frame with rounded corners. This dreamweaver extension can be used either by professionals, or by beginner. Installation package contains Dreamweaver extension (FrameViewer.mxp). Dreamweaver extension allows you to easily create high-impact XML-powered flash photo galleries,all in Dreamweaver MX 2004, 8, CS3, CS4 or CS5. Information about gallery contains in the XML file. It provides advanced developers with dynamic gallery receiving data from database or any other sources. Find more info at www.flashdevelopment24.com."; 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 = ''; } }