
function popUp(file,width,height) {
	
	height = parseInt(height);
	width = parseInt(width);
	popup = window.open('/rtc-popUp/'+file,'popup','width='+width+',height='+height);
}

function setStatus(str) {
	window.status = str;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}




		function changeBild(id) {
			document.getElementById('menu'+id).src='/images/nav/menu_o.gif';
		}

		function changeBildOut(id) {
			document.getElementById('menu'+id).src='/images/nav/menu.gif';
		}
		

		function changeBildSml(id) {
			document.getElementById('menu-sml'+id).src='/images/nav/menu-sml-o.gif';
		}

		function changeBildOutSml(id) {
			document.getElementById('menu-sml'+id).src='/images/nav/menu-sml.gif';
		}		