function showsearch() {
window.document.write("<form action=\"search.php\" method=\"get\" name=\"formsearch\" id=\"formsearch\" style=\"margin:0px; padding:0px\"><input name=\"search\" type=\"text\" class=\"text2\" value=\"Ricerca\" size=\"18\" maxlength=\"40\" onclick=\"window.document.formsearch.search.value=''\" style=\"margin-left: 9px; margin-top: 5px;\" /><a href=\"javascript:window.document.formsearch.submit()\"><img src=\"../pics/fernglas.gif\" alt=\"Inizia la ricerca\" width=\"15\" height=\"13\" hspace=\"4\" border=\"0\" align=\"absmiddle\" /></a></form>");
}

function newsletter() {
window.document.write ("<a href='member_extended_news.php' onClick=\"return hs.htmlExpand(this, { contentId: 'newsletter', objectType: 'iframe',	objectWidth: 490, objectHeight: 290} )\"><img src='../pics/mail.gif' alt='Newsletter' width='20' height='12' hspace='11' vspace='2' align='left' border='0' />Newsletter</a><div class='highslide-html-content' id='newsletter' style='width: 490px;'><div class='highslide-move' style='border: 0; height: 15px; cursor: default'> <a href='#' onClick=\"return hs.close(this)\" class='control'>Chiudere</a></div><div class='highslide-body'></div></div>");
}

function showwetter() {
window.document.write ("<a href=\"#\" onclick=\"return hs.htmlExpand(this, { contentId: 'wetter' } )\" class=\"highslide\"><img src=\"../pics/wetter.gif\" alt=\"Tempo Alto Adige\" width=\"175\" height=\"109\" vspace=\"4\" border=\"0\" /></a><a href=\"#\" onclick=\"return hs.htmlExpand(this, { contentId: 'wetter' } )\" class=\"highslide\"></a><div class=\"highslide-html-content\" id=\"wetter\" style=\"width: 700px\"><div style=\"height:20px; padding: 2px\"><a href=\"#\" onclick=\"return hs.close(this)\" class=\"control\">Chiudere</a><a href=\"#\" onclick=\"return false\" class=\"highslide-move control\">Spostare</a></div><div class=\"highslide-body\" style=\"padding: 0 10px 10px 10px\"><span class=\"text\"><strong>Tempo</strong></span><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" class=\"text\"><tr><td align=\"center\" valign=\"middle\">Il tempo oggi</td><td align=\"center\" valign=\"middle\">Il tempo domani</td></tr><tr><td align=\"center\" valign=\"middle\"><img src=\"http://www.provinz.bz.it/wetter/graphics.asp?type=meteomap0&ID=6341&lang=it&color=1\" alt=\"Il tempo oggi in Alto Adige\" border=\"0\" /></td><td align=\"center\" valign=\"middle\"><img src=\"http://www.provinz.bz.it/wetter/graphics.asp?type=meteomap1&ID=6341&lang=it&color=1\" alt=\"Il tempo domani in Alto Adige\" border=\"0\" /></td></tr></table><span class=\"copyright\">&copy; Ufficio idrografico Provincia Autonoma di Bolzano - Alto Adige</span></div></div>"); 
} 

function showanfrage() {
window.document.write ("<iframe src=\"http://www.lahnerhof.it/php/sofortanfrage.php?email1=info&email2=lahnerhof.it&lang=it\" width=\"170\" height=\"275\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\"></iframe>"); 
} 

function marqueestart() {
window.document.write ("<marquee class=\"mar\">"); 
} 


function marqueeend() {
window.document.write ("</marquee>"); 
} 

function writeParents2(val,tree,link,style,sep) {
   if (!tree) tree = catTree;
   var curNode;
   curNode = catTree.getNode(val,"ukatnr");
   if (!curNode) {
      if (WARN_CATEGORY_NOT_FOUND) {
         //alert("Node "+val+" not found!");
         return;
      }
      else {
         window.document.write(DEFAULT_PARENT_NAME);
      }
   }
   
// alert(curNode.userObject.name);
   var catString = "";
   if (!style) style = "cat-link";  
   if (!sep) sep = " / ";
   while (curNode.parent) {
      if (!curNode.userObject) continue;
      var tmp = catString;
      if (link)
         catString="<a href='" + replaceForUrl(curNode.userObject.name) + "," + curNode.userObject.ukatnr + ".html'>"+curNode.userObject.name+"</a>";
      else
         catString=curNode.userObject.name;
      if (tmp) catString = catString+sep+tmp;
         curNode = curNode.parent;
   }
   window.document.write(catString);
}

