/**
 * @author Matthias Roeske
 */

window.onload = function(){
	/*							
	document.getElementById("bottom").onmouseover = function(){
								
			this.style.backgroundImage = "url(./img/site/nav_bottom1.png)";
								
	}
							
	document.getElementById("bottom").onmouseout = function(){
								
			this.style.backgroundImage = "url(./img/site/nav_bottom.png)";
								
	}*/
}
						
