
function menu (cd) {
    if (cd != '') {
        window.location.href=''+cd;
    }
}
