function LinkGo(xthis) {
	var p = xthis.value;
	var t = "";
	var m = "";
	window.open(p, t, m);
}

function Linkself(xthis) {
	var p = xthis.value;
	location.href=p;
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Timer()
{
 setInterval( MenuScrolling, 100 );
}

function MenuScrolling()
{
 var fm = document.MyForm;

 var rtmu= document.getElementById('RightMenu');
 rtmu.style.pixelTop = document.body.scrollTop+300;
}

function Timer2()
{
 setInterval( MenuScrolling2, 100 );
}

function MenuScrolling2()
{
 var fm = document.MyForm;

 var rtmu= document.getElementById('RightMenu');
 rtmu.style.pixelTop = document.body.scrollTop+240;
}

<!--  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){
	if(num==11){location.href="/new02/html/info/invitation.asp?ms=11";}
	else if(num==12){location.href="/new02/html/info/performing.asp?ms=12";}
	else if(num==13){location.href="/new02/html/info/facility01.asp?ms=13";}
	else if(num==14){location.href="/new02/html/member/join.asp?ms=14";}
	else if(num==15){location.href="/new02/html/member/idpw.asp?ms=15";}
	else if(num==16){location.href="/new02/html/member/edit.asp?ms=16";}

	else if(num==21){location.href="/new02/html/participate/par01.asp?ms=21";}
	else if(num==22){location.href="/new02/html/participate/par02.asp?ms=22";}
	else if(num==23){location.href="/new02/html/participate/par03_1.asp?ms=23";}
	else if(num==24){location.href="/new02/html/participate/par04.asp?ms=24";}
	else if(num==25){location.href="/new02/html/participate/par05.asp?ms=25";}
	else if(num==26){location.href="/new02/html/participate/par03_2.asp?ms=26";}
	
	else if(num==31){location.href="/new02/html/community/notice.asp?ms=31";}
	else if(num==32){location.href="/new02/html/community/board.asp?ms=32";}
	else if(num==33){location.href="/new02/html/community/photo.asp?ms=33";}
	else if(num==34){location.href="/new02/html/community/member.asp?ms=34";}
	else if(num==35){location.href="/new02/html/community/employment.asp?ms=35";}
	else if(num==36){location.href="/new02/html/community/proposal.asp?ms=36";} 

	else if(num==41){location.href="/new02/html/map/map01.asp?ms=41";}

}
<!--  FlashLink End -->


function GuGunOpen(xP) {
	var p = xP;
	var t = "window";
	var m = "";
	window.open(p, t, m);
}

