function contact ( _this ) {

	_this.href = unescape ( 'mailto%3Aa2mp@a2mp.com' ) ;

}

function drh ( _this , _mailto ) {

	_this.href = unescape ( 'mailto%3Adrh@a2mp.com' ) + _mailto ;

}

function annonce ( _this , _num ) {

	window._annonce.className = '' ;

	gid( 'offre_' + window._annonce._id ).style.display = 'none' ;

	window._annonce = _this ;

	window._annonce._id = _num ;

	_this.className = 'on' ;

	gid( 'offre_' + _num ).style.display = 'block' ;

}

function doblank ( atag ) {

	window.open( atag.href ) ;

	return false ;

}

function gid ( _id ) {

	return document.getElementById( _id ) ;

}