function MOver(picimage)
{
Picture_Over = eval(picimage +"On.src")
document[picimage].src = Picture_Over
}
function MOut(picimage)
{
Picture_Out = eval(picimage +"Off.src")
document[picimage].src = Picture_Out
}



function switch1(obj,men) {
		diva = document.getElementById(men);
	if(active == null) {
		diva.style.display = 'block';
		obj.toggle('height');
		active = obj;
		return;
		}	
	if (active != null) {
		if(obj == active) {
		obj.toggle('height');
		active = null;

		return;
	
		}
		else {
	diva.style.display = 'block';
	active.toggle('height');
	obj.toggle('height');
	active = obj;

	return;
	}
	}
}
function switch2(obj,men) {

	divblok = document.getElementById('content');
	divblok.style.display = 'none';
		diva = document.getElementById(men);
	if(active1 == null) {
		diva.style.display = 'block';
		obj.toggle('height');
		active1 = obj;
		return;
		}	
	if (active1 != null) {
		if(obj == active1) {

		return;
	
		}
		else {
	diva.style.display = 'block';
	active1.toggle('height');
	obj.toggle('height');
	active1 = obj;

	return;
	}
	}
}
