// JavaScript Document
// Opent html pagina met PDF bestand
function poppage(){
		wnd=window.open("reparatie.html","","toolbar=0,status=0,left=20, top=20, width=540, height=640, resizable=0, scrollbars=0");
	}
// Open pagina om Adobe Acrobat reader te downloaden	
function popadobe(){
		win=window.open("http://www.adobe.nl/products/acrobat/readstep2.html","","toolbar=0,scrollbars=1,status=0,width=767,height=570");
	}
