function bookmark()
{
bookmarktitle="Gratis Webcams"
bookmarkurl="http://www.gratis-webcam.nl/"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function Handler(){
var URL = document.form1.filter1.options[document.form1.filter1.selectedIndex].value;
window.location.href = URL;
}

function Handler2(form2){
var URL = document.form2.filter2.options[document.form2.filter2.selectedIndex].value;
window.location.href = URL;
}

function Handler3(form3){
var URL = document.form3.filter3.options[document.form3.filter3.selectedIndex].value;
window.location.href = URL;
}

