function link_einblenden(linkid,height){ maxheight=74; if (height==0){ if (document.getElementById("plusminusimg"+linkid).src.indexOf("plus")>0){ document.getElementById("plusminusimg"+linkid).src="wcf/icon/minusS.png"; document.getElementById("description"+linkid).style.display=""; }else{ document.getElementById("plusminusimg"+linkid).src="wcf/icon/plusS.png"; height=maxheight; } } if (document.getElementById("plusminusimg"+linkid).src.indexOf("plus")>0){ var resize_to=-2; }else{ var resize_to=1; } height+=5*resize_to; document.getElementById('description'+linkid).style.height=height+'px'; if (height<=0){ height=0; document.getElementById("description"+linkid).style.display="none"; } if (height>maxheight)height=maxheight; if (height!=maxheight && height!=0){ setTimeout("link_einblenden("+linkid+","+height+")",10); } } function savestatistics(path){ new Image().src="FirePanther/tpl/partner.php?u="+encodeURIComponent(path); } function start_creating_linklist(){ linklistwriteinto='»Partner« \"\"
';linklistwriteinto+='
Code Forum
\"Alexa:\"Google:\"FirePanther:
Programmierforum, Text Db API und Winsock Tutorials ...

www.codeforum.ch
';linklistwriteinto+='
Prugnator
\"Alexa:\"Google:\"FirePanther:
Your PHP-Fusion Source ...

www.prugnator.de
';linklistwriteinto+='
Teeworlds-Community
\"Alexa:\"Google:\"FirePanther:
Deutschsprachige Community zum kostenlosen Comicshooter Teeworlds ...

www.teeworlds-community.de
';linklistwriteinto+='
Ti-Systems\' Blog
\"Alexa:\"Google:\"FirePanther:
Die besten Tutorials & Scripte im Web ...

blog.ti-systems.ch
';linklistwriteinto+='
Web-Banana
\"Alexa:\"Google:\"FirePanther:
WB bietet dir kostenlos Skripte, Tutorials, Generatoren, Tools und vieles mehr an ...

www.web-banana.net
';linklistwriteinto+='
'; document.getElementById("linkliste_ohne_js").style.display="none"; document.getElementById("linkliste").innerHTML=linklistwriteinto; } start_creating_linklist();