<!--  Flash Script -->
function write_swf(src,w,h) {
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
 html += '<param name="movie" value="'+src+'">';
 html += '<param name="quality" value="high">';
 html += '<param name="bgcolor" value="#ffffff">';
 html += '<param name="swliveconnect" value="true">';
 html += '<param name="menu" value="false">';
 html += '<param name="wmode" value="transparent">';
 html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}

function write_embed(src,w,h,autostart,loop) {
 html = '';
 html += '<embed autostart="'+autostart+'" AllowScriptAccess="never" style="width:'+w+'px; height:'+h+'px;" type="application\/x-mplayer2" EnableContextMenu="false" loop="'+loop+'" autosize="0" src="'+src+'">';
 html += '<\/embed>';
 document.write(html);
}
<!--  Flash Script End -->

<!--  FlashLink Start -->
function goMenu(num){
	 var url = "/";

	if(num==11){location.href=url+"html/introduction/intro_1.asp?ms=11";}
	else if(num==12){location.href=url+"html/introduction/intro_2.asp?ms=12";}
	else if(num==13){location.href=url+"html/introduction/intro_3.asp?ms=13";}
	else if(num==14){location.href=url+"html/introduction/intro_4.asp?ms=14";}
	else if(num==15){location.href=url+"html/introduction/intro_5.asp?ms=15";}
	else if(num==16){location.href=url+"html/introduction/intro_6.asp?ms=16";}
	else if(num==17){location.href=url+"html/introduction/intro_7.asp?ms=17";}
	else if(num==18){location.href=url+"html/introduction/intro_8.asp?ms=18";}

	else if(num==21){location.href=url+"html/schedule/sched_1.asp?ms=21";}
	else if(num==22){location.href=url+"html/schedule/sched_2.asp?ms=22";}


	else if(num==31){location.href=url+"html/marathone/marath_1.asp?ms=31";}
	else if(num==32){location.href=url+"html/marathone/marath_2.asp?ms=32";}
	else if(num==33){location.href=url+"html/marathone/marath_3.asp?ms=33";}
	else if(num==34){location.href=url+"html/marathone/marath_4.asp?ms=34";}
	
	else if(num==41){location.href=url+"html/club/clu_1.asp?ms=41";}
	else if(num==42){location.href=url+"html/club/clu_2.asp?ms=42";}
	
	else if(num==51){location.href=url+"html/community/comm_1.asp?ms=51&board_idx=1";}
	else if(num==52){location.href=url+"html/community/comm_2.asp?ms=52&board_idx=2";}
	else if(num==53){location.href=url+"html/community/comm_3.asp?ms=53";}
	
	//¸ÞÀÏelse if(num==61){location.href=url+"html/community/comm_3.asp?ms=53";}
	

}
<!--  FlashLink End -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}