var fDesc=new Array(); fDesc[0] = "Create and send thousands of beautiful, colourful personalized surprises to your friends, chat/e-mail friends, mates... You can create and send fantastic happy birthday gifts, invitations, dating through a surprise, thanksgiving, advertise and much more...

In your happy surprise you can insert your personal pictures, clip art, text, custom songs, fonts, sound effects and web site addresses. You can lock the surprise under password to reveal it later ;).

Drag & drop and copy paste supported, very easy to use. Surprise Maker have a simple editor to combine various pictures as layers and add your custom text. You can also import pictures from other programs. Surprise Maker supports your default e-mail program for easy sending..."; 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 = ''; } }