if(navigator.platform.substring(0,3) == "Mac")
{
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"goffinmac.css\">");
}
else
{
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"goffin.css\">");
}

function Close()
{
window.close();
}

function Pop()
{
dritt = window.open("kedb_11.html","","width=500,height=500,dependent=yes,left=0,top=0");
dritt.focus();
}

function Info()
{
dritt = window.open("info.html","","width=500,height=500,dependent=yes,left=0,top=0");
dritt.focus();
}

function Scroll(wert)
{
window.scrollBy(wert,0);
}


