// JavaScript Document function open_pop(url,w,h,top,left) { window.open('http://go.kolon.com/html/popup/pop_'+url+'.html','','width='+w+',height='+h+',top='+top+',left='+left+',scrollbars=no,location=no, toolbar=no'); } //À̹ÌÁöÅõ¸í°ª¼³Á¤======================================================= function setPng24(obj) { obj.width=obj.height=1; obj.className=obj.className.replace(/\bpng24\b/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" obj.src=''; return ''; } // Ç÷¹½Ã Àκ£µå // function FlashEmbed(fid,fn,wd,ht,para) //('main','swf/main.swf',970,550,'') { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } //tab ½ºÅ©¸³Æ® function brand(n) { for(i = 1; i <= 5; i++){ tab = document.getElementById("brand_tab"+i); con = document.getElementById("brand_con"+i); if(i == n){ tab.src="http://image.fnckolon.com/goworldcup/images/brand/brand_tab"+i+"_on.gif"; con.style.display = "block"; }else{ tab.src="http://image.fnckolon.com/goworldcup/images/brand/brand_tab"+i+".gif"; con.style.display = "none"; } } } // ·¹ÀÌ¾î ÆË¾÷ ½ºÅ©¸³Æ® function display_open(n) { div_name = document.getElementById(n); if(div_name.style.display == "block"){ div_name.style.display ="none"; }else{ div_name.style.display ="block"; } return false; }