// JavaScript Document
function switchdiv(id1,id2,id3,id4,id5,id6){
	document.getElementById("img"+id1).src = "./templates/default/st/img/"+id1+"h.jpg";
	document.getElementById("img"+id2).src = "./templates/default/st/img/"+id2+"o.jpg";
	document.getElementById("img"+id3).src = "./templates/default/st/img/"+id3+"o.jpg";
	document.getElementById("img"+id4).src = "./templates/default/st/img/"+id4+"o.jpg";
	document.getElementById("img"+id5).src = "./templates/default/st/img/"+id5+"o.jpg";
	document.getElementById("a0"+id1).style.display = "";
	document.getElementById("a0"+id2).style.display = "none";
	document.getElementById("a0"+id3).style.display = "none";
	document.getElementById("a0"+id4).style.display = "none";
	document.getElementById("a0"+id5).style.display = "none";
}
function tplust1(){
	document.getElementById("img_3").src = "./templates/default/st/img/h3.jpg";
	document.getElementById("img_2").src = "./templates/default/st/img/o2.jpg";
	document.getElementById("imgdiv3").style.display = "";
	document.getElementById("imgdiv2").style.display = "none";
	document.getElementById("imglink").href = surl+"/news/3+1";
}
function tplust2(){
	document.getElementById("img_3").src = "./templates/default/st/img/o3.jpg";
	document.getElementById("img_2").src = "./templates/default/st/img/h2.jpg";
	document.getElementById("imgdiv3").style.display = "none";
	document.getElementById("imgdiv2").style.display = "";
	document.getElementById("imglink").href = surl+"/news/2+2";
}