ie4=(document.all)?true:false;
if (navigator.userAgent.indexOf('Netscape/7')>-1) {ie4=true;}
if (ie4) { document.write('<style type=\"text/css\">\n<!--\n#duenn {border-width:1px;}\n-->\n</style>');
 document.write('<style type=\"text/css\">\n<!--\n#navi {border-style:solid;border-width:1px;padding:2px;}\n-->\n</style>');
}
function popup() {
if (top.waehler==true) { top.waehler.close(); }
top.waehler=window.open('../colorpicker.html','waehler',"width=580,height=300,locationbar=no,menubar=no,status=no");
top.waehler.opener=this;
top.waehler.focus();
}

//function jump(){
// if (document.location.href==parent.location.href) {
 //check = confirm ('Dieses Dokument ist eine Unterseite. \nKlicken Sie OK um es im ursprünglichen Kontext zu sehen.');
 // if (check == true){
 // datei = document.location.href;
 // window.open('../index.html');
 //}

 //}
 // }