function ChgTap(b) { for(a=1;a<3;a++) { if(a==b) { document.images['Nimg' + a].src='./image/tel_tap_0' + a + '_on.png'; document.all['divN' + a].style.display='block'; } else { document.images['Nimg' + a].src='./image/tel_tap_0'+ a +'.png'; document.all['divN' + a].style.display='none'; } } } /* window.addEventListener('load', function(){ setTimeout(scrollTo, 0, 0, 1); }, false); //window.onorientationchange = function() { //alert(window.orientation); //} */ function viewSubmit(pdCode, title) { location.href='http://orimart.co.kr/mobile/pro_view.html?htmid=homepage/product_view.htm&pdCode='+pdCode+'&title='+title; } function tabOn(tabid,a) { for (var i=1;i<=20;i++) { if(i<10){inn="0"+i;} else {inn=""+i;} tabMenu = document.getElementById("tab"+tabid+"m"+i); tabContent = document.getElementById("tab"+tabid+"c"+i); tabMore = document.getElementById("tab"+tabid+"more"+i); if (tabMenu) { if (tabMenu.tagName=="IMG") { tabMenu.src = tabMenu.src.replace("_on.", "_off."); } if (tabMenu.tagName=="A") { tabMenu.className=""; } // if (tabMenu.tagName=="LI") { tabMenu.className=""; } // if (tabMenu.tagName=="TD") { tabMenu.className=""; } // } if (tabContent) { tabContent.style.display="none"; } if (tabMore) { tabMore.style.display="none"; } } if(a<10){ann="0"+a;} else {ann=""+a;} tabMenu = document.getElementById("tab"+tabid+"m"+a); tabContent = document.getElementById("tab"+tabid+"c"+a); tabMore = document.getElementById("tab"+tabid+"more"+a); //alert(tabMenu.tagName); if (tabMenu) { if (tabMenu.tagName=="IMG") { tabMenu.src = tabMenu.src.replace("_off.", "_on."); } if (tabMenu.tagName=="A") { tabMenu.className="on"; } if (tabMenu.tagName=="LI") { tabMenu.className="on"; } if (tabMenu.tagName=="TD") { tabMenu.className="on"; } } if (tabContent) { tabContent.style.display="block"; } if (tabMore) { tabMore.style.display="block"; } }