function navi_highlight(k,p,c){if(an=document.getElementById("navk_"+k)){an.style.fontWeight="bold";}else if(an=document.getElementById("navp_"+p)){an.style.fontWeight="bold";}if(an=document.getElementById("subnavk_"+k)){an.style.fontWeight="bold";}else if(an=document.getElementById("subnavp_"+p)){an.style.fontWeight="bold";}}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 preloadImages(){var d=document;if(d.images){if(!d.p){d.p=new Array();}var i,j=d.p.length,a=preloadImages.arguments;for(i=0;i<a.length;i++){if(a[i].indexOf("#")!=0){d.p[j]=new Image;d.p[j++].src=a[i];}}}}