var fDesc=new Array(); fDesc[0] = "Give your photos an extra special twist.

Pop Art Booth allows you take unique looking photos of yourself and your friends.
Give your photos an extra special twist. Pop Art Booth allows you take unique looking photos of yourself and your friends. Taking photos is a lot of fun but it is even more fun if you apply a Pop Art effect or one of the other effects.

You can also make a collage of all your photos. The photos you take and edit using Pop Art Booth can be saved automatically and can also be printed. You can open photos and import complete folders with photos if you do not have a Webcam. Pop Art Booth is ideal for parties, events, workshops and congresses."; 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 = ''; } }