function admin_page() { alert("ÆäÀÌÁö ÁغñÁß ÀÔ´Ï´Ù!"); return false; } //ÀÛÀº À̹ÌÁö¸¦ Ŭ¸¯Çϸé Å« À̹ÌÁö¸¦ Æ˾÷À©µµ¿ìÀÌ ²Ë Â÷°Ô º¸¿©ÁÝ´Ï´Ù function imgResize(img){ img1= new Image(); img1.src=(img); imgControll(img); } function imgControll(img){ if((img1.width!=0)&&(img1.height!=0)){ viewImage(img); } else{ controller="imgControll('"+img+"')"; intervalID=setTimeout(controller,20); } } function viewImage(img){ W=img1.width; H=img1.height; O="width="+W+",height="+H; imgWin=window.open("","",O); imgWin.document.write("»ó¼¼È÷ º¸±â"); imgWin.document.write(""); imgWin.document.write(""); imgWin.document.close(); } // »õâ¶Ù¿ì±â function openHome(url) { var targetURL = ""; if(url.substring(0,7) == "http://") { targetURL = url; } else { targetURL = "http://"+url; } var aw = 0; var ah = 0; var TopAndLeft = ""; if( aw == 0 ) { aw = screen.width - 100; ah = screen.height- 200; TopAndLeft = ",top=0,left=0" } var windowProp= "width=" +aw +",height="+ah + TopAndLeft + ",toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"; window.open(targetURL, "",windowProp); }

µ¶Ã¢ÀûÀÎ °¨°¢, Æí¸®ÇÑ ÁְŹ®È­¸¦ ¿Ï¼ºÇÕ´Ï´Ù.