/* JavaScript file generated by Aries Data Web Tools - http://www.ariesdata.be - info@ariesdata.be */

function onMouseOverMenu(p_Object){
	p_Object.style.backgroundImage="url('http://resources.ariesdata.be/buttons/Bleu/110x24/bleu09_sel.gif')";
	p_Object.style.fontFamily="Verdana";
	p_Object.style.fontSize="11px";
	p_Object.style.color="#330099";
	p_Object.style.fontWeight="bold";
	p_Object.style.fontStyle="normal";
	p_Object.style.textDecoration="none";
}
function onMouseOutMenu(p_Object){
	p_Object.style.backgroundImage="url('http://resources.ariesdata.be/buttons/Bleu/110x24/bleu09.gif')";
	p_Object.style.fontFamily="Verdana";
	p_Object.style.fontSize="11px";
	p_Object.style.color="#FFFFFF";
	p_Object.style.fontWeight="bold";
	p_Object.style.fontStyle="normal";
	p_Object.style.textDecoration="none";
}


