function hgfarbe(feldname,farbe)
{
document.getElementById(feldname).style.backgroundColor = farbe;
}
function hgbild(feldname,url)
{
document.getElementById(feldname).style.backgroundImage = "url(../layout/"+url+")";
}
function WriteSwf(img,wsize,hsize)
{
if (!flash.isInstalled()) { return; }
document.write("");
}
function WriteSwf2(img,wsize,hsize){
if (!flash.isInstalled()) { return; }
document.write("");
}
function druckfenster(imgName, x, y){
if (window.druck&& !window.druck.closed){
window.druck.close();
window.druck = window.open("../includes/druckfenster.htm", imgName , "left=200, top=200, height=" + y + ", width=" + x + ", menubar=no, resizable=no, location=no");
}
else{
window.druck= window.open("../includes/druckfenster.htm", imgName , "left=200, top=200, height=" + y + ", width=" + x + ", menubar=no, resizable=no, location=no");
}
}
function popupfenster(imgName2, x2, y2){
if (window.popup&& !window.popup.closed){
window.popup.close();
window.popup = window.open("../includes/popupfenster.htm", imgName2 , "left=200, top=200, height=" + y2 + ", width=" + x2 + ", menubar=no, resizable=no, location=no");
}
else{
window.popup= window.open("../includes/popupfenster.htm", imgName2 , "left=200, top=200, height=" + y2 + ", width=" + x2 + ", menubar=no, resizable=no, location=no");
}
}
function popupfensterindex(imgName2, x2, y2){
if (window.popup&& !window.popup.closed){
window.popup.close();
window.popup = window.open("includes/popupfenster_index.htm", imgName2 , "left=200, top=200, height=" + y2 + ", width=" + x2 + ", menubar=no, resizable=no, location=no");
}
else{
window.popup= window.open("includes/popupfenster_index.htm", imgName2 , "left=200, top=200, height=" + y2 + ", width=" + x2 + ", menubar=no, resizable=no, location=no");
}
}
function adventAn(elementname) {
document.getElementById(elementname).style.display = "block";
}
function build_abc(){
ABC = new Array("a","b","d","f","h","k","m","n","p","s","t","v");
for (x=0; x