var TabArray=new Array(); TabArray[0]="一.产品名称型号:XSD-T5LEDRGD-12W 二.适用场所:商业照明办公照明家居照明 学校照明 医院照明 "; function ChangeTabContent(index,flag) { if(flag) { document.getElementById("tab"+index+"left").src="/images/tab_left_over.gif"; document.getElementById("tab"+index+"right").src="/images/tab_right_over.gif"; document.getElementById("tab"+index+"center").style.backgroundImage="url(/images/tab_center_over.gif)"; document.getElementById("TabContent").innerHTML=TabArray[index]; } else { document.getElementById("tab"+index+"left").src="/images/tab_left.gif"; document.getElementById("tab"+index+"right").src="/images/tab_right.gif"; document.getElementById("tab"+index+"center").style.backgroundImage="url(/images/tab_center.gif)"; } } 一.产品名称型号:XSD-T5LEDRGD-12W 二.适用场所:商业照明办公照明家居照明 学校照明 医院照明 |
|