function popup(r) 
{
        window.open(r, "", "top=40,left=40,width=600,height=400,scrollbars");
}

function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "")
{
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
 }                       
}

function doorlink(r) 
{
        window.location.href = r;
}
        
        
function show_popup(txt, b , h, bgcolor)
{
var p=window.createPopup()
var pbody=p.document.body
pbody.style.backgroundColor=bgcolor
pbody.style.border="solid black 1px"
pbody.innerHTML=txt
p.show(150,150,b,h,document.body)
}
        

function favorieten(){
   if (document.all)
   window.external.AddFavorite(location,document.title)
}

