function mostraMenu(link){
	if(parent.menu!=true){
		document.location.href=link;
    }
}

