function MM_openBrWindow(theURL,winName,features)
{ //v2.0
          window.open(theURL,winName,'statusbar=yes,scrollbars=yes');
}

function isValidEmail(str) {
    return (str.indexOf(".") > 2) && (str.indexOf("@") > 0);
}

function setBackground(id,id2,tekst) {

	for(i = 1; i<=6; i++)
	{
		if($('background'+i))
			$('background'+i).style.display = 'none';
	}
	$('grootfoto').src = "projecten/"+id2+"_groot.jpg";
    $('background'+id).style.display = 'inline';
    $('extra_info').innerHTML = tekst;
}
