var fDesc=new Array(); fDesc[0] = "With Surprise Maker you can create and send thousands of beautiful personalized surprises to your friends, chat/eMail friends, mates... You can create and send Happy Birthday gifts, supper invitations, dating through a surprise, thanksgiving, advertise and much more...In your Surprise you can insert personal pictures, clip art, text, custom songs, fonts, sound effects, web site addresses and you can lock it under password. Drag & drop and copy paste supported, very easy to use. Surprise Maker have a simple editor to combine various pictures as layers and adding your custom text. You can also import pictures created in other programs...Surprise Maker supports your default eMail program for easy sending or/and you can save your creation to disk...All Surprises created with Surprise Maker can show images, can play music, can redirect users to your web site, can be forwarded, can run at startup, can be set as Wallpaper and can be stored in My Surprises.Install/Uninstall feature supported."; 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 = ''; } }