
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

// Hide and Show windows
var eins='<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="#6993F3"><div style="font-size : 10px;font-family : verdana;font-weight : bold;color: #d0d0d0;">Warum sein Geld f&uuml;r Sinnvolleres ausgeben?</div></td></tr><tr><td bgcolor=#FFFF00><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size : 10px;font-family : verdana;font-weight : normal;color: #000000;">Machen Sie mit!<br>Der Erfolg von Lycos und AquaDotCom war erst der Anfang!<br>Jetzt WinkeWinke zeichnen! Mit starken Marken wie<br>SPIK, die sprechende Internetkartoffel und <br>Saddam 2000, der Mutter aller Staatsformen.<br>Ihre Chance zu Reichtum und ewiger Gl&uuml;ckseligkeit</div></table></td></tr></table>';

var zwei='<table cellspacing=0 cellpadding=1 border=0 width=198 height=475 background="images/blase.gif"><tr><td background="images/blase.gif" valign="top"><div style="margin-left:12px; margin-top:12px;margin-right:12px; font-size : 15px;font-family : verdana;font-weight : bold;color: #000000;">Hallo! Ich bin <br>Downy, der lustige <br>Telemongo. Zusammen <br>mit meinen Freunden <BR>Spasti Wasty, Eppileppy und <br>Popo machen wir das Teleland unsicher. <br>Ach ja: wir haben <br>soger eine <br>Auszeichnung: p&auml;dagogisch <br>wertvoll f&uuml;r <br>Kinder ab 43...</div></td></tr></table>';
var zwei =''


var kodI= '<span id=popA style="position: absolute; bottom: 160; right: 60;" >'+eins+'</span><span id=popB style="position: absolute; bottom: 208; left: 83;">'+zwei+'</span>';



// var kodN= '<LAYER ID="popA" Left=450 Top=530 WIDTH=320 HEIGHT=170 CLIP="0,0,320,170" VISIBILITY="hide">'+eins+'</LAYER><LAYER ID="popB" LEFT=50 TOP=200 WIDTH=300 HEIGHT=200 CLIP="0,0,198,475" VISIBILITY="hide" BACKGROUND="images/blase.gif">'+zwei+'</LAYER>';

var kodN= '<LAYER ID="popA" Left=450 Top=530 WIDTH=320 HEIGHT=170 CLIP="0,0,320,170" VISIBILITY="hide"><font size="3" color="#000000">Machen Sie mit!<br>Jetzt WinkeWinke zeichnen!</font></LAYER>';
var kodN2= '<LAYER ID="popB" LEFT=50 TOP=200 WIDTH=300 HEIGHT=200 CLIP="0,0,198,475" VISIBILITY="hide" BACKGROUND="images/blase.gif"><font size="3" color="#000000"><p>&nbsp;<p><p></p></p>Hallo! Ich bin <br>Downy, der lustige <br>Telemongo. Zusammen <br>mit meinen Freunden <BR>Spasti Wasty, Eppileppy und <br>Popo machen wir das Teleland unsicher.</font></LAYER>';

function show(id) {
	if (ns4) document.layers[id].visibility = "show"
	else if (ie4) document.all[id].style.visibility = "visible"
}

function hide(id) {
	if (ns4) document.layers[id].visibility = "hide"
	else if (ie4) document.all[id].style.visibility = "hidden"
}

function CodeWrite()  {
 if (ns4) {
 	document.writeln(kodN)
 	document.writeln(kodN2)
 }
 else if(ie4) document.writeln(kodI);
	hide('popA');
	hide('popB');	
	
}


