﻿// JScript File

var MenuSuperior = {
    irA: function irA( url){
	    document.location.href= url;
    }
}
