function sbOver(text) {
	if (text == '') {
		text = '&nbsp;...';
	} else {
		text='&nbsp;<strong>'+text+'</strong>';
	}
	document.getElementById('sbText').innerHTML=text;
}
function sbDo(was) {
	url=encodeURIComponent(location.href);
	title=encodeURIComponent(document.title);
	window.open('http://www.immoland-pfinztal.de/bookmark.php?was='+was+'&sburl='+url+'&sbtitle='+title);
}
