function addBookmark(url, title) {
	var ver = navigator.appName;
	var num = parseInt(navigator.appVersion);
	if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
		if(document.all)
		window.external.AddFavorite(url,title)
	}
	else{
		alert("Drücken Sie STRG + D um diese Seite in Ihre Favoriten aufzunehmen.")
	}
}
function showInteractiveCard (address) {
	iaCard = window.open(address, "iaPopup", "width=990,height=500,left=50,top=50,resizable=1,scrollbars=no");
	iaCard.focus();
}
function showBookingTool () {
        address = 'http://www.sh-buchen.de/index_nordsee.html';
        booking = window.open(address, "bookingPopup", "width=702,height=573,left=50,top=50,resizable=1,scrollbars=no");
	booking.focus();
}
function startRobby () {
        address = 'http://www.nordseetourismus.de/upload/Robby/index.html';
        booking = window.open(address, "robbyPopup", "width=750,height=500,left=150,top=100,resizable=1,scrollbars=no");
	booking.focus();
}
function showFotoGallery() {
	address = 'http://aktionen.webzooms.net/webplayer/kampagneindex_page.php?kampagne=135';
    fotos = window.open(address, "KampagnenPopup", "width=1040,height=800,left=150,top=100,resizable=no,scrollbars=yes,status=no,toolbar=no");
	fotos.focus();
}
function showWasIstWasQuiz() {
	address = 'http://www.nakedtoast.de/PROJEKTE/gws_nordsee/index.php';
    quiz = window.open(address, "WasIstWasPopup", "width=800,height=600,left=200,top=200,resizable=no,scrollbars=yes,status=no,toolbar=no");
	quiz.focus();
}