//Ç÷¡½ÃÈ£Ãâ function setFlash(src, w, h, id, vars) { var Flash_html = ""; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; Flash_html += ''; document.write(Flash_html); } // PNG24 Hack 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 ''; } // MAIN // ¿µ±¹ BAF ÀÎÁõ¸¶Å© ¸µÅ© function goBAF(){ // location.href=""; } // SWF var fontURL = "http://image.fnckolon.com/casa/images/swf/font.swf"; var naviURL = "http://image.fnckolon.com/casa/images/xml/navi.xml"; var visualURL = "http://image.fnckolon.com/casa/images/xml/main_visual.xml"; var rootURL = "http://image.fnckolon.com/casa/images/swf/"; var productURL = "http://image.fnckolon.com/casa/images/xml/product.xml"; var bannerURL = "http://image.fnckolon.com/casa/images/xml/product_banner.xml"; var UCCURL= "http://image.fnckolon.com/casa/images/xml/ucc_movie.xml"; function getMainURL(){ return {visualURL:visualURL,rootURL:rootURL}; } function getNaviURL(){ return {fontURL:fontURL,naviURL:naviURL}; } function getProductURL(){ return {fontURL:fontURL,productURL:productURL,bannerURL:bannerURL}; } function getUCCURL(){ return {UCCURL:UCCURL,fontURL:fontURL,rootURL:rootURL}; } function mainBannerCall(s){ var url; if(s=="1"){ //°í°´Áö¿ø url = "" }else if(s=="2"){ //¸ÅÀå¾È³» url = "" }else if(s=="3"){ //UCC url = "" }else if(s=="4"){ //üÇè±â url = "" } location.herf = url; } function introSkip(){ location.href = '/main.jsp'; } /* ¸Þ¼¼Áö */ function msg(n) { if(n == 1) { alert('ÁغñÁßÀÔ´Ï´Ù'); } } $(document).ready(function(){ // ¸ÞÀÎ ¹è³ÊÀÇ ·Ñ¿À¹ö Á¤ÀÇ // HEADER // GNB ¸ñ·Ï ¸¶Áö¸· ½ºÅ¸ÀÏ Á¤ÀÇ var $gnb = $('.gnb'); $gnb.find('li:last').addClass('last'); // FOOTER // Çϴܸ޴º óÀ½, ¸¶Áö¸· ½ºÅ¸ÀÏ Á¤ÀÇ var $fnb = $('#fnb'); $fnb.find('ul li:first').addClass('first'); $fnb.find('ul li:last').addClass('last'); // »çÀÌÆ®¸Ê¿¡ ÇÑÇØ¼­ footerÀÇ zIndex°ªÀ» ³ô¿© ¸Þ´º¸¦ Ȱ¼ºÈ­ $('#footer').css({ 'zIndex':'40' }); // À̺¥Æ® ÆË¾÷ var eventPop = $('div.lpopWrap'); eventPop.find('a.app').click(function(){location.href("/event/openEvent/quizEvent.jsp"); return false;}); eventPop.find('a.cls').click(function(){eventPop.hide();}); }); function storeGo(s) { var url; if(s=="0"){location.href("/customer/cust_store.jsp");} else if(s=="1"){location.href("/customer/cust_store.jsp");} else if(s=="2"){location.href("/customer/cust_store.jsp");} else if(s=="3"){location.href("/customer/cust_store.jsp");} } /* °³ÀÎÁ¤º¸º¸È£Á¤Ã¥, ÀÌ¿ë¾à°ü*/ function openWinInfo(url,width,height){ window.open(url,'','width='+width+',height='+height+',scrollbars=yes,resized=no'); }