function RunTopFlash(){
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="316" height="550">\n');
    document.write('<param name="movie" value="index.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="316" height="550"></embed>\n');
    document.write('</object>\n');
}

function wcampaign(theURL,winName,features) { //v2.0
  window.open('campaign/index.html','campaign','status=no,scrollbars=no,resizable=no,width=250,height=236,top=0,left=0');
}

function wpromotion(theURL,winName,features) { //v2.0
  window.open('promotion/index.html','promotion','status=no,scrollbars=yes,resizable=no,width=500,height=500,top=0,left=0');
}

function wkeitai(theURL,winName,features) { //v2.0
  window.open('keitai/index.html','keitai','status=no,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
}

function wtaiken(theURL,winName,features) { //v2.0
  window.open('taiken/index.html','taieken','status=no,scrollbars=no,resizable=no,width=320,height=550,top=0,left=0');
}


function wsettei(theURL,winName,features) { //v2.0
  window.open('settei/index.html','settei','status=no,scrollbars=yes,resizable=yes,width=830,height=550,top=0,left=0');
}
function wdemento(x, y)
{
parent.window.resizeTo(x, y);
parent.location.href = "../main02.html";
}

function wClose(time) {
  setTimeout('self.close()',time)
}

 onLoad="wClose(15000);"