function menu_over(a){
	if (a.href==location.href){
		a.style.cursor='default';
		a.href='';
		a.title='';
		window.status='';
	}
}
function menu_click(a){
	return (a.href==location.href?false:true);
}
