

function sw_ryhma(ryhma) {

	aa = document.getElementById(ryhma);

	img = document.getElementById("img_"+ryhma);

	if (aa.className=="showaway") {

		aa.className="show";

		img.src="../theme/minus.gif";

	} else {

 		aa.className="showaway";

		img.src="../theme/plus.gif";

	

	}



}



function ajankohta(kohde) {

	ap = document.getElementById("fader");

	bp = document.getElementById("galframe");



	bp.src="ajankohta/index.php?page="+kohde;

	ap.className="show";



}



function ajankohtahide() {

	ap = document.getElementById("fader");

	ap.className="showaway";

	

}