// Deeplinkgenerator
function LM(Id)
 
{ 
	//location.href='http://www.lmweb.net/scripts/lMPTusi.dll?CFG=569&DLI='+Id+'&'+Deep[Id]
}
 
// Preisgenerator für Angebot Typ 1
function LmPreis1(Id) { 
	MPT_1 = 'ab';
	MPT_2 = 'Euro';
	if (MPT[Id]) {
		if (MPT[Id]>=0) {
			document.write(MPT_1+' <span class="preis">'+MPT[Id]+'</span><span class="preis2">'+MPT[Id]+'</span> '+MPT_2);
		}
		else {
			document.write('Leider zur Zeit ausgebucht.');
		}
	}
	else {
		document.write('<span class="preis">TOP</span><span class="preis2"> </span>');
	}
} 
// Preisgenerator für Angebot Typ 2
function LmPreis2(Id) { 
	MPT_1 = 'ab';
	MPT_2 = 'Euro';
	if (MPT[Id]) {
		if (MPT[Id]>=0) {
			document.write(MPT_1+' <span class="preis">'+MPT[Id]+'</span> '+MPT_2);
		}
		else {
			document.write('Leider zur Zeit<br>ausgebucht.');
		}
	}
	else {
		document.write('<span class="preis">&nbsp;</span>');
	}
}

Deep = new Array();
