function switchpanel1(){
	if(table1.style.display == ""){
		table1.style.display = "none";
		arrow1.src="arrow04.gif";
	}else{
		table1.style.display = "";
		arrow1.src="arrow02.GIF";
	}
}
function switchpanel2(){
	if(table2.style.display == ""){
		table2.style.display = "none";
		arrow2.src="arrow04.gif";
	}else{
		table2.style.display = "";
		arrow2.src="arrow02.GIF";
	}
}
function switchpanel3(){
	if(table3.style.display == ""){
		table3.style.display = "none";
		arrow3.src="arrow04.gif";
	}else{
		table3.style.display = "";
		arrow3.src="arrow02.GIF";
	}
}
function switchpanel4(){
	if(table4.style.display == ""){
		table4.style.display = "none";
		arrow4.src="arrow04.gif";
	}else{
		table4.style.display = "";
		arrow4.src="arrow02.GIF";
	}
}
function switchpanel5(){
	if(table5.style.display == ""){
		table5.style.display = "none";
		arrow5.src="arrow04.gif";
	}else{
		table5.style.display = "";
		arrow5.src="arrow02.GIF";
	}
}

function switchpanel6(){
	if(table6.style.display == ""){
		table6.style.display = "none";
		arrow6.src="arrow04.gif";
	}else{
		table6.style.display = "";
		arrow6.src="arrow02.GIF";
	}
}