<!--//
function enable_menues_for_ie()
{
	//if (document.all&&document.getElementById) {
		
		var allDivs = document.getElementsByTagName( 'div' );

		for ( i = 0; i < allDivs.length; ++i ) {
			if ( allDivs[i].className && allDivs[i].className.indexOf( 'navlink' ) != -1 ) {
				allDivs[i].onmouseover=function()	{
					this.className+=" over";
				}
				allDivs[i].onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}		
			}
		}
	//}
	return;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  f1 = window.open(theURL,winName,features);
  f1.focus();
}

function MM_openSmallWindow(theURL) { //v2.0
  f1 = window.open("http://wfinder.de/"+theURL,"window","scrollbars=Yes,width=650,height=600");
  f1.focus();
}

function MM_openZimmerpreiseWindow(theURL) { //v2.0
  f1 = window.open("http://wfinder.de/"+theURL,"ziprswindow","scrollbars=Yes,width=650,height=350");
  f1.focus();
}

function galeriePopup(anhang) {
	var top = screen.height/2/2;
	var left = screen.width/2/2;
	var domain = "http://wfinder.de";

	if (partner=="amica"){
		domain = "http://amica.wellnessfinder.de";
	};
	if (partner=="elle"){
		domain = "http://elle.wellnessfinder.de";
	}
	f1 = window.open(domain+"/fileadmin/tmpl_web/ext_popups/galerie/gal_frame.php?"+anhang,"bigpicture","width=400,height=412,resizable=no,scrollbars=yes,top="+top+",left="+left);
	f1.focus();
}

function MM_openMusicWindow() { //v2.0
  var theURL = 'http://wfinder.de/fileadmin/tmpl_web/ext_popups/music.php';
  fmusic = window.open(theURL,"fmusic","scrollbars=No,left=0,top=0,width=300,height=80");
  fmusic.focus();
}


//-->