document.writeln("<iframe id=\"baiduframe\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"");
document.writeln("  framespacing=\"0\" vspace=\"0\" hspace=\"0\" frameborder=\"0\" width=\"468\" height=\"60\" ");
document.writeln("  src=\"http://unstat.baidu.com/bdun.bsc?tn=ljl0256_pg&cv=0&cid=1072056&csid=106&bgcr=ffffff&urlcr=0000ff&tbsz=230&sropls=1,2,3,4,5,6,7,9,10&defid=2&kwgp=0&ch=5\">");
document.writeln("</iframe>");
function showtab(btnid,tabid,tabnumber)
{
	for (i = 1;i<=tabnumber;i++)
	{
		document.getElementById(tabid+"_btn"+i).className = 

"tabpane";
		document.getElementById(tabid+"_sub"+i).style.display 

= "none";
	}
	document.getElementById(tabid+"_btn"+btnid).className = 

"select";

	document.getElementById(tabid+"_sub"+btnid).style.display = 

"block";
}