var 
    htmlstr_m = "", 
    flag=true, 
    mouse=1, 
    speed=1, 
    wait=2000, 
    temp=0, 
    m_amount=161, 
    m_left=161;

var ctnt=new Array(), i=0, j=0;

function startText_m() {{
  for (i=0; i<ctnt.length; i++) insertText_m(i);
  window.setTimeout("scroll_m()",wait);
}}

function scroll_m() {{
  if (mouse && flag) {{
    for (i=0;i<ctnt.length;i++) {{
      temp++;
      tmp = document.getElementById('scroll_area'+i).style;
      tmp.left = parseInt(tmp.left) - 1;
      if (parseInt(tmp.left) <= m_left*(-1)) {{
        tmp.left = m_left*(ctnt.length-1);
      }}
      if (temp>(m_amount-1)*ctnt.length) {{
        flag=false;
        temp=0;
        window.setTimeout("flag=true;temp=0;",wait);
      }}
    }}
  }}
  window.setTimeout("scroll_m()",speed);
}}

function insertText_m(i) {{
  htmlstr_m='<div style="left:'+((m_left)*i)+'px; width:'+(m_amount+0)+'px; position: absolute; top: 0px;padding:0 0 0 0" id="scroll_area'+i+'">';
  htmlstr_m+=ctnt[i]+'</div>';
  document.write(htmlstr_m);
  //alert(i + " " + htmlstr_m);
}}
ctnt[0] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-21.gif width=130 height=160 border=0></a>";
ctnt[1] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-19.gif width=130 height=160 border=0></a>";
ctnt[2] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-13.gif width=130 height=160 border=0></a>";
ctnt[3] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-15.gif width=130 height=160 border=0></a>";
ctnt[4] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-20.gif width=130 height=160 border=0></a>";
ctnt[5] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-22.gif width=130 height=160 border=0></a>";
ctnt[6] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-7.gif width=130 height=160 border=0></a>";
ctnt[7] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-18.gif width=130 height=160 border=0></a>";
ctnt[8] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-6.gif width=130 height=160 border=0></a>";
ctnt[9] = "<img src=http://file.jejubay.cafe24.com/Design/skin_2/products/pl-1.gif width=130 height=160 border=0></a>";