/* solution for the click-through-bug when using transparent flash in firefox	these functions are called inside the flash navigation in the top menu */function onMenuOpen() {	document.getElementById("navi").style.height = "355px";	//alert("open");	return true;}function onMenuClose() {	document.getElementById("navi").style.height = "130px";	//alert("close");	return true;}