function toggle(div_number) 
	{
	div = document.getElementById('onderdeel_' + div_number );
	if (div.style.display == 'none') 
		{
		div.style.display = 'block';
		} 
	else 
		{
		div.style.display = 'none';
		}
	}

function Checkall(form)
	{ 
	for (var i = 1; i < form.elements.length; i++)
		{    
    	eval("form.elements[" + i + "].checked = form.elements[0].checked");  
  		} 
	} 


function confirmDelete(tekst)
{
var agree=confirm(tekst);
if (agree)
	return true ;
else
	return false ;
}


function afbeeldingen(requrl)
	{
	url = (requrl);
	window.open(url, '_afbeeldingen', 'HEIGHT=500,WIDTH=600,scrollbars=yes,resizable=yes');
	}
	
function venster(requrl,reqhoogte,reqbreedte)
	{
	url = (requrl);
	hoogte = (reqhoogte);
	breedte = (reqbreedte);
	window.open(url, '_venster', 'HEIGHT=600,WIDTH=800,scrollbars=yes,resizable=yes');
	}	

function toggle_tab(tab_number) 
	{
	if (tab_number == '1')
		{
		tab1a.style.display = 'block';
		tab1i.style.display = 'none';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '2')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'block';
		tab2i.style.display = 'none';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '3')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'block';
		tab3i.style.display = 'none';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '4')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'block';
		tab4i.style.display = 'none';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '5')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'block';
		tab5i.style.display = 'none';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '6')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'block';
		tab6i.style.display = 'none';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '7')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'block';
		tab7i.style.display = 'none';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '8')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'block';
		tab8i.style.display = 'none';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '9')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'block';
		tab9i.style.display = 'none';
		tab10a.style.display = 'none';
		tab10i.style.display = 'block';
		}
	else if(tab_number == '10')
		{
		tab1a.style.display = 'none';
		tab1i.style.display = 'block';
		tab2a.style.display = 'none';
		tab2i.style.display = 'block';
		tab3a.style.display = 'none';
		tab3i.style.display = 'block';
		tab4a.style.display = 'none';
		tab4i.style.display = 'block';
		tab5a.style.display = 'none';
		tab5i.style.display = 'block';
		tab6a.style.display = 'none';
		tab6i.style.display = 'block';
		tab7a.style.display = 'none';
		tab7i.style.display = 'block';
		tab8a.style.display = 'none';
		tab8i.style.display = 'block';
		tab9a.style.display = 'none';
		tab9i.style.display = 'block';
		tab10a.style.display = 'block';
		tab10i.style.display = 'none';
		}
	}
