/* Last update: 25.08.2010 Handmade Code by Bernd Obergassel - Dortmund - Germany */

/* Browserabfrage */
var ns4 = (document.layers)? true:false;
var ie4 = (document.all && !document.getElementById)? true:false;     /* Opera kann wohl auch document.all */

/* var agt = navigator.userAgent.toLowerCase(); */
/* var Firefox = (agt.indexOf("firefox")!=-1)? true:false; */
/* var opera = (agt.indexOf("opera")!=-1)? true:false;   alert(opera); */
/* var mac = (agt.indexOf("mac")!=-1)? true:false;  alert (mac); */
/* var linux = (agt.indexOf("linux")!=-1)? true:false;  alert (linux); */

var text_zd ='<table cellspacing="0" cellpadding="1" border="0" bgcolor="#000000"><tr><td><table cellspacing="0" cellpadding="0" border="0" bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><div style="font-size:10px; font-family:verdana; font-weight:bold; color:#c0c0c0;">Kurze Erkl&#228;rung des Begriffs ZON:</div></td></tr><tr><td bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;">Der Begriff &#8222;ZON&#8221; ist ein frei gew&#228;hlter Name.<br>Beim philosophieren im Freundeskreis &#252;ber die<br>Theorien des niederl&#228;ndischen Philosophen<br>Benedictus de Spinoza (gest. 1677 in Den Haag)<br>w&#228;hlte ich 1993 dessen Buchstaben Z,O und N<br>als Namen f&#252;r meine Figuren.</div></table></td></tr></table>';
var text_ze ='<table cellspacing="0" cellpadding="1" border="0" bgcolor="#000000"><tr><td><table cellspacing="0" cellpadding="0" border="0" bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><div style="font-size:10px; font-family:verdana; font-weight:bold; color:#c0c0c0;">Short description of the notion ZON:</div></td></tr><tr><td bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;">The notion &#8222;ZON&#8221; is a free chosen name.<br>During philosophize with good friends about<br>the theories of the Dutch philosopher Benedictus<br>De Spinoza (died in 1677, Den Haag) I chose in<br>1993 his characters Z,O and N for the name of<br>my figures.</div></table></td></tr></table>';
var kodMSIE4567N67OpFf = '<span id="popZD" style="position:absolute; top:150; left:110;">'+text_zd+'</span><span id="popZE" style="position: absolute; top:150; left:110;">'+text_ze+'</span>';
var kodN4 = '<LAYER ID="popZD" LEFT=180 TOP=180 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_zd+'</LAYER><LAYER ID="popZE" LEFT=180 TOP=180 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_ze+'</LAYER>';

function showzon(id) {
   if (document.getElementById && !ns4 && !ie4) {if (id == "popZD"){document.getElementById("popZD").style.visibility="visible";} else if (id =="popZE"){document.getElementById("popZE").style.visibility="visible";}}
   if (ns4) {document.layers[id].visibility = "show";}
   if (ie4) {document.all[id].style.visibility = "visible";}; return}
function hidezon(id) {
   if (document.getElementById && !ns4 && !ie4) {document.getElementById("popZD").style.visibility="hidden"; document.getElementById("popZE").style.visibility="hidden";}   
   if (ns4) {document.layers[id].visibility = "hide";}
   if (ie4) {document.all[id].style.visibility = "hidden";}; return}
function CodeZonWrite() {
   if (document.getElementById || ie4) {document.write(kodMSIE4567N67OpFf)};
   if (ns4) {document.write(kodN4)}; 
   hidezon('popZD'); hidezon('popZE'); return}



