function setBookmark(dienst, tags, descr)
{
	myoptions="'menubar=1,resizable=1, scrollbars=1, width=1024,height=700'";

	switch (dienst)
	{
		case "delicious":
			link='http://www.delicious.com/save?v=5&noui&jump=close&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
			myoptions="'toolbar=no,width=550,height=550'";
		break;
	
		case "folkd":
			link='http://www.folkd.com/submit/' + encodeURIComponent(location.href);
		break;
		case "linkarena":
			link='http://linkarena.com/bookmarks/addlink/?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + ' &desc=' + encodeURIComponent(descr) + ' &tags='+encodeURIComponent(tags);
		break;
		case "webnews":
			link='http://www.webnews.de/einstellen?url=' + encodeURIComponent(location.href);
		break;
		case "favoriten":
			link='http://www.favoriten.de/url-hinzufuegen.html?bm_url=' + encodeURIComponent(location.href) + '&bm_title=' + encodeURIComponent(document.title);
		break;
		case "oneview":
			link='http://www.oneview.de/add/?URL=' + encodeURIComponent(location.href);
		break;
		case "linksilo":
			link='http://www.linksilo.de/index.php?area=bookmarks&func=bookmark_new&addurl=' + encodeURIComponent(location.href) + '&addtitle='+encodeURIComponent(document.title);
		break;
		case "seekxl":
			link='http://social-bookmarking.seekxl.de/?add_url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
		break;
		case "kledy":
			link='http://www.kledy.de/submit.php?url='+encodeURIComponent(location.href);
		break;
		case "ggl":
			link='https://www.google.com/bookmarks/mark?op=add&hl=de&bkmk=' + encodeURIComponent(location.href);
		break;
		case "diigo":
			link='http://www.diigo.com/post?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
		break;
		case "diig":
			link='http://digg.com/submit?url=' + encodeURIComponent(location.href);
		break;
		case "reddit":
			link='http://www.reddit.com/submit?url=' + encodeURIComponent(location.href);
		break;
		case "jump":
			link='http://www.addtoany.com/add_to/jumptags?linkurl=' + encodeURIComponent(location.href) + '&linkname=' + encodeURIComponent(document.title);
		break;
		case "bclever":
			link='http://www.bookmark-clever.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href);
		break;
		case "technorati":
			link='http://technorati.com/faves?sub=addfavbtn&amp;add=' + encodeURIComponent(location.href);
		break;
		case "minota":
			link='http://www.minota.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href);
		break;
		case "bookmrk":
			link='http://www.bookmrk.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href);
		break;
		case "b4u":
			link='http://www.bookmark4you.com/new.php?&url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "favli":
			link='http://fav.li/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "buzzmark":
			link='http://www.buzzmarks.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "pdec":
			link='http://www.pdec.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "crossclouds":
			link='http://favorit.crossclouds.com/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "bkoenig":
			link='http://www.bookmark-koenig.de/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "usedoor":
			link='http://www.usedoor.com/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "publicBookmark":
			link='http://www.public-bookmark.com/account/bookmark/?bookmark_url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
		case "rssBookmark":
			link='http://www.rss-bookmark.com/account/bookmark/add.html?url=' + encodeURIComponent(location.href) + ' &step=1&title=' + encodeURIComponent(document.title);
		break;
	}
	
	window.open(link, dienst,myoptions)
}
