// JavaScript Menü (c) 2007-2009 Lutz Rodenhauser
// Pfadanpassung
var pfad='';

// URL
var url=location.href;
var bmurl=encodeURIComponent(document.URL);
var bmtit=encodeURIComponent(document.title);

// 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('<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>');
}

document.writeln('<a href="http://twitter.com/home/?status='+bmtit+' '+bmurl+'&amp;title='+bmtit+'&amp;desc=" ');
document.writeln('title="Diesen URL zu Twitter hinzufügen"><img src="'+pfad+'gif/icons/twitter.gif"');
document.writeln('alt="Diesen URL zu Twitter hinzufügen" border="0"><\/a>');

document.writeln('<a href="http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;bkmk='+bmurl+'&amp;annotation=&amp;labels=&amp;title='+bmtit+'" ');
document.writeln('title="Diese Seite bei Google bookmarken"><img src="'+pfad+'gif/icons/google.gif"');
document.writeln('alt="Diese Seite bei Google bookmarken" border="0"/><\/a>');

document.writeln('<a href="http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+bmurl+'&amp;bm_description='+bmtit+'" ');
document.writeln('title="Diese Seite zu Mister Wong hinzufügen"><img src="'+pfad+'gif/icons/wong.gif"');
document.writeln('alt="Diese Seite zu Mister Wong hinzufügen" border="0"><\/a>');

document.writeln('<a href="http://www.folkd.com/submit/'+bmurl+'" ');
document.writeln('title="Diese Seite zu folkd hinzufügen"><img src="'+pfad+'gif/icons/folkd.gif"');
document.writeln('alt="Diese Seite zu folkd hinzufügen" border="0"\/><\/a>');

document.writeln('<a href="http://yigg.de/neu?exturl='+bmurl+'" ');
document.writeln('title="yigg it"><img src="'+pfad+'gif/icons/yiggit.png"');
document.writeln('alt="yigg it" border="0"><\/a>');

document.writeln('<a href="http://linkarena.com/bookmarks/addlink/?url='+bmurl+'" ');
document.writeln('title="Bei Linkarena sichern"><img src="'+pfad+'gif/icons/linkarena.gif"');
document.writeln('alt="Linkarena" border="0"><\/a>');

document.writeln('<a href="http://netselektor.de/speichern/neu?title='+bmtit+'&url='+bmurl+'" ');
document.writeln('title="Diese Seite im netselektor speichern"><img src="'+pfad+'gif/icons/netselektor.gif"');
document.writeln('alt="netselektor" border="0"><\/a>');

