/* David Köfer www.k-creations.at Version 1.1 (c) David Köfer */ function mail(name,dom){ //Name und Domaine der Mail parent.frames["main"].location.href="mail"+"to:"+name+ unescape("%40") +dom; } function menumak(ele){ ele.style.backgroundImage = 'url(bilder/hintergrund/hintergrundblau.jpg)'; } function menudmak(ele){ ele.style.backgroundImage = 'url(bilder/hintergrund/hintergrund.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){ parent.frames["main"].location.href = li; } } function OpenNewWindow(url,Breit,Hoch) { NewWindow=window.open(url,"letzte","height="+Hoch+",width="+Breit+",scrollbars=yes,resizable=no,top=100,left=10,location=no,menubar=no,status=no"); } function einfügen(text) { document.eintragen.text.value = document.eintragen.text.value + text; }