

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=1600><PARAM NAME=movie VALUE="index.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="index.swf" quality=high bgcolor=#FFFFFF  WIDTH=100% HEIGHT=1600 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT><br>');
}


var screen_width_news = (screen.width - 330) / 2;
var screen_height_news = (screen.height - 540) / 2 - 30;

function newswin()
{
  window.open('news/index.html','news','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=540,fullscreen=no,left='+screen_width_news+',top='+screen_height_news);
}


var screen_width_bbs = (screen.width - 330) / 2;
var screen_height_bbs = (screen.height - 540) / 2 - 30;

function bbswin(url)
{
  window.open('bbs/index.html','bbs','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=540,fullscreen=no,left='+screen_width_bbs+',top='+screen_height_bbs);
}


var screen_width_diary = (screen.width - 780) / 2;
var screen_height_diary = (screen.height - 550) / 2 ;

function diarywin(url)
{
  window.open('diary/index.html','diary','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=780,height=550,fullscreen=no,left='+screen_width_diary+',top='+screen_height_diary);
}

