/* Last update: 05.01.2007 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 ie7 = (navigator.appVersion.indexOf("MSIE 7")!=-1)? true:false;   */
/* var ie6 = (navigator.appVersion.indexOf("MSIE 6")!=-1)? true:false; */
/* var ie5 = (navigator.appVersion.indexOf("MSIE 5")!=-1)? true:false; */
/* var ns7 = (navigator.userAgent.indexOf("Netscape/7") > 0)? true:false; */
/* var ns6 = (navigator.userAgent.indexOf("Netscape6") > 0)? true:false; */

/* var agt = navigator.userAgent.toLowerCase(); */
/* var linux = (agt.indexOf("linux")!=-1)? true:false;  alert (linux); */
/* var opera = (agt.indexOf("opera")!=-1)? true:false;   alert(opera); */
/* var mac = (agt.indexOf("mac")!=-1)? true:false;  alert (mac); */
/* var Firefox = (agt.indexOf("firefox")!=-1)? true:false; */

var text_dd ='<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;">Detailansicht eines Bildes der Serie ZONs:</div></td></tr><tr><td align="center" bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;"><img src="images/detailzon.jpg" title="Eine Detailansicht eines Bildes der Serie ZONs." alt="detailzon.jpg" width="180" height="132"></div></table></td></tr></table>';
var text_de ='<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;">Detailed sight of a painting of the series ZONs:</div></td></tr><tr><td align="center" bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;"><img src="images/detailzon.jpg" title="Detail view of a painting of the series ZONs:" alt="detailzon.jpg" width="180" height="132"></div></table></td></tr></table>';
var kodMSIE4567N67OpFf = '<span id="popDD" style="position:absolute; top:270; left:110;">'+text_dd+'</span><span id="popDE" style="position: absolute; top:270; left:110;">'+text_de+'</span>';
var kodN4 = '<LAYER ID="popDD" LEFT=180 TOP=150 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_dd+'</LAYER><LAYER ID="popDE" LEFT=180 TOP=150 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_de+'</LAYER>';

function showdet(id) {
   if (document.getElementById && !ns4 && !ie4) {if (id == "popDD"){document.getElementById("popDD").style.visibility="visible";} else if (id =="popDE"){document.getElementById("popDE").style.visibility="visible";}}
   if (ns4) {document.layers[id].visibility = "show";}
   if (ie4) {document.all[id].style.visibility = "visible";}; return}
function hidedet(id) {
   if (document.getElementById && !ns4 && !ie4) {document.getElementById("popDD").style.visibility="hidden"; document.getElementById("popDE").style.visibility="hidden";}   
   if (ns4) {document.layers[id].visibility = "hide";}
   if (ie4) {document.all[id].style.visibility = "hidden";}; return}
function CodeDetWrite() {
   if (document.getElementById || ie4) {document.write(kodMSIE4567N67OpFf)};
   if (ns4) {document.write(kodN4)}; 
   hidedet('popDD'); hidedet('popDE'); return}


