function active(valor){
	if(valor==menu){
		document.write("<b>");
	}
}
