function verandertaal(taal,mnu)
{
	self.location = "index.php?mnu="+mnu+"&lang="+ taal;
	/*document.pagedetail.lang.value = taal;
	document.pagedetail.submit();*/
}

function selecteer(element){
		var gelukt = function(t){
		}
		pars = "&select=" +  element.id + "&value=" + element.checked;
		var myAjax = new Ajax.Request("../klantmailing/setprods.php", {method: 'get', evalScripts:true, asynchronous:true ,parameters: pars,  onSuccess:gelukt});		
}
function gotoPage(mnu)
{
	self.location = "index.php?mnu="+mnu;

}

function gotoHTMLPage(page){
	self.location = page;
}