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 goMemInfo(id){
	location.href="/mymenu/mypage.asp?board_no="+id;
}
function goMemo(id){

	window.open('/mymenu/Note/pop_note_write.asp?GET_ID='+id ,'mymemo','width=396,height=208,scrollbars=on, left=0, top=0');
}

function openWin(theURL, winname, top, left, width, height)
{
	window.open(theURL, winname, 'top=' +top+ ', left=' +left+ ',Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, width=' +width+ ', height=' +height+', resizable=0');
}

function showMenu(id, userid)
{
	if (popMenu != null && typeof popMenu != "undefined") {
		var html = pre + makeMenu(id, userid) + post ; 
		popMenu.innerHTML = html;
		setMenu(id, userid);
	}

}

var pre = '	<table width="96" cellpadding="0" cellspacing="0" style="border-style:solid;border-width:1px;border-color:#999999" bgcolor="#ffffff"> ' ;
var post = ' </table>  ' ;
var popMenu = null;

function initializeMenu(){

	var initHTML = '<div id="popMenu" style="position:absolute; left:0px; top:0px; z-index:2; visibility: hidden ; " onblur="hideMenu();" onmouseout="hideMenu();"></div>' ;
	document.body.insertAdjacentHTML("afterBegin", initHTML);
	popMenu = document.getElementById('popMenu');

}

function makeMenu(id, username)
{

	var temp ='';
	//temp='<tr><td height="20" style="cursor:hand;padding-left:7;letter-spacing:-0.1em;font-family:verdana">'+userid+'</td></tr><tr><td height="1" bgcolor="#999999"></td></tr>'
	temp = '<tr><td height="14" style="cursor:hand;padding-left:7;letter-spacing:-0.1em" onMouseOver="this.style.backgroundColor=\'#D5D5D5\'" ' ;
	temp +=	'onMouseOut="this.style.backgroundColor=\'\'" onclick="javascript:goMemInfo(\''+id+'\');hideMenu(\'force\')">Á¤º¸º¸±â</td></tr>' ;
	temp += '<tr><td height="14" style="cursor:hand;padding-left:7;letter-spacing:-0.1em" onMouseOver="this.style.backgroundColor=\'#D5D5D5\'" ' ;
	temp +=	'onMouseOut="this.style.backgroundColor=\'\'" onclick="javascript:goMemo(\''+id+'\');hideMenu(\'force\')">ÂÊÁöº¸³»±â</td></tr>' ;
	return temp ;
	
}

function hideMenu(force)
{
	if(typeof force != "undefined" && force != "") {
		popMenu.style.visibility = 'hidden';
		return;
	}
	if( popMenu.componentFromPoint( event.x, event.y ) != '' )
		popMenu.style.visibility = 'hidden';
}


function setMenu() { 
	var IE = document.all?true:false; 

	var tempX = 0; 
	var tempY = 0; 

	if (IE) { 
		tempX = event.clientX + document.body.scrollLeft; 
		tempY = event.clientY + document.body.scrollTop; 
	} 
	else 
	{  
		tempX = e.pageX; 
		tempY = e.pageY; 
	}   
		
		

	popMenu.style.left = tempX; 
	popMenu.style.top = tempY; 
	popMenu.style.visibility='visible';	
	popMenu.focus();
}

attachEvent("onload", initializeMenu);

/*
popDownMenu END
*/


function showFlash(fla, width, height, version)
{
	var ver
	
	switch (version){
		case 6 : ver = "6,0,29,0";	break;
		case 7 : ver = "7,0,19,0";	break;
		default : ver = "8,0,0,0";	break;
	}

	var object =
		"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" + ver + "' width='" + width + "' height='" + height + "'>"
		+ "<param name='movie' value='" + fla + "' />"
		+ "<param name='quality' value='high' />"
		+ "<param name='wmode' value='Transparent'>"
		+ "<embed src='" + fla + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "'></embed>"
		+ "</object>"
	
	document.write( object );
}

function showFlash_main(fla, width, height, version, vars)
{
	var ver
	
	switch (version){
		case 6 : ver = "6,0,29,0";	break;
		case 7 : ver = "7,0,19,0";	break;
		default : ver = "8,0,0,0";	break;
	}

	var object =
		"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" + ver + "' width='" + width + "' height='" + height + "'>"
		+ "<param name='movie' value='" + fla + "' />"
		+ "<param name='quality' value='high' />"
		+ "<param name='flashvars' value='"+vars+"'>"
		+ "<embed src='" + fla + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "'></embed>"
		+ "</object>"
	
	document.write( object );
}


function showMedia(file, width, height, show)
{

	var object ="<embed src='"+file+"' width='"+width+"' height='"+height+"' type='video/x-ms-wmv' showcontrols='"+show+"' loop='true' autostart='true'>"
	document.write( object );
}
