
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(id+'_bild').src='/images/nav/'+id+'_bild_o.jpg';
	document.getElementById(id+'_text').style.fontWeight='bold';
	document.getElementById(id+'_text').style.textDecoration='none';
	document.getElementById(id+'_text').style.backgroundColor = '#B3B9DD';
	document.getElementById(id+'_text').style.color = '#FFFFFF';
}

function changeBildOut(id) {
	document.getElementById(id+'_bild').src='/images/nav/'+id+'_bild.jpg';
	document.getElementById(id+'_text').style.fontWeight='bold';
	document.getElementById(id+'_text').style.textDecoration='none';
	document.getElementById(id+'_text').style.backgroundColor = '#FFFFFF';
	document.getElementById(id+'_text').style.color = '#666699';
}




/*
		document.getElementById(id+'_text').style.backgroundColor = '#B3B9DD';
	document.getElementById(id+'_text').style.color = '#FFFFFF';
*/

/*
	document.getElementById(id+'_text').style.background=url(ph.projekte.ventigo.net/images/nav/bg_textNav.gif);
*/

