<!--//

function flash_run()
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=100% HEIGHT=2600><PARAM NAME=movie VALUE="raku_gaki/index.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="raku_gaki/index.swf" quality=high bgcolor=#FFFFFF  WIDTH=100% HEIGHT=2600 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT><br>');
}




function openwin001(){
var j=screen.availHeight-80
mywidth = 290;
myheight = j;
myleft = (screen.width - mywidth) / 2;
mytop = (screen.height - myheight) / 2;
mytop = mytop - 25


var Browser=navigator.appName;
vers=parseInt(navigator.appVersion.substring(0,1));
if((navigator.appVersion.indexOf("Mac") != -1)
&&Browser=="Microsoft Internet Explorer"){


window.open('raku_gaki/raku_bbs/bbs.html', 'BBS', 'width=290,height='+j+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop);
}

else{
window.open('raku_gaki/raku_bbs/bbs.html', 'BBS', 'width=290,height='+j+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop);
}}


screen_width_kirin = (screen.width - 253) / 2;
screen_height_kirin = (screen.height - 400) / 2;
screen_height_kirin = screen_height_kirin- 30

function new_win_kirin(name)
{
  window.open('http://raku-gaki.com/new_win/kirin/index.html',name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=253,height=400,fullscreen=no,left='+screen_width_kirin+',top='+screen_height_kirin);
}

screen_width_adobe = (screen.width - 658) / 2;
screen_height_adobe = (screen.height - 478) / 2;
screen_height_adobe = screen_height_adobe- 30

function new_win_adobe(name)
{
  window.open('http://raku-gaki.com/new_win/adobe/index.html',name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=658,height=478,fullscreen=no,left='+screen_width_adobe+',top='+screen_height_adobe);
}


//-->