function menu_on(obj)
{
	$(obj).style.borderColor = "#CFFF00";
}
function menu_off(obj)
{
	$(obj).style.borderColor = "#141900";
}