function CreateBookmarkLink() {

title = "Dr. Kittl und Partner - Passau"; 
url = "http://www.kittl-passau.de/";

if (window.sidebar) { // Mozilla Firefox Bookmark
	window.sidebar.addPanel(title, url,"");
} else if( window.external ) { // IE Favorite
	window.external.AddFavorite( url, title); }
else if(window.opera && window.print) { // Opera Hotlist
	return true; }
}

if (window.external) {
document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="../images/favorite.gif" alt="Add to Favorites" /></a>'); 
} else  if (window.sidebar) {
document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="../images/favorite.gif" alt="Bookmark Page" /></a>'); 
} else if (window.opera && window.print) {	
document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="../images/favorite.gif" alt="Add Bookmark" /></a>');
}
