/* David Köfer www.k-creations.at Version 1.1 (c) David Köfer */ function mail(name,dom){ //Name und Domaine der Mail location.href="mail"+"to:"+name+ unescape("%40") +dom; } function menumak(ele){ ele.style.backgroundImage="url(bilder/schalt1.jpg)"; } function menudmak(ele){ ele.style.backgroundImage="url(bilder/schalt2.jpg)"; } function menumak1(ele){ ele.style.backgroundImage="url(bilder/schaltinnen2.jpg)"; } function menudmak1(ele){ ele.style.backgroundImage="url(bilder/schaltinnen1.jpg)"; } function link(li){ parent.frames["main"].location.href = li; } function linkside(li){ parent.frames["side"].location.href = li; } function sqlloeschen(li,text){ test=confirm(text); if(test){ window.location.href = li; } }