function show_bookmark() {
	if (document.getElementById) {
		document.getElementById("bookmark").style.visibility = "visible";
	}
}
function hide_bookmark() {
	if (document.getElementById) {
		document.getElementById("bookmark").style.visibility = "hidden";
	}
}

var imgpath = ptr + "/bookmark/images/";//ADD trailing slash
var sburl = encodeURIComponent(location.href);
var sbtitle = encodeURIComponent(document.title);


if( bmlang == "de" ) {
	var txtsite = "";
	var txtenter = "";
	
	var misterwong_de = "location.href='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle;return false";
	var delicio_us = "window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+sburl+'&amp;title='+sbtitle, 'delicious','toolbar=no,width=550,height=550');return false";
	var google_com = "location.href='http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle;return false";
	var yigg_de = "location.href='http://yigg.de/neu?exturl='+sburl;return false";
	var yahoo_com = "window.open('http://de.myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl+'&ei=UTF-8','popup','width=560px,height=460px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	var linkarena_com = "location.href='http://linkarena.com/bookmarks/addlink/?url='+sburl+'&title='+sbtitle+'&desc=BESCHEIBUNG&tags=TAGS';return false";
	var digg_com = "location.href='http://digg.com/submit?url='+sburl+'&title='+sbtitle+'&bodytext=&media=&topic=';return false";
	var facebook_com = "location.href='http://www.facebook.com/share.php?u='+sburl+'&t='+sbtitle;return false";
	var technorati_com = "location.href='http://technorati.com/faves/seoportal?add='+sburl+'&tag=';return false";
	var webnews_de = "location.href='http://www.webnews.de/einstellen?url='+sburl+'&title='+sbtitle;return false";
	var myspace_com = "location.href='http://www.myspace.com/Modules/PostTo/Pages/?u='+sburl+'&t='+sbtitle+'&c=';return false";
//	var alltagz_de = "location.href='http://www.alltagz.de/bookmarks/?action=add&address='+sburl+'&title='+sbtitle;return false";
//	var oneview_de = "location.href= 'http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);return false";
//	var blinklist_com = "location.href='http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+sburl+'&Title='+sbtitle;return false";
//	var furl_net = "location.href='http://www.furl.net/storeIt.jsp?u='+sburl+'&t='+sbtitle;return false";	

	document.write('<table id="bookmark_table" cellspacing="4" cellpadding="0" border="0" style="margin:0px"><tr>');
	document.write('<tr>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.mister-wong.de/add_url/" rel="nofollow" onClick="' + misterwong_de +'" title="' + txtsite +'Mister Wong' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'misterwong.gif" alt="' + txtsite +'Mister Wong' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://delicious.com/save" rel="nofollow" onClick="' + delicio_us +'" title="' + txtsite +'Delicious' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'delicious.gif" alt="' + txtsite +'Delicious' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.google.com/" rel="nofollow" onClick="' + google_com +'" title="' + txtsite +'Google' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'google.gif" alt="' + txtsite +'Google' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://yigg.de/" rel="nofollow" onClick="' + yigg_de +'" title="' + txtsite +'Yigg' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'yigg.gif" alt="' + txtsite +'Yigg' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://de.myweb2.search.yahoo.com/" rel="nofollow" onClick="' + yahoo_com +'" title="' + txtsite +'Yahoo' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'yahoo.gif" alt="' + txtsite +'Yahoo' + txtenter +'" border="0"></a> ');            
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.linkarena.com/" rel="nofollow" onClick="' + linkarena_com +'" title="' + txtsite +'Linkarena' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'linkarena.gif" alt="' + txtsite +'Linkarena' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.digg.com/register" rel="nofollow" onClick="' + digg_com +'" title="' + txtsite +'Digg' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'digg.gif" alt="' + txtsite +'Digg' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.facebook.com/" rel="nofollow" onClick="' + facebook_com +'" title="' + txtsite +'Facebook' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'facebook.png" alt="' + txtsite +'Facebook' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://technorati.com/" rel="nofollow" onClick="' + technorati_com +'" title="' + txtsite +'Technorati' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'technorati.gif" alt="' + txtsite +'Technorati' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.webnews.de/" rel="nofollow" onClick="' + webnews_de +'" title="' + txtsite +'Webnews' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'webnews.png" alt="' + txtsite +'Webnews' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('<td class="bookmark_cell">');
	document.write('<a href="http://www.myspace.com/" rel="nofollow" onClick="' + myspace_com +'" title="' + txtsite +'MySpace' + txtenter +'"><img class="bookmark_img" src="' + imgpath +'myspace.gif" alt="' + txtsite +'MySpace' + txtenter +'" border="0"></a> ');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	
//	document.write('<a href="http://www.alltagz.de/" rel="nofollow" onClick="' + alltagz_de +'" title="' + txtsite +' alltagz.de' + txtenter +'"><img src="' + imgpath +'alltagz.gif" alt="' + txtsite +' alltagz.de' + txtenter +'" border="0"></a> ');
//	document.write('<a href="http://oneview.de/" rel="nofollow" onClick="' + oneview_de +'" title="' + txtsite +' oneview.de' + txtenter +'"><img src="' + imgpath +'oneview.gif" alt="' + txtsite +' oneview.de' + txtenter +'" border="0"></a> ');
//	document.write('<a href="http://de.blinklist.com/" rel="nofollow" onClick="' + blinklist_com +'" title="' + txtsite +' blinklist.com' + txtenter +'"><img src="' + imgpath +'blinklist.gif" alt="' + txtsite +' blinklist.com' + txtenter +'" border="0"></a> ');
//	document.write('<a href="http://www.furl.net/" rel="nofollow" onClick="' + furl_net +'" title="' + txtsite +' www.furl.net' + txtenter +'"><img src="' + imgpath +'furl.gif" alt="' + txtsite +' www.furl.net' + txtenter +'" border="0"></a> ');

}
else {
	var txtsite = "Bookmark this site at";
	var txtenter = ".";

	var delicio_us = "location.href='http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;return false";
	var digg_com = "location.href='http://digg.com/submit?phase=2&url='+sburl+'&title='+sbtitle;return false";
	var blinklist_com = "location.href='http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+sburl+'&Title='+sbtitle;return false";
	var google_com = "location.href='http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle;return false";
	var yahoo_com = "window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl+'&ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	var reddit_com = "location.href='http://reddit.com/submit?url='+sburl+'&title='+sbtitle;return false";
	var furl_net = "location.href='http://www.furl.net/storeIt.jsp?u='+sburl+'&t='+sbtitle;return false";
	var folkd_com = "location.href='http://www.folkd.com/submit/page/'+sburl;return false";
	var linkarena_com = "location.href='http://linkarena.com/bookmarks/addlink/?url='+sburl+'&title='+sbtitle+'&desc=BESCHEIBUNG&tags=TAGS';return false";

	document.write('<a href="http://del.icio.us/" rel="nofollow" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgpath +'delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://digg.com/" rel="nofollow" onClick="' + digg_com +'" title="' + txtsite +' digg.com' + txtenter +'"><img src="' + imgpath +'digg.gif" alt="' + txtsite +' digg.com' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.blinklist.com/" rel="nofollow" onClick="' + blinklist_com +'" title="' + txtsite +' blinklist.com' + txtenter +'"><img src="' + imgpath +'blinklist.gif" alt="' + txtsite +' blinklist.com' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.google.com/" rel="nofollow" onClick="' + google_com +'" title="' + txtsite +' google.com' + txtenter +'"><img src="' + imgpath +'google.gif" alt="' + txtsite +' google.com' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.yahoo.com/" rel="nofollow" onClick="' + yahoo_com +'" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="' + imgpath +'yahoo.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')            
	document.write('<a href="http://reddit.com/" rel="nofollow" onClick="' + reddit_com +'" title="' + txtsite +' www.reddit.com' + txtenter +'"><img src="' + imgpath +'reddit.gif" alt="' + txtsite +' www.reddit.com' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.furl.net/" rel="nofollow" onClick="' + furl_net +'" title="' + txtsite +' www.furl.net' + txtenter +'"><img src="' + imgpath +'furl.gif" alt="' + txtsite +' www.furl.net' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.folkd.com/" rel="nofollow" onClick="' + folkd_com +'" title="' + txtsite +' www.folkd.com' + txtenter +'"><img src="' + imgpath +'folkd.gif" alt="' + txtsite +' folkd' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://www.linkarena.com/" rel="nofollow" onClick="' + linkarena_com +'" title="' + txtsite +' www.linkarena.com' + txtenter +'"><img src="' + imgpath +'linkarena.gif" alt="' + txtsite +' www.linkarena.com' + txtenter +'" border="0"></a> ')

}