function bmOver(text) {
	if (text == '') {
		text = '';
	} else {
		text='&nbsp;<strong>'+text+'</strong>';
	}
	document.getElementById('bmText').innerHTML=text;
}
function bmDo(was) {
	bmurl=encodeURIComponent(location.href);
	bmtitle=encodeURIComponent(document.title);
	switch(was) {		
		case 'wong':
			window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+bmurl+'&bm_description='+bmtitle);
			break;
		case 'bonitrust':
			window.open('http://www.BoniTrust.de/account/bookmark/?bookmark_url='+bmurl+'&title='+bmtitle);
			break;
		case 'alltagz':
			window.open('http://www.alltagz.de/bookmarks/?action=add&address='+bmurl+'&Title='+bmtitle);
			break;
		case 'linkarena':
			window.open('http://linkarena.com/bookmarks/addlink/?url='+bmurl+'&Title='+bmtitle);
			break;
		case 'oneview':
			window.open('http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL='+bmurl+'&title='+bmtitle);			
			break;	
		case 'simpy':
			window.open('http://www.simpy.com/simpy/Login.do?_doneURI='+bmurl+'&t='+bmtitle);
			break;
		case 'webnews':
			window.open('http://www.webnews.de/einstellen?url='+bmurl+'&exttitle='+bmtitle);
			break;			
	}
}

