function submit_answer() 
{
openwin('question','',600,440,50,50);
document.question.submit();
}

function open_tekst(ID)
{
adres = "dehalte/index.php?site=pb&film_ID="
adres += ID
new_window = open(adres,'','width=600,height=500,scrollbars=yes,status=yes,menubar=yes')
}	

function leapto(form) {
var myindex=form.waarheen.selectedIndex
if(form.waarheen.options[myindex].value!="http://rottes.kw.nl") {
parent.inhoud.location.href=(form.waarheen.options[myindex].value)
}
else{parent.inhoud.location.href="http://rottes.kw.nl"}
}
