function showImgInGallery(callerID, targetId, imgUrl){
	$j('.selected').removeClass("selected");
	$j('#' + callerID).addClass("selected");
	$j('#' + targetId).attr("src",imgUrl).fadeIn("slow");
}

function submitConversion() {
	//pageTracker._trackPageview('/anfragen/success.html');
}

function sendPage(lang) {
    var sendWindow;
    sendWindow = window.open("http://www.alpina-neustift.at/wp-content/themes/alpinaneustift/popMailToFriend.php?url=" + escape(document.location.href) + "&_lang=" + lang, "sendWindow", "height=400, width=550");
    sendWindow.focus();
}
