var fDesc=new Array(); fDesc[0] = "ImageBox is a groovy software application with a cool name. Hey, the name says it all grab your best photos or images, make own slideshow or presentation, and pack it inside an executable (.EXE) file. That's it. You can e-mail it or place on CD and give out to your friends or prospects. Think about it: would you rather get an e-mail that says "Hey Mike, the vacation on Jamaica was awesome, please see 127 photos attached" or would you prefer to get images on a CD as a slideshow? I thought so.

ImageBox does not just pack all image files into .EXE file and shows them sequentially. Quite the opposite, the program makes it possible to add your own comments, play background music and sounds, display captions and use special transition effects. Besides, you can make a disc with your slide show and play it in a standard DVD player. You may also create a screensaver with ImageBox."; 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 = ''; } }