function video()	{
	window.open('/video.php','video','width=490,height=420');
	}
	
function nospam(user,domain)	{
	document.location.href = 'mailto:'+user+'@'+domain;
	}
	
function fade(id)	{
	document.getElementById(id).style.mozOpacity = 0.1;
}

function resource(id)	{
	window.open('/resource.php?id='+id,'ressource_'+id,'width=400,height=400,status=no,resizable=yes');
	}
	
function popup(id,ext)	{
	window.open('/popup.php?id='+id+'&ext='+ext,'popup_galerie','width=400,height=400,status=no,resizable=yes');
	}


