// JavaScript Document
var t=0;
var nn=1;
var a=1;
function show_swf(i){
for (n=1;n<6;n++){
document.getElementById('show_0'+n).style.display='none';
document.getElementById('showli_0'+n).className='';
}
var myDiv=document.getElementById('show_0'+i);
document.getElementById('showli_0'+i).className='now';
myDiv.style.display='';
}
function stopCount(){clearTimeout(t)}

