function loadForm(){

	document.getElementById('formulier').innerHTML = ('<iframe src="form3.html" border="0" scrolling="no" width="240" height="420" allowTransparency="true" frameborder="0"></iframe>');
            
        }
        

window.onload = loadForm;

