
function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#71a2d2";
td.className='hauptnavigation_hover';
td.style.cursor='pointer';
}
}
function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.className='hauptnavigation';
td.style.backgroundColor="#003366";
}
}





function cOn_unternavi(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#71a2d2";
td.className='unternavi_hover';
td.style.cursor='pointer';
}
}
function cOut_unternavi(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";
td.className='unternavi_normal';
}
}

function cOn_download(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#e5f4ff";
td.className='download_hover';
td.style.cursor='pointer';
}
}
function cOut_download(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";
td.className='download_normal';
}
}