function init() {
	if (TransMenu.isSupported()) {
		TransMenu.initialize();
		document.getElementById("anasayfa").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("anasayfa").onmouseout = function() { this.className = ""; }
		menu0.onactivate = function() { document.getElementById("hakkimizda").className = "hover"; };
		menu0.ondeactivate = function() { document.getElementById("hakkimizda").className = ""; };
		menu1.onactivate = function() { document.getElementById("odalar").className = "hover"; };
		menu1.ondeactivate = function() { document.getElementById("odalar").className = ""; };
		document.getElementById("fiyatlar").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("fiyatlar").onmouseout = function() { this.className = ""; }
		document.getElementById("fotografgalerisi").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("fotografgalerisi").onmouseout = function() { this.className = ""; }
		document.getElementById("konukdefteri").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("konukdefteri").onmouseout = function() { this.className = ""; }
		menu2.onactivate = function() { document.getElementById("bilgi").className = "hover"; };
		menu2.ondeactivate = function() { document.getElementById("bilgi").className = ""; };
		document.getElementById("ulasim").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("ulasim").onmouseout = function() { this.className = ""; }
		document.getElementById("iletisim").onmouseover = function() {
			ms.hideCurrent();
			this.className = "hover";
		}
		document.getElementById("iletisim").onmouseout = function() { this.className = ""; }
	}
}