<!--

var isIE=(document.all && !document.getElementById) ? true : false;

function showMovie(nr){
	if (nr!="n"){
		var w1=window.open('http://www.libind-waermepumpen.de/popup.php?sNr='+nr,'_new','width=900,height=675,top='+(screen.height/2-300)+',left='+(screen.width/2-400));
		w1.focus();
	}
	return false;
}


function getLayer(lID){
	return (isIE) ? document.all[lID] : document.getElementById(lID);
}

function getFlashMovie(mN) {
	var isMS = navigator.appName.indexOf("Microsoft") != -1;
	return (isMS) ? window[mN] : document[mN];
}

//-->

