function SwitchSelectie()
{
	location=cboSelectie.options[cboSelectie.selectedIndex].value;
}


function wel_account(blockID)
{
	if( document.getElementById )
	{
		document.getElementById("wel_account").style.display = "";
		document.getElementById("geen_account").style.display = "none";
	}
}



function geen_account(blockID)
{
	if( document.getElementById )
	{
		document.getElementById("wel_account").style.display = "none";
		document.getElementById("geen_account").style.display = "";
	}
}


function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}


Prefixen = new Array();
	Prefixen[0] = new Array(1);
	Prefixen[0][0] = "+31 (0)"

	Prefixen[1] = new Array(1);
	Prefixen[1][0] = "+32 (0)"
	
	
function telprefix()
{
	document.formulier.txtTelefoon.value = Prefixen[document.formulier.cboLand.selectedIndex][0];
	document.formulier.txtFax.value = Prefixen[document.formulier.cboLand.selectedIndex][0];
}


function enkeltelprefix()
{
	document.formulier.txtTelefoon.value = Prefixen[document.formulier.cboLand.selectedIndex][0];
}
