// Acivate Menuhighlight

function imactive(myid) {
	myelement = document.getElementById(myid);
	myelement.id="subnaviitemactive";
}