//À̹ÌÁö Ŭ¸¯½Ã Å×Åõ¸® ¾Èº¸À̰Ô.. function autoBlur(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=autoBlur; //ÆË¾÷¶ç¿ì±â function openWin(url,width,height){ window.open(url,'','width='+width+',height='+height+',scrollbars=no,resized=no'); } //ÆË¾÷¶ç¿ì±â02 function openWin02(url,width,height){ window.open(url,'','width='+width+',height='+height+',scrollbars=yes,resized=no'); } //¸Þ´º function alignBrand(cate_str){ thisMovie("brand").alignBrandByCategory(cate_str); } function thisMovie(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return document[movieName]; } } //¿ÞÂÊ ¸Þ´º Ç÷¡½¬ ·¹À̾î function extendFlashArea() { document.getElementById('subNavi').style.width = 343; //ID ã¾Æ¼­ ±æÀ̸¦ º¯°æ.... document.getElementById('subNavi').style.height = 380; } function decreaseFlashArea() { document.getElementById('subNavi').style.width = 180; document.getElementById('subNavi').style.height = 380; } //