<!--
var akt;

function aktiv(id){
	if(id!=0){
		document.getElementById("m"+id).style.background="#EC3746";
		document.getElementById("m"+id).style.background="#EC3746";
		akt=id;
	}
}

function over(id){
var i;
		for(i=1;i<=7;i++)
			if(i!=akt){
				document.getElementById("m"+i).style.background="#C32734";
				document.getElementById("m"+i).style.background="#C32734";
			}

		document.getElementById("m"+id).style.background="#EC3746";
		document.getElementById("m"+id).style.background="#EC3746";
}

function out(id){
	if(id!=akt){
			document.getElementById("m"+id).style.background="#C32734";
			document.getElementById("m"+id).style.background="#C32734";
	}
}


function show(ref){
	//window.open(ref,"show", "toolbar=0,menubar=0,scrollbars=1,resizable=0,width=720,height=700,left=50,top=50");
	window.open(ref,"show", "toolbar=0,menubar=0,scrollbars=1,resizable=0,width=768,height=700,left=50,top=50");
}

function show2(ref){
	//window.open(ref,"show", "toolbar=0,menubar=0,scrollbars=0,resizable=0,width=700,height=700,left=50,top=50");
	window.open(ref,"show", "toolbar=0,menubar=0,scrollbars=0,resizable=0,width=768,height=700,left=50,top=50");
}
//-->
