<!-- 
document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value=none>Select here your movie...');
document.write('<option value=none>--------------------');
document.write('<option value="movies/bcat.htm">The Black Cat');
document.write('<option value="movies/friday.htm">Black Friday');
document.write('<option value="movies/bride.htm">Bride of Frankenstein');
document.write('<option value="movies/dracula.htm">Dracula');
document.write('<option value="movies/daughter.htm">Dracula’s Daughter');
document.write('<option value="movies/ghost.htm">Ghost of Frankenstein');
document.write('<option value="movies/face.htm">The Face Behind the Mask');
document.write('<option value="movies/franken.htm">Frankenstein');
document.write('<option value="movies/franwolf.htm">Frankenstein Meets the Wolf Man');
document.write('<option value="movies/hdrac.htm">House of Dracula');
document.write('<option value="movies/hfrank.htm">House of Frankenstein');
document.write('<option value="movies/agent.htm">Invisible Agent');
document.write('<option value="movies/invic.htm">The Invisible Man');
document.write('<option value="movies/invret.htm">The Invisible Man’s Returns');
document.write('<option value="movies/invrev.htm">The Invisible Man’s Revenge');
document.write('<option value="movies/invray.htm">The Invisible Ray');
document.write('<option value="movies/doctor.htm">The Mad Doctor of Market Street');
document.write('<option value="movies/manmade.htm">Man Made Monster');
document.write('<option value="movies/mummy.htm">The Mummy');
document.write('<option value="movies/mumcurse.htm">The Mummy’s Curse');
document.write('<option value="movies/mumghost.htm">The Mummy’s Ghost');
document.write('<option value="movies/mummhand.htm">The Mummy’s Hand');
document.write('<option value="movies/mummtomb.htm">The Mummy’s Tomb');
document.write('<option value="movies/murders.htm">Murders in the Rue Morgue');
document.write('<option value="movies/phantom.htm">The Phantom of the Opera');
document.write('<option value="movies/old_dark.htm">The Old Dark House');
document.write('<option value="movies/raven.htm">The Raven');
document.write('<option value="movies/sondrac.htm">Son of Dracula');
document.write('<option value="sonfrank.htm">Son of Frankenstein');
document.write('<option value="movies/dracspa.htm">Spanish Dracula');
document.write('<option value="movies/were.htm">The Werewolf of London');
document.write('<option value="movies/wolf.htm">The Wolf Man');
document.write('<option value=none>--------------------');
document.write('<option value="bio/clive.htm">Colin Clive');
document.write('<option value="bio/frye.htm">Dwight Frye');
document.write('<option value="bio/karloff.htm">Boris Karloff');
document.write('<option value="bio/lanches.htm">Elsa Lanchester');
document.write('<option value="bio/lorre.htm">Peter Lorre');
document.write('<option value="bio/lugosi.htm">Bela Lugosi');
document.write('<option value="bio/rathbone.htm">Basil Rathbone');
document.write('<option value="bio/zita.htm">Zita Johann');
document.write('</select>');
document.write('<INPUT TYPE="button" VALUE="Go!" onclick="go()">');
document.write('</form>');
//-->
