function openNormalPopup(url, name, width, height, scrolling, resizable) {
	window.open(url, name, "dependent=yes,width="+width+",height="+height+",location=no,menubar=no,status=no,toolbar=no,scrollbars="+scrolling+",resizable="+resizable);
}
function subNavOver(tdID,verwID) {
	document.all(tdID).style.backgroundColor='#eeeeee';
	document.all(tdID).style.border='0px solid #dddddd';
	document.all(verwID).style.color='#333333';
}

function subNavOut(tdID,verwID) {
	document.all(tdID).style.backgroundColor='#dddddd'; 
	document.all(tdID).style.border='0px solid #6580b6';
	document.all(verwID).style.color='#29496E';
}
