//





//È¸»ç¼Ò°³
function menu_01()
{
	location.href = "/company/com_intro.html";
}

function menu_01_02()
{
	location.href = "/company/com_history.html";
}

function menu_01_03()
{
	location.href = "/company/com_news.php";
}

function menu_01_04()
{
	location.href = "/company/com_contact.html";
}


//Á¦Ç°
function menu_02()
{
        location.href = "/product/product_sig_intro.html";
}

function menu_02_01()
{
	location.href = "/product/product_sig_intro.html";
}

function menu_02_02()
{
	location.href = "/product/product_utm_intro.html";
}

function menu_02_03()
{
	location.href = "/product/product_ensecu_intro.html";
}

function menu_02_04()
{
	location.href = "/product/product_firewall_intro.html";
}


function menu_02_05()
{
	location.href = "/product/product_etm_intro.html";
}


//¼­ºñ½º
function menu_03()
{
	location.href = "/service/consulting_intro.html";
}

function menu_03_02()
{
	location.href = "/service/ni_intro.html";
}


//±â¼úÁö¿ø
function menu_04()
{
        location.href = "/support/qna_product.php";
}

function menu_04_01()
{
	location.href = "/support/qna_product.php";
}

function menu_04_02()
{
	location.href = "/support/product_download.html";
}

//¼º°ø»ç·Ê
function menu_05()
{
	location.href = "/success/success1.html";
}

function menu_05_01()
{
	location.href = "/success/success1.html";
}
function menu_05_02()
{
	location.href = "/success/success2.html";
}
//Ä¿¹Â´ÏÆ¼
function menu_06()
{
        location.href = "/index.php";
}
function menu_06_01()
{
        location.href = "/company/com_notice.php";
}
function menu_06_02()
{
        location.href = "/community/qna_network.php";
}
function menu_06_03()
{
        location.href = "/community/admin_info.php";
}
function menu_06_04()
{
        location.href = "/community/cert.php";
}
function menu_06_05()
{
        location.href = "/community/util.php";
}
function menu_06_06()
{
        location.href = "/community/freeboard.php";
}
//È¨
function home()
{
	location.href = "/index.php";
}


//»çÀÌÆ®¸Ê
function Sitemap()
{
	location.href = "/sitemap.html";
}


//ÄÁÅØÆ® ¾î½º
function contact()
{
	location.href = "mailto:support@enclue.com";
}

//English
function english()
{
	location.href = "http://www.enclue.com/";
}


//Dragon IPS Brochure
function modi_box()
{
	location.href = "http://www.enclue.com/ensecu.pdf";
}

function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  } 
}

function na_change_img_src(name, nsdoc, rpath, preload)
{ 
  var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  } 
}

function reset()
{
   document.find.reset();
}

function checkIt(form) {      
   if(!form.passwd.value) {
      alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä!');
      form.passwd.focus();
      return;
   }
   form.submit();
}
function focusIt() {
   document.signform.passwd.focus();
}
function sendit()
{
        //ÀÌ¸§
        if (document.myform.name.value == "")  {
               alert("ÀÌ¸§À» ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.. please.");
            document.myform.name.focus();
               return false;
        }
        //Á¦¸ñ
        if (document.myform.subject.value == "") {
                alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.., please.");
            document.myform.subject.focus();
                return false;
        }
        //±Û ³»¿ë
        if (document.myform.comment.value == "" ) {
                alert("±ÛÀ» ÀÛ¼º ¾ÈÇÏ¼Ì½À´Ï´Ù. ±ÛÀ» ÀÛ¼ºÇØ ÁÖ½Ê½Ã¿ä");
            document.myform.comment.focus();    
                return false;
        } 
        //ºñ¹Ð¹øÈ£
        if (document.myform.passwd.value == "" ) {
                alert("¼öÁ¤,»èÁ¦½Ã ÇÊ¿äÇÕ´Ï´Ù. ºñ¹Ð¹øÈ£¸¦ ±âÀÔÇØ ÁÖ½Ê½Ã¿ä");
               
            document.myform.passwd.focus();
             return false;
        } 
        return true;
        
}

	function member_reg()
		{
			if(sendit()){
			document.myform.submit();
		}
	
		   }
	 function del_board()
                {
                        if(document.myform.passwd){
                        document.myform.submit();
                }

                   }

	function claerit()
		{
			document.myform.reset();
		}
	function product_change(product)
		{
			if(product != 'title'){
				this.location.href='/product/'+product+'.html';
			}
		}


