
/* ----- tokuma.js ----- */
function tachiyomi_link(uri) {
        window.open('/t-data/'+ uri +'/_SWF_Window.html',
                'new', 
                'width=1000, height=650, left='+(screen.availWidth/2-507)+',top='+(screen.availHeight/2-381)+'');
    return false;
}


