<!-- ÀÌ¹ÌÁö ¼­¼­È÷ º¯ÇÏ±â -->


<!-- 

var img1 = new Image(); 
img1.src = "images/index_img01.jpg"; 

var img2 = new Image(); 
img2.src = "images/index_img02.jpg"; 

var img3 = new Image(); 
img3.src = "images/index_img03.jpg"; 

//--> 



<!-- »õÃ¢¶ç¿ì±â -->

<!--
function OpenWin() { 
      window.open("pass.html", "_blank", "width=347,height=190,resizable=0,scrollbars=0");
}
//-->


<!--
function OpenWindow(url,intWidth,intHeight) { 
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,scrollbars=0") ;
}
//-->


