Shadowbox.loadSkin('classic', 'http://www.jpsyk.com/layout/nikki_theme/common/js/shadowbox/skin');
Shadowbox.loadLanguage('en', 'http://www.jpsyk.com/layout/nikki_theme/common/js/shadowbox/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'http://www.jpsyk.com/layout/nikki_theme/common/js/shadowbox/player');
var old = window.onload;
window.onload = (typeof old != 'function') ?
Shadowbox.init : function(e) { old(e); return Shadowbox.init(e); };

/*
window.onload = function(){
    Shadowbox.init();
};
*/
fnc_SB_open = function(con, w, h){
    Shadowbox.open({
        player:     'swf',
        content:    con,
        height:     h,
        width:      w
    });
}
