<!--
function tr1_onmouseover(index) {
	index.style.backgroundColor="#FFEC83";
	index.className="wz12_5148";
}

function tr1_onmouseout(index) {
		index.style.backgroundColor="#FFF4B5";
		index.className="wz12_5148";
}

function pic1_onmouseover(index) {
		pic1(index).src="/images/biao2.gif";
}
		
function pic1_onmouseout(index) {
		pic1(index).src="/images/biao.gif";
}

function tr2_onmouseover(index) {
	index.style.backgroundColor="#FFEC83";
	index.className="wz12_5148";
}

function tr2_onmouseout(index) {
		index.style.backgroundColor="#FFF4B5";
		index.className="wz12_5148";
}
//-->
