function load_page(control, url) 
{
    document.getElementById("welkom").setAttribute("class", "button"); 
    document.getElementById("bedrijf").setAttribute("class", "button"); 
    document.getElementById("werk").setAttribute("class", "button"); 
    document.getElementById("occasions").setAttribute("class", "button"); 
    document.getElementById("dienst").setAttribute("class", "button"); 
    document.getElementById("open").setAttribute("class", "button"); 
    document.getElementById("contact").setAttribute("class", "button");
    document.getElementById("route").setAttribute("class", "button");
    control.setAttribute("class", "buttonDown");
//    document.getElementById('DivExample').innerHTML = "<iframe src='"+ url +"'></iframe>";


    window.frames['iframeLoad'].location = url;
} 
