
/***top meun***/


function tm01() {location.href = "?";}
function tm02() {location.href = "mailto:java5425@hanmail.net";}
function tm03() {location.href = "?module=Html&action=SiteMap";}




/*** meun***/
function m10() {location.href = "?module=Html&action=SiteComp&sSubNo=1";}
function m11() {location.href = "?module=Html&action=SiteComp&sSubNo=1";}
function m12() {location.href = "?module=Html&action=SiteComp&sSubNo=2";}
function m13() {location.href = "?module=Html&action=SiteComp&sSubNo=3";}


function m20() {location.href = "?module=Html&action=SiteComp&sSubNo=4";}
function m21() {location.href = "?module=Html&action=SiteComp&sSubNo=4";}
function m_sub211() {location.href = "?module=Html&action=SiteComp&sSubNo=4";}
function m_sub212() {location.href = "?module=Html&action=SiteComp&sSubNo=5";}
function m_sub213() {location.href = "?module=Html&action=SiteComp&sSubNo=6";}
function m_sub214() {location.href = "?module=Html&action=SiteComp&sSubNo=7";}
function m_sub215() {location.href = "?module=Html&action=SiteComp&sSubNo=8";}
function m_sub216() {location.href = "?module=Html&action=SiteComp&sSubNo=9";}
function m22() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=11&sMode=SELECT_FORM";}
function m_sub221() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=11&sMode=SELECT_FORM";}
function m_sub222() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=4&sMode=SELECT_FORM";}
function m_sub223() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=5&sMode=SELECT_FORM";}
function m_sub224() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=6&sMode=SELECT_FORM";}
function m_sub225() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=7&sMode=SELECT_FORM";}
function m_sub226() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=8&sMode=SELECT_FORM";}
function m_sub227() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=12&sMode=SELECT_FORM";}
function m23() {location.href = "?module=Board&action=SiteBoard2&iBrdNo=9&sMode=SELECT_FORM";}
function m24() {location.href = "?module=Board&action=SiteBoard&iBrdNo=3&sMode=SELECT_FORM";}


function m30() {location.href = "?module=Goods&action=SiteGoods&sMode=SELECT_FORM&iSortCd1=1&iSortCd2=1&iGoodsSortCd=1&sBelowYn=N&iSortDep=1";}
function m31() {location.href = "?module=Goods&action=SiteGoods&sMode=SELECT_FORM&iSortCd1=1&iSortCd2=1&iGoodsSortCd=1&sBelowYn=N&iSortDep=1";}



function m40() {location.href = "?module=Board&action=SiteBoard&iBrdNo=1&sMode=SELECT_FORM";}
function m41() {location.href = "?module=Board&action=SiteBoard&iBrdNo=1&sMode=SELECT_FORM";}
function m42() {location.href = "?module=Board&action=SiteBoard&iBrdNo=10&sMode=SELECT_FORM";}
function m43() {location.href = "?module=Board&action=SiteBoard&iBrdNo=2&sMode=SELECT_FORM";}
function m44() {location.href = "?module=Inquiry&action=SiteInquiry&iInquiryNo=1&sMode=INSERT_FORM";}

function m51() {location.href = "?module=Html&action=SiteMap";}

function bn01() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=4&sMode=SELECT_FORM";}
function bn02() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=5&sMode=SELECT_FORM";}
function bn03() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=6&sMode=SELECT_FORM";}
function bn04() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=7&sMode=SELECT_FORM";}
function bn05() {location.href = "?module=Board&action=SiteBoard1&iBrdNo=8&sMode=SELECT_FORM";}


<!--
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_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
<!--
function loader(){

 if ((navigator.userAgent.indexOf('IE') > -1) && (navigator.platform == "Win32")) {

  bControl = true;

 } else {

  var plugIn = document.MediaPlayer1;

  bControl = false;

  document.appObs.setByProxyDSPlayStateChangeObserver(plugIn,true); 

 }

 

 document.MediaPlayer1.Play(); 

}

 

var bControl;

 

function swap(whichImage, whatURL){

 if (whichImage.src.indexOf('_hi') == -1) {

  whichImage.src = whatURL;

 }

}

 

function onPlay() {

  document.MediaPlayer1.Play();

}

 

function onStop() {

 document.MediaPlayer1.Stop(); 
/*
 if (bControl == true){

  document.MediaPlayer1.CurrentPosition=0;

 } else {

  document.MediaPlayer1.SetCurrentPosition(0);

 }
*/
}

 

function onPause() {

// if (bControl == true) {

//  if (document.MediaPlayer1.PlayState == 2){

   document.MediaPlayer1.Pause();

//  }

// } else {

//  if (document.MediaPlayer1.GetPlayState() == 2){

//   document.MediaPlayer1.Pause();

//  }

//    }

}

 

function onForward() {

 document.MediaPlayer1.FastForward();

}

 

function onReverse() {

 document.MediaPlayer1.FastReverse();

}

 

function setVolume(opt)

{

  delta = 300; 

  if(opt==0)

  {

    

    MediaPlayer1.Mute();

  }

  else

  {  

    if ((MediaPlayer1.Volume + delta * opt) > 0)

      MediaPlayer1.Volume = 0;

      

    else if((MediaPlayer1.Volume + delta * opt) < -10000)

      MediaPlayer1.Volume = -10000;

    else

      MediaPlayer1.Volume = MediaPlayer1.Volume + opt*delta ;

  }

  MediaPlayer1.Play();

}

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_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_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];}
}
//-->

<!--
// banner_roll("div태그 id", 이미지1개넓이, 딜레이, 1칸이동속도, 처음딜레이);
var banner_1_mouseEvent    = 1;
var banner_1_direction     = 1;

function banner_roll(div_id, banner_width, banner_delay, banner_speed, this_width){
	try{
		if(eval(div_id + "_mouseEvent")){
			var div_tag = document.getElementById(div_id);
			var a_tag, i;
			this_width++;

			if(this_width < banner_width){
				if(eval(div_id + "_direction")){
					div_tag.style.left = -this_width;
				}else{
					div_tag.style.left = +this_width - banner_width;
				}

				setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", " + this_width + ");", banner_speed);
			} else {
				a_tag = div_tag.getElementsByTagName("TABLE");
				if(eval(div_id + "_direction")){
					div_tag.appendChild(a_tag[0]);
					div_tag.style.left = 0;
				}else{
					div_tag.insertBefore(a_tag[a_tag.length-1], div_tag.firstChild);
					//div_tag.appendChild(a_tag[a_tag.length-1]);
					div_tag.style.left = -banner_width;
				}
				setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", 0);", banner_delay);
			}
		}else{
			setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", " + this_width + ");", banner_speed);
		}
	}catch(e){}
	return true;
}

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_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;
}
//-->








