﻿// JScript 文件

function cinfo(o)
{
    if(o==2){document.getElementById('info').style.background='url(/images/in_06i.gif)';document.getElementById('info2').style.display='block';document.getElementById('info1').style.display='none';}else{document.getElementById('info').style.background='url(/images/in_06.gif)';document.getElementById('info1').style.display='block';document.getElementById('info2').style.display='none';}
}
