var fDesc=new Array(); fDesc[1] = "dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work."; fDesc[2] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application."; fDesc[4] = "investigator. Ever since she partnered with Henry Fitzroy, a 450 year-old vampire, the pair has investigated cases involving everything from zombies and ghosts to psychics and demons. Now, a new mystery has emerged. 14 people have recently gone missing."; fDesc[5] = "Dracula´s evil plans. Dracula has discovered that there is an old manuscript with the help of which he can invoke lost souls. His goal is to reclaim the soul of his wife, the woman he loved before becoming a vampire."; fDesc[6] = "full of intrigue and surprises, settled very intelligently. It´s been nearly eight years since Dracula 2 came out, however, the legend of the famous vampire is large enough not to end up there."; fDesc[7] = "unreliable links. Full status info,including a unique histogram display, detailed log andmany configurable options ..."; fDesc[8] = "movie. They are: Beating Heart, Cat Screech, Chain Saw, Creaky Door, Door Shut, Experiment, Gasp, Ghost, Growl, Killer, Man Screaming, Monster Grunt, Mu-hahaha, Owl, Scraping, Vampire Bat, Witch Laugh and Woman Screaming."; fDesc[10] = "something going on inside as you see sparks of magic fire shooting out of the chimney. Are you brave enough to trick or treat around this place?"; fDesc[11] = "approach, you are welcomed by a sign, which surely makes your spine tingle. As you enter the estate, you will find an old crypt. You can even see some light inside!"; fDesc[13] = "3 languages: English, Deutsch and Norwegian. Buffy sounds, customizable backgrounds, 5 card backs available."; fDesc[14] = "and absolutely FREE!"; fDesc[15] = "you'll have to take out as many vampires as you can. The goal is to eventually reach the master vampire and win the game."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }