<!--
function f_mouseover_item_style(data){

	theStyle = document.all[ data ].style;
//	theStyle.fontSize = "24px";
	theStyle.background = "#9BC5EF";
//	theStyle.color = "white";
}
function f_mouseout_item_style(data){

	theStyle = document.all[ data ].style;
//	theStyle.fontSize = "12px";
	theStyle.background = "#FFFFFF";
//	theStyle.color = "#000000";
}
//-->
