/**
 * Shadowbox表示
 */
Shadowbox.init({
    skipSetup: true,
    players: ["iframe"]
});

function getGirlDetail(g){
    Shadowbox.open({
        content:    '/common/mod_staffdetail.php?g=' + g,
        player:     "iframe",
        height:     550,
        width:      620
    });

};
