// JavaScript Document
//width, height, bg, textcolor, bordercolor, border

// func links_topics : displayNavTheme
if(func == "linkstopics"){
  document.write(displaylinkstopics(width, height, bg, textcolor, bordercolor, border));
}
function displaylinkstopics(w,h,bg,tc,bc,b){
  var display1 = ''
+'<div style="z-index:-1;display:block;overflow:auto;height:'+h+'px;width:'+w+'px;border: '+b+'px #'+bc+' solid;background-color:'+bg+';color:#'+tc+';">'
+'<ul>'
+'<li><a class="hell" href="/solarenergie_einleitung.php">Solartechnik</a></li>'
+'<li><a class="hell" href="/Heizung/">Heizungstechnik</a></li>'
+'<li><a class="hell" href="/p_bioenergie.php">Bioenergie</a></li>'
+'<li><a class="hell" href="/p_geothermie_erdwaerme.php">Wärmepumpen</a></li>'
+'<li><a class="hell" href="/p_energie_sparen.php">Energiespar-Tipps</a></li>'
+'<li><a class="hell" href="/p_oekostrom.php">Vergleich Stromanbieter</a></li>'
+'<li><a class="hell" href="/inhalt_kat_4.htm">Investment & Finanzen</a></li>'
+'<li><a class="hell" href="/p_wasserstoff_wasserstofftechnik.php">Wasserstoff (H2)</a></li>'
+'<li><a class="hell" href="/p_brennstoffzellen.php">Brennstoffzellen</a></li>'
+'<li><a class="hell" href="/p_erdgas_fluessiggas.php">Kraft- & Brennstoffe</a></li>'
+'<li><a class="hell" href="/p_windenergie_windkraft.php">Windenergie</a></li>'
+'<li><a class="hell" href="/Umwelttechnik/">Umwelttechnik</a></li>'
+'</ul>'
+'</div>';
  return display1;
} 

// func links_topics : displayNavTheme
if(func == "linksservices"){
  document.write(displaylinksservices(width, height, bg, textcolor, bordercolor, border));
}
function displaylinksservices(w,h,bg,tc,bc,b){
  var display2 = ''
+'<div style="z-index:-1;overflow:auto;height:'+h+'px;width:'+w+'px;border: '+b+'px #'+bc+' solid;background-color:'+bg+';color:#'+tc+';">'
+'<ul>'
+'<li><a class="hell" href="/fachberichte_artikel_258.htm">Förderung</a></li>'
+'<li><a class="hell" href="/Newsletter.html">Newsletter</a></li>'
+'<li><a class="hell" href="/index.php">Produktvergleich</a></li>'
+'<li><a class="hell" href="/addons.php">Onlinerechner</a></li>'
+'<li><a class="hell" href="/rechtsberatung_telefon.php">Hotline Rechtsberatung</a></li>'
+'<li><a class="hell" href="/steuerberatung_telefon.php">Hotline Steuerberatung</a></li>'
+'<li><a class="hell" href="/anfragen/">Anfrage an Unternehmen</a></li>'
+'<li><a class="hell" href="/modules.php?name=Easynews">Für Webmaster</a></li>'
+'</ul>'
+'</div>';
  return display2;
} 


