
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(v, m, h) {
		document.getElementById(v).src='/images/nav_top/v_o.jpg';
		document.getElementById(m).style.backgroundImage='url(/images/nav_top/m_o.gif)';
		document.getElementById(h).src='/images/nav_top/h_o.jpg';
}

function changeBildOut(v, m, h) {
		document.getElementById(v).src='/images/nav_top/v.gif';
		document.getElementById(m).style.backgroundImage='url(/images/nav_top/m.gif)';
		document.getElementById(h).src='/images/nav_top/h.gif';
}



function changeLeftBild(m, h) {
		document.getElementById(m).style.backgroundImage='url(/images/nav_left/m_o.gif)';
		document.getElementById(h).src='/images/nav_left/h_o.jpg';
}

function changeLeftBildOut(m, h) {
		document.getElementById(m).style.backgroundImage='url(/images/nav_left/m.gif)';
		document.getElementById(h).src='/images/nav_left/h.gif';
}