function menustyles () {
	var binda = ''+ (document.location);
	if ( binda.indexOf("galerien") > -1 ) { 
 		document.getElementById("m_28").className = "menu-current";
 	}
}
