function navi_highlight(k,p,c){if(an=document.getElementById("navk_"+k)){an.style.color="#666";an.onmouseover=Function("document.getElementById('navk_"+k+"').style.color='#fff';");an.onmouseout=Function("document.getElementById('navk_"+k+"').style.color='#666';");}else if(an=document.getElementById("navp_"+p)){an.style.color="#666";an.onmouseover=Function("document.getElementById('navp_"+p+"').style.color='#fff';");an.onmouseout=Function("document.getElementById('navp_"+p+"').style.color='#666';");}}function popup(nr,id){var url,title,h,w;switch(nr){case 1:url="http://kunden.werbewind.de/tools/cms/popup/passwort_vergessen.php?id="+id;title="Passwort";w=400;h=150;break;default:return false;}var features="width="+w+",height="+h+",top="+((screen.availHeight-h)/2)+",left="+((screen.availWidth-w)/2);window.open(url,title,features);return true;}function cms_change_pic(pic,id){document.getElementById(id).src=pic;}function change_enddate(id1,id2){document.getElementById(id1).value=document.getElementById(id2).value;}function createBelegunsplan(b){document.write('<div dojoType="dijit.TitlePane" open="false" title="Belegungsplan" style="width:670px;margin-bottom:40px;"><iframe frameborder="0" src="'+b+'"><\/iframe><\/div>');}