// JavaScript Menü (c) 2007 Lutz Rodenhauser
// Pfadanpassung
pfad='../../';

// URL
url=location.href;

// Sonderfunktionen und Meldungen
if(navigator.appName=='Netscape')
{
 document.writeln('<form style="margin:1px;padding:0px;"><input type="button" onmousedown="javascript:selektierterText();" value="?" title="Abkürzungen suchen" style="background-color:#ffcc00;width:16px;height:16px;"><\/form>');
}
else if(navigator.appName=='Opera')
{
 document.writeln('<form style="margin:1px;padding:0px;"><input type="button" onclick="javascript:selektierterText();" value="?" title="Abkürzungen suchen" style="background-color:#ffcc00;width:16px;height:16px;"><\/form>');
}
else if(navigator.appName=='Microsoft Internet Explorer')
{
 document.writeln('<p class="leiste"><a href="#" onclick="javascript:selektierterText();"><img border="0" width="16" height="16" title="Abkürzungen suchen" alt="WortSuche" src="'+pfad+'gif/icons/hilfe.gif"><\/a><\/p>');
}


