/********************************************************/
/*   Chgmt couleur menus - ©2003 yAro - yAronet.cOm     */
/********************************************************/

function mOvr(src) {
	src.style.cursor = 'hand';
	src.style.backgroundColor='#ffcc00';
}

function mOut(src) {
	src.style.cursor = 'default';
	src.style.backgroundColor='#f7f7f7';
}

function fOver(src) {
	//src.style.cursor = 'hand';
	src.style.backgroundColor='#e3e7e8';
}

function fOut(src) {
	//src.style.cursor = 'default';
	src.style.backgroundColor='#f7f7f7';
}


/********************************************************/
/*         yAronews - ©2005 yAro - yAronet.cOm          */
/********************************************************/

var last_tmp;

function cNewson(id) {
	last_tmp = id;
	document.getElementById('news'+id).style.display='block';
	document.getElementById('trn'+id).style.backgroundColor='#BFCAEA';
}

function cNewsoff(id) {
	document.getElementById('news'+id).style.display='none';
	document.getElementById('trn'+id).style.backgroundColor='#efefef';
}
