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