var fDesc=new Array(); fDesc[0] = "Make PC, TV, CD/DVD, Web slideshows and screensavers. Make five types of slideshow using your PC, DVD player, Web page or digital camera to display your photos. Email to your friends or upoad to your web site. Make a CD that can play in a PC or a DVD player. If you have a widescreen TV xatshow will crop and reformat the images to make the most of your TV. You can use your camera as a slideshow projector and fit more pictures on your memory card.xatshow uses the same compression technology as xat.com's Image Optimizer so your slideshow applications, slideshow screen savers can be easily emailed to your family, friends or customers between 3 and 20 times faster. xatshow PC slide shows are created as a single .EXE file and have a built in viewer so the can be viewed on any Windows (95 or later) PC without any additional software."; 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 = ''; } }