function write_email() {
	document.write('ma'); 
	document.write('tth'); 
	document.write('i'); 
	document.write('js@'); 
	document.write('p'); 
	document.write('lett'); 
	document.write('erp'); 
	document.write('et'); 
	document.write('.n'); 
	document.write('l'); 
}

function loadcaptcha(capid, root) {
	var today=new Date();
	var now = today.getTime();

	document.getElementById(capid).src = root + 'includes/lib/captcha.php?new='+now;
}


function showDiv($id) {
  document.getElementById($id).style.display = 'block';
}
function hideDiv($id) {
  document.getElementById($id).style.display = 'none';
}


