/* 이미지홍보(팝업존) function rotatePoppr(arimy_height,interval) {//이미지홍보 순환 var arimy = document.getElementById("arimy"); var arimy_a = arimy.getElementsByTagName("a"); var arimy_inner = arimy.getElementsByTagName("ul")[0]; if (arimy_inner.move) clearTimeout(arimy_inner.move); if (pr_onnum) arimy_inner.count = pr_onnum; if (!popprOver) { if (arimy_inner.count totCnt){ popupNewsloop = 1;} }//if }//function function imageOut(){ mouseOver=true; } function imageOver(){ mouseOver=false; } function playpoppr() {//이미지홍보 순환 시작 mouseOver = true; } function stoppoppr() {//이미지홍보 순환 멈춤 mouseOver = false; } function initpoppr(seq) { totCnt=seq; if(mouseOver){ scrollingPopupNews(); //팝업뉴스 스크롤 시작! window.setInterval("scrollingPopupNews();",2000); } }