function mon(item){
	new Element.setOpacity(item.id, 0.60);
}

function moff(item){
	new Element.setOpacity(item.id, 1.0);
}