var fDesc=new Array(); fDesc[0] = "ImageFlow3DGallery features
- Fully Generate Your Gallery at Runtime - Load Your Images and Their Properties From any Visual Studio Datasource.You can add your images dynamically by using the Dynamic DataSource menu. After adding and configuring some DataSources on your page, you can select fields for the Image Path (required and the Description, Link and Link Target (Optional). The supported DataSources are XmlDataSource, SqlDataSource, AccessDataSource.
- Dynamically Change The Properties And List of Images In Your Gallery
- Create a cool 3D gallery or slideshow in seconds
- Amazing 3D and Camera Effects
- Ultralight Flash gallery player – less than 15KB
- Progressive loading of images"; 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 = ''; } }