
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/menu_o.gif';
}
		
function changeBildOut(id) {
			document.getElementById('menu_'+id).src='/images/menu.gif';
}


function changeBild2(id) {
	document.getElementById('menu_'+id).src='/images/menuSub_o.gif';
}
		
function changeBildOut2(id) {
			document.getElementById('menu_'+id).src='/images/menuSub.gif';
}
