
/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ¸µÅ©Á¡¼±Á¦°Å
***********************************************************************/
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 



/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ·¹ÀÌ¾î¸Þ´º
***********************************************************************/
function newimage(arg) {
	if (document.images) {
		rslt = new image();
		rslt.src = arg;
		return rslt;
	}
}

function changeimages() {
	if (document.images ) {
		for (var i=0; i<changeimages.arguments.length; i+=2) {
			document[changeimages.arguments[i]].src = changeimages.arguments[i+1];
		}
	}
}



	function fn_coinType(strvalue) {
		document.all["Top_subMenu1"].style.display = 'none';
		document.all["Top_subMenu2"].style.display = 'none';
		document.all["Top_subMenu3"].style.display = 'none';
		document.all["Top_subMenu4"].style.display = 'none';
		document.all["Top_subMenu5"].style.display = 'none';
		document.all["Top_subMenu6"].style.display = 'none';
		document.all["Top_subMenu7"].style.display = 'none';
		document.all["Top_subMenu8"].style.display = 'none';

		document.all["Top_subMenu"+strvalue].style.display = '';
	}

<!--
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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->


<!--
/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÆÐ¹Ð¸®»çÀÌÆ® º¸±â
***********************************************************************/
function familysiteOn(objTD) {
 obj = document.getElementById("familysite") ;
 if (obj.style.display == "none") {
  obj.style.display = "" ;
 } else {
  obj.style.display = "none" ;
 }
} 
/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÆÐ¹Ð¸®»çÀÌÆ® ´Ý±â
***********************************************************************/
function familysiteOff() {
 obj = document.getElementById("familysite") ;
 obj.style.display = "none" ;
} 
/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÇªÅÍÃâ·Â
***********************************************************************/
function writeFooter() { 
 familySite = new Object() ;
 familySite.total = 0 ; 
 familySite.site1 = ["SILIFORM" ,   "http://www.ifomi.com"] ;
 familySite.site2 = ["Mini Home" ,     "http://homemedia.megapass.net"] ;
 familySite.site3 = ["BLUG" ,      "http://ktcast.megapass.net"] ;

 for (i=1 ; familySite["site"+i] ; i++) {
  familySite.total++ ;
 } 
 // family site
 document.write('<div id="" style="position:relative ; z-index:10">') ;
 
 document.write('<div id="familysite" style="position:absolute ; top:-'+(familySite.total*18+1)+' ; z-index:50 ; display:none">') ;
 document.write(' <table width="110" cellpadding="0" cellspacing="0" border="0" class=table01') ;
 document.write('  style="border:1px solid #D4D4D4 ; cursor:hand">') ; 
 for (i=1 ; i<=familySite.total ; i++) {
  document.write('  <tr bgcolor=#FFFFFF onmouseover="javascript:this.style.backgroundColor=0xF6F6F6;familysiteMode=true" onmouseout="javascript:this.style.backgroundColor=0xFFFFFF;familysiteMode=false"') ;
  document.write('   onClick="window.open(\''+familySite["site"+i][1]+'\');familysiteOn();">') ;
  document.write('   <td height=18>&nbsp;'+familySite["site"+i][0]+'</td>') ;
  document.write('  </tr>') ;
 } 
 document.write('  <tr bgcolor=#FFFFFF onClick="javascript:familysiteOn(this);">') ;
 document.write('   <td>');
 document.write('    <table width="100%" cellpadding="0" cellspacing="0" border="0" class=table01') ;
 document.write('     style="border-top:1px solid #D4D4D4 ; cursor:hand">') ;
 document.write('     <tr bgcolor=#FFFFFF>') ;
 document.write('      <td height=19 class=table01>&nbsp;¼±ÅÃÇÏ¼¼¿ä.</td>') ;
 document.write('      <td width=1><img src="/images/select_arrow.gif" border="0" align="ABSMIDDLE" vspace=1 hspace=1></td>') ;
 document.write('     </tr>') ;
 document.write('    </table>') ;
 document.write('   </td>') ;
 document.write('  </tr>') ;
 document.write(' </table>') ;
 document.write('</div>') ;
 
 document.write('<table width="110" cellpadding="0" cellspacing="0" border="0" class=table01') ;
 document.write(' style="border:1px solid #e2e2e2 ; cursor:hand" onClick="javascript:familysiteOn();">') ;
 document.write(' <tr bgcolor=#ffffff>') ;
 document.write('  <td height=19 class=table01>&nbsp;¼±ÅÃÇÏ¼¼¿ä.</td>') ;
 document.write('  <td width=1><img src="/include/images/select_arrow.gif" border="0" align="ABSMIDDLE" vspace=1 hspace=1></td>') ;
 document.write(' </tr>') ;
 document.write('</table>') ;
 document.write('</div>') ; 
} 




/***********************************************************************
* ½ºÅ©¸³Æ®¸í : popup
***********************************************************************/

function open_gallery(pcodeidx,pcateidx,pbordidx){
    window.open('/en/gallery/popup.asp?code_idx='+pcodeidx+'&cate_idx='+pcateidx+'&board_idx='+pbordidx,'popup', 'width=550, height=450,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=no, copyhistory=no');
 }
 
function open_map(){
    window.open('/en/gallery/popup_map.asp','popup', 'width=550, height=450,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=no, copyhistory=no');
 }
 
 
function open_mac(){
    window.open('/en/mac/popup_introduce.asp','popup', 'width=535, height=329,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=no, copyhistory=no');
 }
 
function open_ex1(){
    window.open('/en/business/business_01_1p.asp','popup', 'width=620, height=500,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }
 
function open_ex2(){
    window.open('/en/business/business_02_1p_m.asp','popup', 'width=620, height=500,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }
 
function open_ex3(){
    window.open('/en/business/business_03_2p.asp','popup', 'width=620, height=500,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }
 
 
function open_ex4(){
    window.open('/en/business/business_04_1p.asp','popup', 'width=620, height=500,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }
 
function open_ex5(){
    window.open('/en/business/business_05_1p.asp','popup', 'width=620, height=500,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 } 
 
function open_consult(){
    window.open('http://myoungsung.itakor.com/en/intelligent/consult_form.asp','popup', 'width=550, height=480,left=130,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=no, copyhistory=no');
 }  
 

function open_seminar(){
    window.open('/en/mac/popup_seminar.asp','popup', 'width=620, height=450,left=130,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }  
 
function open_login(){
    window.open('/member/login.asp','popup', 'width=470, height=310,left=100,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }   
 
 
function open_url(){
    window.open('http://www.basillahall.com','popup');
 }   
 
function open_b2b(){
    window.open('http://218.234.7.250','popup');
 }   
 
function recruit_mail(){
    window.open('/employment/mail.asp','popup', 'width=520, height=300,left=350,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }    
 
function recruit_online(){
    window.open('/employment/online.asp','popup', 'width=620, height=500,left=350,top=100,toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes, copyhistory=no');
 }  
 
 
 

 
 
  
 
 
 
 
