function showEdito() { document.getElementById('editocontent').style.display='block'; }
function hideEdito() { document.getElementById('editocontent').style.display='none'; }
function LoadBA(id) {
	document.getElementById('BAloader').innerHTML = '<object type="application/x-shockwave-flash" width="400" height="250" data="http://www.youtube.com/v/'+id+'"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/'+id+'" /></object> ';
}
function showimg(id) {
	document.getElementById('critp').src = '../../../img.php?i='+id;
}

function test() {
	document.write("Hello world !");
}
