// JavaScript Document
function loadLogo(){
	
    var so = new SWFObject("/SWF/Logo_ReponseAbility.swf", "flash_logo", "60", "400", "8", "#FFFFFF");
    so.write("flash_logo");		
    
}

function fillMedewerker(html){
document.getElementById('medewerker_target').innerHTML = html;
}
