if (document.documentElement.clientHeight > 620) { pixlhoehe = Math.round((document.documentElement.clientHeight - 600)/2); }
else if (document.clientHeight > 620) { pixlhoehe = Math.round((document.clientHeight - 600)/2); }
else if (window.innerHeight > 620) { pixlhoehe = Math.round((window.innerHeight - 600)/2); }
else pixlhoehe = 1;
//
//document.write('<img src="1x1.gif" alt="" width="100" height="'+pixlhoehe+'" />'+document.documentElement.clientHeight+'/'+document.clientHeight+'/'+window.innerHeight+'/'+pixlhoehe);
if (pixlhoehe > 10) { document.write('<img src="1x1.gif" alt="" width="100" height="'+pixlhoehe+'" />'); }

