/* Open the reCAPTCHA explaination in a new window */
function captcha_explain_de() {
	window.open('captcha_explain.php?setlang=de', 'caplain', 'toolbar=0, location=0, directories=0, status=0, menubar=0, resizable=1, width=400, height=620, top=100, left=100');
}

function captcha_explain_en() {
	window.open('captcha_explain.php?setlang=en', 'caplain', 'toolbar=0, location=0, directories=0, status=0, menubar=0, resizable=1, width=400, height=620, top=100, left=100');
}

