
function popupmail() 
{
	window.open('./video_send_ES.htm?titre='+document.getElementById('THETITRE').innerHTML, 'sendVideos', 'width=610,height=448,toolbar=no,scrollbars=no,resizable=no');

}
	
		
