<!--Áñ°ÜÃ£±â ½ºÅ©¸³Æ®
function bookmark(){
window.external.AddFavorite('http://www.handicraft.co.kr', 'ÇÑ±¹¼ö°ø¿¹ÇùÈ¸')
}
//½ºÅ©¸³Æ® ³¡-->

<!--- ¸µÅ©Á¡¼±¾ø¾Ö±â -->

function bluring(){ 
  if(event.srcElement.tagName == "A" || event.srcElement.tagName == "IMG")
    document.body.focus(); 
} 
document.onfocusin=bluring;

<!--- ¸µÅ©Á¡¼±¾ø¾Ö±â³¡ -->

<!-- ¾ÆÀÌº¸µå ¼Ò½º -->
     function NewWindows(impt) {
          // »õÃ¢¿¡¼­ º»¹® Ãâ·Â½Ã
          // Ã¢Å©±â´Â ¾Æ·¡ ¶óÀÎ¿¡¼­ ÀçÁöÁ¤ÇÒ¼ö ÀÖÀ½
          opennew = window.open('', 'aaa', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=700,height=600');
          opennew.focus();
          return;
     }
     function NewWindows2(impt) {
          // »õÃ¢À¸·Î °Ô½ÃÆÇ ¸ñ·Ï Ãâ·Â½Ã
          // Ã¢Å©±â´Â ¾Æ·¡ ¶óÀÎ¿¡¼­ ÀçÁöÁ¤ÇÒ¼ö ÀÖÀ½
          opennew2 = window.open('', 'bbb', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=700,height=600');
          opennew2.focus();
          return;
     }

     // ¸¶¿ì½º on - º»¹® ¹Ì¸®º¸¿©ÁÖ±â
     document.write( '<div id=Textonmouse style="font-size:9pt; border:1 solid #5256ac; width:600; height:500; word-break:break-all;');
     document.write( ' position:absolute; visibility:hidden; z-Index:10; padding:3; background-color:#FFFF94;"><\/div>' );

     function textbodyprint(txtin,closeview){
          if(closeview==1){
               Textonmouse.opened = false;
               Textonmouse.style.visibility = 'hidden';
               return;
          }
          Textonmouse.opened = true;
          Textonmouse.style.pixelTop = event.clientY + document.body.scrollTop - 50;
          Textonmouse.style.pixelLeft = event.clientX + document.body.scrollLeft + 10;
          Textonmouse.style.visibility = 'visible';
          document.all["Textonmouse"].innerHTML =txtin;
     }
    // ±×¸² ¹Ì¸® º¸¿©ÁÖ±â
     function IMGprint(txtin){
          imgwindow = window.open('', 'img$scripimport', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=450,height=400');
          imgwindow.document.write('<html><title>¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ ¼ÕÀ¸·Î¸¸µå´Â¼¼»ó ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ¢Æ<\/title><body topmargin=0 leftmargin=0 style=overflow:auto;border-width:0><\/body><\/html>');
          imgwindow.document.body.innerHTML ='<div align=center>'  +  txtin  + "<\/div>";
         if((imgwindow.document.techimageB.width + 1 > 50) && (imgwindow.document.techimageB.height + 1 > 50)){
           imgwindow.resizeTo(imgwindow.document.techimageB.width+10, imgwindow.document.techimageB.height+48);
         }
          imgwindow.focus();
          // imgwindow.moveTo(5,5); // ±×¸² ¹Ì¸®º¸±â À©µµÃ¢ Ãâ·Â À§Ä¡---
    }


function reloadPage(init) {  //reloads the window if Nav4 resized 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { 
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }} 
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload(); 
} 
reloadPage(true); 
// 

function findObj(n, d) { //v4.0 
  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=findObj(n,d.layers[i].document); 
  if(!x && document.getElementById) x=document.getElementById(n); return x; 
} 

function showHideLayers() { //v3.0 
  var i,p,v,obj,args=showHideLayers.arguments; 
  for (i=0; i<(args.length-2); i+=3) if ((obj=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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!-- ÆíÁý½Ã À§ ÀÚ¹Ù½ºÅ©¸³Æ® ºÎºÐÀº »èÁ¦ÇÏÁö ¸¶½Ê½Ã¿À -->
