function flash_main(){
    document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="850" HEIGHT="175">');
    document.write ('<PARAM NAME="movie" VALUE="../img/flash/main_img.swf">');
    document.write ('<PARAM NAME="quality" VALUE="high">');
    document.write ('<PARAM NAME="wmode" VALUE="transparent">');
    document.write ('<EMBED src="../img/flash/main_img.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="175"></EMBED>');
    document.write ('</OBJECT>');
}

function flash_ci(){
    document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="262" HEIGHT="90">');
    document.write ('<PARAM NAME="movie" VALUE="../img/flash/ci.swf">');
    document.write ('<PARAM NAME="quality" VALUE="high">');
    document.write ('<PARAM NAME="wmode" VALUE="transparent">');
    document.write ('<EMBED src="../img/flash/ci.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="262" height="90"></EMBED>');
    document.write ('</OBJECT>');
}

function flash_mainmenu(){
    document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="588" HEIGHT="90">');
    document.write ('<PARAM NAME="movie" VALUE="../img/flash/main_menu.swf">');
    document.write ('<PARAM NAME="quality" VALUE="high">');
    document.write ('<PARAM NAME="wmode" VALUE="transparent">');
    document.write ('<EMBED src="../img/flash/main_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="588" height="90"></EMBED>');
    document.write ('</OBJECT>');
}

function flash_newbook(){
    document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="202" HEIGHT="119">');
    document.write ('<PARAM NAME="movie" VALUE="../img/flash/newbook.swf">');
    document.write ('<PARAM NAME="quality" VALUE="high">');
    document.write ('<PARAM NAME="wmode" VALUE="transparent">');
    document.write ('<EMBED src="../img/flash/newbook.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="202" height="119"></EMBED>');
    document.write ('</OBJECT>');
}

function NewWin_id()
{
var l = (screen.width-400)/2;
var t = (screen.height-350)/2;
window.open("/board/id.asp","NewWin_id","left="+l+", top="+t+",width=452,height=310,scrollbars=no,status=no");
return;
}

function NewWin_post()
{
var l = (screen.width-400)/2;
var t = (screen.height-350)/2;
window.open("/board/post.asp","NewWin_post","left="+l+", top="+t+",width=469,height=310,scrollbars=yes,status=no");
return;
}


function view_content(obj) {
  obj.style.display = (obj.style.display == "block") ? "none":"block";
 }


