function View_Send_Descript() {
    var win = new Window(
        {url:Lang[0]+'?box=1'
        ,width:400
        ,height:250
        ,title:Lang[1]
        });
    win.showCenter(true);
    return false;
}

function View_Send_Mail() {
    var win = new Window(
        {url:Lang[0]+'?box=1'
        ,width:400
        ,height:350
        ,title:Lang[1]
        });
    win.showCenter(true);
    return false;
}

function View_Person_Favorite() {
    var win = new Window(
        {url:Lang[2]+'?box=1'
        ,width:400
        ,height:350
        ,title:Lang[3]
        });
    win.showCenter(true);
    return false;
}

function View_Add_To_Favorite() {
    var win = new Window(
        {url:Lang[4]+'?box=1'
        ,width:400
        ,height:350
        ,title:Lang[5]
        });
    win.showCenter(true);
    return false;
}

function View_Book_Sign() {
    var win = new Window(
        {url:Lang[0]+'?box=1'
        ,width:400
        ,height:250
        ,title:Lang[1]
        });
    win.showCenter(true);
    return false;
}

function ConfirmDel() {
    if (confirm(Lang[2])) {
        return true;
    }
    return false;
}

function View_Add_To_Friend() {
    var win = new Window(
        {url:Lang[0]+'?box=1'
        ,width:400
        ,height:350
        ,title:Lang[1]
        });
    win.showCenter(true);
    return false;
}