jQuery.noConflict();
jQuery(document).ready(function(){
    jQuery("img[src$=png], #navL, #footer .sun, #content ul li").pngfix();
	jQuery(".js").show();
});

// Bookmark Browser:
function bmBrowser() {
	r='Bookmark';
	name=decodeURIComponent("Tiare Yachting"); 
	url=decodeURIComponent("http://www.tiare-yachting.at/");
	if(window.sidebar && !document.all) {
		window.sidebar.addPanel(name,url,'');
	} else if(window.opera && window.print) {
		var e=document.createElement('a');
		e.setAttribute('href',url);
		e.setAttribute('title',name);
		e.setAttribute('rel','sidebar');
		e.click();
	} else if(document.all) {
		window.external.AddFavorite(url, name);
	}
}


var baseIcon = new GIcon();
baseIcon.image = "/images/mapmarker.png";
baseIcon.shadow = "/images/markershadow50.png";
baseIcon.iconSize = new GSize(28, 41);
baseIcon.shadowSize = new GSize(50, 39);
baseIcon.iconAnchor = new GPoint(14, 37);
baseIcon.infoWindowAnchor = new GPoint(16, 37);


