function navover(element) {

	element.style.backgroundColor="#e2001a";

}

function navout(element) {

	element.style.backgroundColor="#005d3b";

}

function active(element) {

	element.style.backgroundColor="yellow"

}

function norm(element) {

	element.style.backgroundColor="white"

}

function writenews() {

	document.writeln('<div class="news"><h2>Besuchen Sie uns auch an einem unserer Messest&auml;nde:</h2>');
        document.writeln('02.03.2012 - 04.03.2012    forum for best, Trendmesse für Wohnen, Flair und Freizeit, Fürstenfeldbruck, Kloster');
        document.writeln('<p>14.03.2012 - 20.03.2012    Internationale Handwerksmesse, Muenchen, Neue Messe</p>');
	document.writeln('14.04.2012 - 22.04.2012    Augsburger Frühjahrsausstellung afa, Augsburg');
	document.writeln('<p>10.10.2012 - 14.10.2012    FFB Schau, Olching</p>');
 }

