tmp=new Array({archives_item_id},{archives_item_year},"{archives_item_num_month}",{archives_item_num}); archive.push(tmp); document.write("\n"); } function viewarc(year){ var tar =document.getElementById('month_'+ year); var disp=tar.style.display if(disp=="none"){ tar.style.display="block"; }else{ tar.style.display="none"; } } writeArchive(); //-->