//Submenus
var intervall;
var dauer=800;
var tempname;
function show_submenu(lokalizer,submenu)
{
x=0;y=0;
var over = document.getElementById(lokalizer).offsetParent;
while (over) {
x+=over.offsetLeft;
y+=over.offsetTop;
over = over.offsetParent;
if(tempname){submenu_close(tempname);}
window.clearTimeout(intervall);
}
document.getElementById(submenu).style.left=x;
document.getElementById(submenu).style.top=y+62;
document.getElementById(submenu).style.visibility="visible";
tempname=submenu;
}
function submenu_off(thesub)
{
var thesubb=thesub;
intervall= window.setTimeout(function(){submenu_close(thesubb);},dauer);
}
function submenu_close(thesup)
{
document.getElementById(thesup).style.visibility="hidden";
document.getElementById(thesup).style.top=-1000;
document.getElementById(thesup).style.left=-1000;
}

function Tastendruck (Ereignis) {
if (!Ereignis)
Ereignis = window.event;
if (Ereignis.button) {
if (Ereignis.button == 1) {}
 else {
  alert("Copyright by Kate Cymmer");
}
}
}
document.onmousedown = Tastendruck;

function GWS()
{
win=window.open("http://www.kate-cymmer.de/cgi-bin/kate/gewinnspiel/gewinnspiel.cgi","gewinnspiel","width=640,height=550,resizable=no");
if(win==null){alert("Bitte deaktivieren Sie Ihren Popup-Blocker")}
else{
win.moveTo(1,1);
win.document.close();
win.window.focus();}
}
function NN()
{
win=window.open("http://www.kate-cymmer.de/cgi-bin/kate/newsletter/newsletter.cgi","Newsletter","width=500,height=400,resizable=no,scrollbars=yes");
if(win==null){alert("Bitte deaktivieren Sie Ihren Popup-Blocker")}
else{
win.moveTo(1,1);
win.document.close();
win.window.focus();}
}

