//---------------------------------------------------------
//   °ü·Ã»çÀÌÆ® ¸µÅ© , ÅØ½ºÆ®¹è³Ê
//---------------------------------------------------------
function gomove(frm) {
	if(frm.options[frm.selectedIndex].value != 0) {
		newwindow=window.open("");
		newwindow.location=frm.options[frm.selectedIndex].value;
		frm.selectedIndex = 0;
	}
}

//---------------------------------------------------------
//  ¿ÞÂÊ ¸Þ´º¿ë ÀÚ¹Ù½ºÅ©¸³Æ®
//---------------------------------------------------------
var left_block="block";
function left_block_tree(block)  //03
{
	var obj
	obj = MM_findObj(block);
	if ( left_block != block)
	{
		if (obj.style.display == "none")
		{
			left_block_clear();
			obj.style.display = "";
			left_block=block;
		}
		else
		{
			left_block_clear();
			obj.style.display="none";
			left_block=block;
		}
	}
	else
	{
		obj.style.display="none";
		left_block="tree";
	}
}



function count(url)
{
  window.open(url,'url','left=0,top=0,width=850,height=600,location=yes,scrollbars=yes,status=yes,direction=yes,menubar=yes,toolbar=yes,resizable=yes');
}


//---------------------------------------------------------
// ·Ñ¿À¹ö ½ºÅ©¸³Æ®
//---------------------------------------------------------
function roll(field,val)
{
	if (!val) return;
	div=field;
	field.style.filter="blendTrans(duration=0.3)";
	field.filters.blendTrans.stop();
	field.filters.blendTrans.Apply();
	field.src=val;
	field.filters.blendTrans.Play();
}
function roll1(field,val)
{
	if (!val) return;
	field.src=val;
}

//---------------------------------------------------------
// ¾È³» ¸Þ¼¼Áö
//---------------------------------------------------------
function info() {
		 alert("\nÁØºñÁßÀÔ´Ï´Ù.");
}

function info1() {
		 alert("\¹æ¹®½Ã Á¢¼ö°¡´ÉÇÕ´Ï´Ù.");
}



//---------------------------------------------------------
// ÆË¾÷Ã¢
//---------------------------------------------------------
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

//---------------------------------------------------------
// ÇÃ·¹½Ã 
//---------------------------------------------------------
    function SwfObject_Call(a,b,c,d)//°æ·Î,Æø,³ôÀÌ,IDName
     {
  var idName="";
  if (! isNaN(d)) idName=" id='" +d+ "'";

  document.write ("<object" + idName + " classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + b + "' height='" + c + "' VIEWASTEXT>");
  document.write ("<param name=movie value='" + a + "'>");
  document.write ("<param name=quality value=high>");
  document.write ("<param name='wmode' value='transparent'>");
  document.write ("<embed" + idName + "  src='" + a + "' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + b + "' height='" + c + "'></embed> ");
  document.write ("</object>");
 }
