function mnBntOver(bnt, estilo){
	bnt.className = estilo;
}
function mnBntOut(bnt, estilo){
	bnt.className = estilo; 
}
function mnBntMouseDown(bnt, estilo){
	bnt.className = estilo; 
}
function mnBntonClick(bnt, urlMenu, fram){
	window.open(urlMenu, target=fram);
	<!-- parent.frames[fram].location.href=urlMenu; -->
}

function confirmaLocation(mens, novoUrl){
	if (confirm(mens)) {location=novoUrl;} 
}
	

