// JavaScript Document
//flash ie ---
function ShowFlash(url, width, height){
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/cnt/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
        document.write('<param name="quality" value="high">');
        document.write('<param name="wmode" value="transparent">');
        document.write('<PARAM NAME=menu VALUE=false>');
        document.write('<embed src="' + url + '"  wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="incrlication/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}


//open window ---
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// rollover --
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {
    if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; 
    document.MM_pgH=innerHeight; 
    onresize=MM_reloadPage; 
    }
  }
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImgRernde() { //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 MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
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 show_data(n){ 
 
	if(n=='b'){n=n+1;}
if ((n<1) || (n>5)) return;
var obj1  = document.getElementById('data1');  // 내용1
var obj2  = document.getElementById('data2');  // 내용2
var obj3  = document.getElementById('data3');  // 내용3
 
	if (n==1){
	  obj1.style.display = "block";  //1버튼 활성
	  obj2.style.display = "none";   //2버튼 비활성
	  obj3.style.display = "none";   //3버튼 비활성
	}else if (n==2){
	  obj1.style.display = "none";   //1버튼 비활성
	  obj2.style.display = "block";  //2버튼 활성  
	  obj3.style.display = "none";	 //3버튼 비활성    
 
	}else if (n==3){
	  obj1.style.display = "none";   //1버튼 비활성
	  obj2.style.display = "none";   //2버튼 비활성  
	  obj3.style.display = "block";	 //3버튼 활성
	}
 
	else return;
}

 
function show_tab(n){ 
 
	if(n=='b'){n=n+1;}
if ((n<1) || (n>5)) return;
var obj1  = document.getElementById('tab1');  // 내용1
var obj2  = document.getElementById('tab2');  // 내용2
var obj3  = document.getElementById('tab3');  // 내용3
var obj4  = document.getElementById('tab4');  // 내용4
 
	if (n==1){
	  obj1.style.display = "block";  //1버튼 활성
	  obj2.style.display = "none";   //2버튼 비활성
	  obj3.style.display = "none";   //3버튼 비활성
	  obj4.style.display = "none";   //4버튼 비활성
	}else if (n==2){
	  obj1.style.display = "none";   //1버튼 비활성
	  obj2.style.display = "block";  //2버튼 활성  
	  obj3.style.display = "none";	 //3버튼 비활성  
	  obj4.style.display = "none";	 //4버튼 비활성  
 
	}else if (n==3){
	  obj1.style.display = "none";   //1버튼 비활성
	  obj2.style.display = "none";   //2버튼 비활성  
	  obj3.style.display = "block";	 //3버튼 활성
	  obj4.style.display = "none";	 //3버튼 비활성  
	  
	}else if (n==4){
	  obj1.style.display = "none";   //1버튼 비활성
	  obj2.style.display = "none";   //2버튼 비활성  
	  obj3.style.display = "none";	 //3버튼 비활성
	  obj4.style.display = "block";	 //3버튼 활성  
	}
 
	else return;
}

//Sitemap
// full_menu01 function ---

 function full_menu01()
    { showHideLayer(true) }
	
 function full_menu02()
    { showHideLayer(false) }




//admin
	function admin()
    { 
        window.open('/ngel/nadmin/','',',');
    }


//main

	function main()
    { self.location.href = '/brandstory/main.php'; }

	function top01()
    { self.location.href = '/main.php'; }
	function top02()
    { self.location.href = '/pub/memb/memb080101.html'; } // 로그인
	function top03()
    { self.location.href = '/pub/memb/memb080201.html'; }  //회원가입
	function top04() 
    { 
        window.open('http://www.prideitems.com/');
    }
	function top05()
    { self.location.href = '/pub/memb/memb080801.html'; }//회원정보수정
	function top06()
    { self.location.href = '/pub/process/member_logout.php?type=A'; } //로그아웃
	function top07()
    { 
        window.open('/mailer.php','','width=426,height=426');
    }
	function top08()
    {   
		window.open('/eng/brandstory/main.html');
	}

//main product
	function main_flash1()	
    { self.location.href = '/cnt/prid/prid040201.php'; } 
	function main_flash2()	
    { self.location.href = '/cnt/prid/prid040701.php'; } 
	function main_flash3()	
    { self.location.href = '/cnt/prid/prid040601.php'; } 
	function main_flash4()	
    { self.location.href = '/cnt/prid/prid040501.php'; } 
	function main_flash5()	
    { self.location.href = '/cnt/prid/prid040501.php'; } 
	function main_flash6()	
    { self.location.href = '/cnt/prid/prid040401.php'; } 
	function main_flash7()	
    { self.location.href = '/cnt/prid/prid040501.php'; } 
	function main_flash8()	
    { self.location.href = '/cnt/prid/prid040101.php'; } 
	function main_flash9()	
    { self.location.href = '/cnt/prid/prid040301.php'; } 
	function main_flash10()	
    { self.location.href = '/cnt/prid/prid040401.php'; } 
	function main_flash11()	
    { self.location.href = '/cnt/prid/prid040401.php'; } 
	function main_flash12()	
    { self.location.href = '/cnt/prid/prid040801.php'; } 
	function main_flash13()	
    { self.location.href = '/cnt/prid/prid040601.php'; } 
	function main_flash14()	
    { self.location.href = '/cnt/prid/prid040501.php'; } 
	function main_flash15()	
    { self.location.href = '/cnt/prid/prid040501.php'; } 
	function main_flash16()	
    { self.location.href = '/cnt/prid/prid040601.php'; } 
	function main_flash17()	
    { self.location.href = '/cnt/prid/prid040101.php'; } 
	
//footer
	function foot01()	
    { self.location.href = '/cnt/busi/busi030201.php'; }
	function foot02()	
    { self.location.href = '/pub/memb/memb080501.html'; }
	function foot03()	
    { self.location.href = '/pub/memb/memb080401.html'; }
	function foot04()	
    { 
        window.open('/email_refusal.html','','width=450,height=250');
    }
	function foot05()	
    { 
        window.open('/intra/','','width=1024,height=768');
    }
	function foot06()	
    { 
        window.open('/copyright.html','','width=600,height=500');
    }

//quick_menu
	function quick01()
   // { self.location.href = '/cnt/info/info020401.php'; }
	{ self.location.href = 'http://pride2.ngelnet.com/pub/board/bbs_free.html?cboardID=info020401'; }
	function quick02()
    { 
        window.open('/intra/','','width=1024,height=768');
    }
	function quick03()
 //   { 
  //      window.open('http://community.fxkeb.com/fxportal/jsp/RS/DEPLOY_EXRATE/3310_0.html','','width=178,height=136');
//    }
    { self.location.href = '/cnt/open/open010701.php?cateID=32'; }	
	
	function quick04()
	//{ 
     //   window.open('http://pride2.ngelnet.com/webzine/main.html');
    //}
	{ 
        window.open('pop03.html','','width=478,height=405');
    }
	
	function quick05()
	{ self.location.href = '/cnt/info/info020601.php'; }



//left_banner
	function left01()
    { self.location.href = '/cnt/prid/prid040301.php'; }
	function left02()
    { self.location.href = '/cnt/cust/cust050101.php'; }
	function left03()
    { self.location.href = '/cnt/cust/cust050201.php'; }
	
//right_cont01 통상정보
	function right_cont0101()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020501&cateID=17'; }
	function right_cont0102()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020501&cateID=18'; }
	function right_cont0103()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020501&cateID=19'; }
	function right_cont0104()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020501&cateID=20'; }
	
//right_cont02 무역정보
	function right_cont0201()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020301&cateID=21'; }
	function right_cont0202()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020301&cateID=22'; }
	function right_cont0203()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020301&cateID=23'; }
	function right_cont0204()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020301&cateID=24'; }
	function right_cont0205()
    { self.location.href = '/pub/board/bbs_free.html?cboardID=info020301&cateID=25'; }
	

/*//main_flash
	function main_flash1()
    { self.location.href = '/cnt/prid/prid040101.php'; }
	function main_flash2()
    { self.location.href = '/cnt/prid/prid040501.php'; }
	function main_flash3()
    { self.location.href = '/cnt/prid/prid040601.php'; }	
	function main_flash4()
    { self.location.href = '/cnt/prid/prid040601.php'; }
	function main_flash5()
    { self.location.href = '/cnt/prid/prid040501.php'; }
	function main_flash6()
    { self.location.href = '/cnt/prid/prid040701.php'; }
	
	function main_flash7()
    { self.location.href = '/cnt/prid/prid040101.php'; }
	function main_flash8()
    { self.location.href = '/cnt/prid/prid040501.php'; }
	function main_flash9()
    { self.location.href = '/cnt/prid/prid040601.php'; }	
	function main_flash10()
    { self.location.href = '/cnt/prid/prid040601.php'; }
	function main_flash11()
    { self.location.href = '/cnt/prid/prid040501.php'; }
	function main_flash12()
    { self.location.href = '/cnt/prid/prid040701.php'; }*/
	


//open
	function menu010101()
    { self.location.href = '/cnt/open/open010101.php'; }
	function menu010102()
    { self.location.href = '/cnt/open/open010102.php'; }
	function menu010103()
    { self.location.href = '/cnt/open/open010103.php'; }
	function menu010104()
    { self.location.href = '/cnt/open/open010104.php'; }
	
	function menu010201()
    { self.location.href = '/cnt/open/open010201.php'; }
	function menu010301()
    { self.location.href = '/cnt/open/open010301.php'; }
	function menu010401()
    { self.location.href = '/cnt/open/open010401.php'; }
	function menu010501()
    { self.location.href = '/cnt/open/open010501.php'; }
	function menu010601()
    { self.location.href = '/cnt/open/open010701.php'; }
	function menu010701()
    { self.location.href = '/cnt/open/open010701.php'; }


//info
	function menu020101()
    { self.location.href = '/cnt/info/info020101.php'; }
	function menu020201()
    { self.location.href = '/cnt/info/info020201.php'; }
	function menu020301()
    { self.location.href = '/cnt/info/info020301.php'; }
	function menu020401()
    { self.location.href = '/cnt/info/info020401.php'; }
	function menu020501()
    { self.location.href = '/cnt/info/info020601.php'; }
	function menu020601()
    //{ 
     //   window.open('http://pride2.ngelnet.com/webzine/main.html');
    //}
	{ 
        window.open('pop03.html','','width=478,height=405');
    }
	function menu020701()
	{ self.location.href = '/cnt/info/info021001.php'; }
   
	//function menu020901()
	//{ window.open('http://pride2.ngelnet.com/webzine/main.html');    }
	
//busi
	function menu030101()
    { self.location.href = '/cnt/busi/busi030101.php'; }
	function menu030201()
    { self.location.href = '/cnt/busi/busi030201.php'; }
	function menu030301()
    { self.location.href = '/cnt/busi/busi030301.php'; }
	function menu030401()
    { self.location.href = '/cnt/busi/busi030401.php'; }
	function menu030501()
    { self.location.href = '/cnt/busi/busi030501.php'; }
	function menu030601()
    { self.location.href = '/cnt/busi/busi030601.php'; }
	function menu030701()
    { self.location.href = '/cnt/busi/busi030701.php'; }
	function menu030702()
    { self.location.href = '/cnt/busi/busi030702.php'; }
	function menu030703()
    { self.location.href = '/cnt/busi/busi030703.php'; }
	function menu030704()
    { self.location.href = '/cnt/busi/busi030704.php'; }
	
	function menu030801()
    { self.location.href = '/cnt/busi/busi030801.php'; }
	
//prid
	function menu0401()
    { self.location.href = '/cnt/prid/prid0401.php'; }
	function menu040101()
    { self.location.href = '/cnt/prid/prid040101.php'; }
	function menu040201()
    { self.location.href = '/cnt/prid/prid040201.php'; }
	function menu040301()
    { self.location.href = '/cnt/prid/prid040301.php'; }
	function menu040401()
    { self.location.href = '/cnt/prid/prid040401.php'; }
	function menu040501()
    { self.location.href = '/cnt/prid/prid040501.php'; }
	function menu040601()
    { self.location.href = '/cnt/prid/prid040601.php'; }
	function menu040701()
    { self.location.href = '/cnt/prid/prid040701.php'; }
	function menu040801()
    { self.location.href = '/cnt/prid/prid040801.php'; }
	function menu040901()
    { self.location.href = '/cnt/prid/prid040901.php'; }
	function menu041001()
    { self.location.href = '/cnt/prid/prid041001.php'; }
	
	
	
// pride
	function prid0101() 
    { window.open('/cnt/prid/wheel/main.html'); }
	function prid0102() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0103() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0104() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0105() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0106() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0107() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0108() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0109() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0110() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0201() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0202() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0203() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0204() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0205() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0206() 
    { window.open('/cnt/prid/wheel/main.html'); }	
	function prid0207() 
    { window.open('/cnt/prid/wheel/main.html'); }	



//memb
	function menu050101()
    { self.location.href = '/pub/memb/memb080101.html'; }//로그인
	function menu050201()
    { self.location.href = '/pub/memb/memb080201.html'; }//회원가입
	function menu050301()
    { self.location.href = '/pub/memb/memb080301.html'; }//아이디비번찾기
	function menu050401()
    { self.location.href = '/pub/memb/memb080401.html'; }//개인정보보호방침
	function menu050501()
    { self.location.href = '/pub/memb/memb080501.html'; }//이용약관
	function menu050601()
    { self.location.href = '/pub/memb/memb080801.html'; }//회원정보수정
	function menu050701()
    { self.location.href = '/pub/memb/memb080901.html'; }//회원탈퇴
	function menu050801()
    { self.location.href = '/pub/process/member_logout.php?type=A'; } //로그아웃




//프라이드 상품 링크	
	
  function pride_main_hyolim()
    { self.location.href = '/pride_eng/hyolim/main.html'; }
	function pride_company_hyolim()
    { self.location.href = '/pride_eng/hyolim/company.html'; }
	function pride_product_hyolim()
    { self.location.href = '/pride_eng/hyolim/product.html'; }
	function pride_inquiry_hyolim()
    { self.location.href = '/pride_eng/hyolim/inquiry.html'; }
//	function pride_book_hyolim()
 //   { window.open('#','','width=1000,height=750'); }
//	function pride_catalog_hyolim()
//    { window.open('#','','width=1000,height=750'); }
	function pride_catalog_hyolim_eng()
    { window.open('http://ngelnet.com/ebook/e-megazen/index.php?Dir=253','','width=990,height=740'); }
	function pride_vod_hyolim()
    { window.open('/vod/hyolim.html','','width=330,height=250'); }
	function pride_ir_hyolim()
    { window.open('http://sian.ngelnet.com/ppt/ppt_hyol1.html','','width=800,height=660'); }




    function pride_main_wheel()
    { self.location.href = '/pride_eng/wheel/main.html'; }
	function pride_company_wheel()
    { self.location.href = '/pride_eng/wheel/company.html'; }
	function pride_product_wheel()
    { self.location.href = '/pride_eng/wheel/product.html'; }
	function pride_inquiry_wheel()
    { self.location.href = '/pride_eng/wheel/inquiry.html'; }
	function pride_book_wheel()
    { window.open('/pride_eng/wheel/ebook.html','','width=1000,height=750'); }
	function pride_catalog_wheel()
    { window.open('http://ngelnet.com/ebook/e-weel_eng/index.php?Dir=183','','width=990,height=740'); }
	//function pride_catalog_wheel01()
    //{ window.open('http://ngelnet.com/ebook/e-weel_eng/index.php?Dir=183','','width=990,height=740'); }
	//function pride_vod_wheel()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_showroom_wheel()
	{  self.location.href ='/pride_eng/wheel/showroom.html','','width=1000,height=750'; }




    function pride_main_dongwoo()
    { self.location.href = '/pride_eng/dongwoo/main.html'; }
	function pride_company_dongwoo()
    { self.location.href = '/pride_eng/dongwoo/company.html'; }
	function pride_product_dongwoo()
    { self.location.href = '/pride_eng/dongwoo/product.html'; }
	function pride_inquiry_dongwoo()
    { self.location.href = '/pride_eng/dongwoo/inquiry.html'; }
	function pride_book_dongwoo()
    { window.open('/pride_eng/dongwoo/ebook.html','','width=1000,height=750');}
	function pride_catalog_dongwoo()
    { window.open('http://ngelnet.com/ebook/dongwoo_eng/index.php?Dir=176','','width=1080,height=740'); }
	//function pride_catalog_dongwoo01()
   // { window.open('http://ngelnet.com/ebook/e-dongwoo02_eng/index.php?Dir=176','','width=990,height=740'); }
	//function pride_vod_dongwoo()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_showroom_dongwoo()
	{ self.location.href ='/pride_eng/dongwoo/showroom.html','','width=1000,height=750'; }




    function pride_main_megazen()
    { self.location.href = '/pride_eng/megazen/main.html'; }
	function pride_company_megazen()
    { self.location.href = '/pride_eng/megazen/company.html'; }
	function pride_product_megazen()
    { self.location.href = '/pride_eng/megazen/product.html'; }
	function pride_inquiry_megazen()
    { self.location.href = '/pride_eng/megazen/inquiry.html'; }	
	function pride_book_megazen()
    { window.open('/pride_eng/megazen/ebook.html','','width=1000,height=750'); }
	function pride_catalog_megazen()
    { window.open('http://ngelnet.com/ebook/ebook_maga_eng/index.php?Dir=228','','width=1080,height=740'); }
	//function pride_vod_megazen()
    //{ self.location.href='/ebook/wheels.html','','width=1000,height=750'; }
	function pride_showroom_megazen()
	{ self.location.href ='/pride_eng/megazen/showroom.html'; }
	function pride_vod_megazen()
    { window.open('/vod/megazen_e.html','','width=650,height=490'); }


    function pride_main_jawon()
    { self.location.href = '/pride_eng/jawon/main.html'; }
	function pride_company_jawon()
    { self.location.href = '/pride_eng/jawon/company.html'; }
	function pride_product_jawon()
    { self.location.href = '/pride_eng/jawon/product.html'; }
	function pride_inquiry_jawon()
    { self.location.href = '/pride_eng/jawon/inquiry.html'; }	
//	function pride_book_jawon()
   // { window.open('#','','width=1000,height=750'); }
//	function pride_catalog_jawon()
  //  { window.open('#','','width=1000,height=750'); }
	function pride_vod_jawon()
    { window.open('/vod/jawon.html','','width=330,height=250'); }
	
	
	
    function pride_main_prosonic()
    { self.location.href = '/pride_eng/prosonic/main.html'; }
	function pride_company_prosonic()
    { self.location.href = '/pride_eng/prosonic/company.html'; }
	function pride_product_prosonic()
    { self.location.href = '/pride_eng/prosonic/product.html'; }
	function pride_inquiry_prosonic()
    { self.location.href = '/pride_eng/prosonic/inquiry.html'; }		
	function pride_book_prosonic()
    {window.open('/pride_eng/prosonic/ebook.html','','width=1000,height=750'); }
	function pride_catalog_prosonic01()
    { window.open('http://ngelnet.com/ebook//e-megazen/index.php?Dir=220','','width=990,height=740'); }
	//function pride_catalog_prosonic01()
   // { window.open('http://ngelnet.com/ebook/e_prosonic_eng/index.php?Dir=220','','width=990,height=740'); }
	function pride_vod_prosonic()
    { window.open('/vod/prosonic.html','','width=640,height=480'); }
	function pride_showroom_prosonic()
	  { self.location.href ='/pride_eng/prosonic/showroom.html','','width=1000,height=750'; }



    function pride_main_mac()
    { self.location.href = '/pride_eng/mac/main.html'; }
	function pride_company_mac()
    { self.location.href = '/pride_eng/mac/company.html'; }
	function pride_product_mac()
    { self.location.href = '/pride_eng/mac/product.html'; }
	function pride_inquiry_mac()
    { self.location.href = '/pride_eng/mac/inquiry.html'; }		
	function pride_book_mac()
    { window.open('/pride_eng/mac/ebook.html','','width=1000,height=750');}
	function pride_catalog_mac()
    { window.open('http://ngelnet.com/ebook/e_mac/index.php?Dir=172','','width=990,height=740'); }
	//function pride_vod_mac()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_showroom_mac()
	{ self.location.href ='/pride_eng/mac/showroom.html','','width=1000,height=750'; }

	
	
	
	function pride_main_lucid()
    { self.location.href = '/pride_eng/lucid/main.html'; }
	function pride_company_lucid()
    { self.location.href = '/pride_eng/lucid/company.html'; }
	function pride_product_lucid()
    { self.location.href = '/pride_eng/lucid/product.html'; }
	function pride_inquiry_lucid()
    { self.location.href = '/pride_eng/lucid/inquiry.html'; }
	function pride_book_lucid()
    {  window.open('/pride_eng/lucid/ebook.html','','width=1000,height=750'); }
	function pride_catalog_lucid_eng()
    { window.open('http://ngelnet.com/ebook/ebook_lucid_eng/index.php?Dir=241','','width=1080,height=750'); }
	function pride_catalog_lucid()//쇼룸 탑메뉴링크
    { window.open('http://ngelnet.com/ebook/ebook_lucid_eng/index.php?Dir=241','','width=1080,height=750'); }
	function pride_vod_lucid()
    { window.open('/vod/lucid.html','','width=640,height=480'); }
	function pride_showroom_lucid()
	{ self.location.href ='/pride_eng/lucid/showroom.html','','width=1000,height=750'; }
	function pride_ir_lucid()
    { window.open('http://sian.ngelnet.com/ppt/ppt_luci01.html','','width=800,height=660'); }



	function pride_main_samhan()
    { self.location.href = '/pride_eng/samhan/main.html'; }
	function pride_company_samhan()
    { self.location.href = '/pride_eng/samhan/company.html'; }
	function pride_product_samhan()
    { self.location.href = '/pride_eng/samhan/product.html'; }
	function pride_inquiry_samhan()
    { self.location.href = '/pride_eng/samhan/inquiry.html'; }
	function pride_book_samhan()
    {  window.open('/pride_eng/samhan/ebook.html','','width=1000,height=750'); }
	function pride_catalog_samhan01()
    { window.open('http://ngelnet.com/ebook/e_sam_eng/index.php?Dir=173','','width=1080,height=740'); }
	function pride_catalog_samhan()//쇼룸탑메뉴링크
    { window.open('http://ngelnet.com/ebook/e_sam_eng/index.php?Dir=173','','width=1080,height=740'); }
	function pride_vod_samhan()
    { window.open('/vod/samhan.html','','width=640,height=480'); }
	function pride_showroom_samhan()
	{ self.location.href ='/pride_eng/samhan/showroom.html','','width=1000,height=750'; }
	


	function pride_main_hng()
    { self.location.href = '/pride_eng/hng/main.html'; }
	function pride_company_hng()
    { self.location.href = '/pride_eng/hng/company.html'; }
	function pride_product_hng()
    { self.location.href = '/pride_eng/hng/product.html'; }
	function pride_inquiry_hng()
    { self.location.href = '/pride_eng/hng/inquiry.html'; }
    function pride_book_hng()
    { window.open('/pride_eng/hng/ebook.html','','width=1000,height=750');}
	function pride_catalog_hng()
    { window.open('http://ngelnet.com/ebook/e_sam_eng/index.php?Dir=251','','width=990,height=740'); }
	function pride_vod_hng()
    { window.open('/vod/hng.html','','width=330,height=250'); }
    function pride_showroom_hng()
	{ self.location.href ='/pride_eng/hng/showroom.html','','width=1000,height=750'; }



    function pride_main_youngdo()
    { self.location.href = '/pride_eng/youngdo/main.html'; }
	function pride_company_youngdo()
    { self.location.href = '/pride_eng/youngdo/company.html'; }
	function pride_product_youngdo()
    { self.location.href = '/pride_eng/youngdo/product.html'; }
	function pride_inquiry_youngdo()
    { self.location.href = '/pride_eng/youngdo/inquiry.html'; }	
//	function pride_book_youngdo()
  //  { window.open('/ebook/wheels.html','','width=1000,height=750'); }
   function pride_catalog_youngdo_eng()
   { window.open('http://ngelnet.com/ebook/youngdo_eng/index.php?Dir=248','','width=1080,height=740'); }
	function pride_vod_youngdo()
   { window.open('/vod/youngdo.html','','width=640,height=480'); }



    function pride_main_mcmtech()
    { self.location.href = '/pride_eng/mcmtech/main.html'; }
	function pride_company_mcmtech()
    { self.location.href = '/pride_eng/mcmtech/company.html'; }
	function pride_product_mcmtech()
    { self.location.href = '/pride_eng/mcmtech/product.html'; }
	function pride_inquiry_mcmtech()
    { self.location.href = '/pride_eng/mcmtech/inquiry.html'; }		
	//function pride_book_mcmtech()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_catalog_mcmtech()
    { window.open('http://ngelnet.com/ebook/e-mcm/index.php?Dir=179','','width=990,height=740'); }
	function pride_catalog_mcmtech01()
    { window.open('http://ngelnet.com/ebook/e-mcm_eng/index.php?Dir=179','','width=990,height=740'); }
	function pride_vod_mcmtech()
    { window.open('/vod/mcmtec.html','','width=330,height=250'); }



  function pride_main_bexel()
    { self.location.href = '/pride_eng/bexel/main.html'; }
	function pride_company_bexel()
    { self.location.href = '/pride_eng/bexel/company.html'; }
	function pride_product_bexel()
    { self.location.href = '/pride_eng/bexel/product.html'; }
	function pride_inquiry_bexel()
    { self.location.href = '/pride_eng/bexel/inquiry.html'; }		
	//function pride_book_bexel()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_catalog_bexel()
    { window.open('http://ebook.ec21.com/bexel/default1.html','','width=990,height=740'); }
	function pride_catalog_bexel_eng()
    { window.open('http://ngelnet.com/ebook/e_sam_eng/index.php?Dir=295','','width=1080,height=740'); }
	function pride_vod_bexel()
    { window.open('/vod/bexel.html','','width=730,height=490'); }



  function pride_main_sodif()
    { self.location.href = '/pride_eng/sodif/main.html'; }
	function pride_company_sodif()
    { self.location.href = '/pride_eng/sodif/company.html'; }
	function pride_product_sodif()
    { self.location.href = '/pride_eng/sodif/product.html'; }
	function pride_inquiry_sodif()
    { self.location.href = '/pride_eng/sodif/inquiry.html'; }	
	//function pride_book_sodif()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	//function pride_catalog_sodif()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_vod_sodif()
    { window.open('/vod/sodif.html','','width=330,height=250'); }



  function pride_main_suga()
    { self.location.href = '/pride_eng/suga/main.html'; }
	function pride_company_suga()
    { self.location.href = '/pride_eng/suga/company.html'; }
	function pride_product_suga()
    { self.location.href = '/pride_eng/suga/product.html'; }
	function pride_inquiry_suga()
    { self.location.href = '/pride_eng/suga/inquiry.html'; }		
	function pride_book_suga()
    {window.open('/pride_eng/suga/ebook.html','','width=1000,height=750'); }
	function pride_catalog_suga01()
    { window.open('http://ngelnet.com/ebook/e_sugar_eng/index.php?Dir=201','','width=1080,height=740'); }
	//function pride_catalog_suga01()
   // { window.open('http://ngelnet.com/ebook/e_sugar_eng/index.php?Dir=201','','width=1080,height=740'); }
	function pride_vod_suga()
    { window.open('/vod/suga.html','','width=640,height=480'); }
		function pride_ir_suga()
    { window.open('http://sian.ngelnet.com/ppt/suga/ppt_suga1.html','','width=800,height=660'); }
	function pride_showroom_suga()
	{ self.location.href ='/pride_eng/suga/showroom.html','','width=1000,height=750'; }
	
	
	
	 function pride_main_gsi()
    { self.location.href = '/pride_eng/gsi/main.html'; }
	function pride_company_gsi()
    { self.location.href = '/pride_eng/gsi/company.html'; }
	function pride_product_gsi()
    { self.location.href = '/pride_eng/gsi/product.html'; }
	function pride_inquiry_gsi()
    { self.location.href = '/pride_eng/gsi/inquiry.html'; }
	//function pride_book_gsi()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_catalog_gsi()
    { window.open('http://ngelnet.com/ebook/e_daewon01_eng/index.php?Dir=210','','width=1080,height=740'); }
	//function pride_catalog_gsi01()
    //{ window.open('http://ngelnet.com/ebook/e_daewon01_eng/index.php?Dir=210','','width=1080,height=740'); }
	function pride_vod_gsi()
    { window.open('/vod/daewon.html','','width=640,height=480'); }



	function pride_main_daehwa()
    { self.location.href = '/pride_eng/daehwa/main.html'; }
	function pride_company_daehwa()
    { self.location.href = '/pride_eng/daehwa/company.html'; }
	function pride_product_daehwa()
    { self.location.href = '/pride_eng/daehwa/product.html'; }
	function pride_inquiry_daehwa()
    { self.location.href = '/pride_eng/daehwa/inquiry.html'; }
	function pride_book_daehwa()
    { window.open('/pride_eng/daehwa/ebook.html','','width=1000,height=750'); }
	function pride_catalog_daehwa01()
    { window.open('http://ngelnet.com/ebook/e-dae_eng/index.php?Dir=178','','width=990,height=740'); }
	function pride_catalog_daehwa()//쇼룸 상단메뉴링크
    { window.open('http://ngelnet.com/ebook/e-dae_eng/index.php?Dir=178','','width=990,height=740'); }
	//function pride_catalog_daehwa01()
    //{ window.open('http://ngelnet.com/ebook/e-dae_eng/index.php?Dir=178','','width=990,height=740'); }
	//function pride_vod_daehwa()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_showroom_daehwa()
	{ self.location.href ='/pride_eng/daehwa/showroom.html','','width=1000,height=750'; }
	
	
	
	function pride_main_ks()
    { self.location.href = '/pride_eng/ks/main.html'; }
	function pride_company_ks()
    { self.location.href = '/pride_eng/ks/company.html'; }
	function pride_product_ks()
    { self.location.href = '/pride_eng/ks/product.html'; }
	function pride_inquiry_ks()
    { self.location.href = '/pride_eng/ks/inquiry.html'; }
	function pride_book_ks()
    { self.location.href ='/pride_eng/ks/ebook.html','','width=1000,height=750'; }
	function pride_catalog_ks01()
    { window.open('http://ngelnet.com/ebook/e-dae_eng/index.php?Dir=232','','width=990,height=740'); }
	//function pride_catalog_daehwa01()
    //{ window.open('http://ngelnet.com/ebook/e-dae_eng/index.php?Dir=178','','width=990,height=740'); }
	//function pride_vod_daehwa()
    //{ window.open('/ebook/wheels.html','','width=1000,height=750'); }
	function pride_showroom_daehwa()
	{ self.location.href ='/pride_eng/daehwa/showroom.html','','width=1000,height=750'; }
	
	
	
// 프린트
	
//function e_print(){ 
 //  factory.printing.header = "" //머릿말 설정
  // factory.printing.footer = ""   //꼬릿말 설정
  // factory.printing.portrait = false                 //출력방향 설정: true-가로, false-세로
  // factory.printing.leftMargin = 5.0                 //왼쪽 여백 설정
  // factory.printing.topMargin = 5.0                 //윗쪽 여백 설정
  // factory.printing.rightMargin = 5.0              //왼쪽 여백 설정
  // factory.printing.bottomMargin = 5.0            //아래쪽 여백 설정
  // factory.printing.Print(false, window)
//}

// 프린트
function printer(){ 
   factory.printing.header = "" //머릿말 설정
   factory.printing.footer = ""   //꼬릿말 설정
   factory.printing.portrait = false                 //출력방향 설정: true-가로, false-세로
   factory.printing.leftMargin = 5.0                 //왼쪽 여백 설정
   factory.printing.topMargin = 5.0                 //윗쪽 여백 설정
   factory.printing.rightMargin = 5.0              //왼쪽 여백 설정
   factory.printing.bottomMargin = 5.0            //아래쪽 여백 설정
   factory.printing.Print(false, window)
}