function LM_va(Id)
{
//	location.href='http://www.lmweb.net/scripts/lmplusi.dll?FORM=msk/iframe4.htm&GO=1&CFG=289&DLI='+Id+'&'+Deep[Id]
	location.href='http://www.lmweb.net/scripts/lmplusi.dll?FORM=msk/iframe4.htm&GO=1&CFG=888&DLI='+Id+'&'+Deep[Id]
}

function LmPreis(Id)
{
	document.write('<a href="javascript:LM_va('+Id+')">')

	if (MPL[Id])
	{  if (MPL[Id]>=0)  document.write('ab &euro; '+MPL[Id])
		else document.write('--,-')
	}
	else document.write('>prüfen')
}



function PreisRow(Id)
{
	var title = Deep[Id].replace(/.*TITLE=(.*).*/i, "$1")
	document.write('<tr><td class="region"><a href="javascript:LM_va('+Id+')">'+title+'</a></td><td class="preis"><a href="javascript:LM_va('+Id+')">')

	if (MPL[Id])
	{  if (MPL[Id]>=0)  document.write(MPL[Id]+',-')
		else document.write('--,-')
	}
	else document.write('&gt;prüfen')
	document.write('</a></td></tr>')
}


function PreisRows() {
	for (var Id=13; Id < Deep.length; Id++){
		PreisRow(Id)
	}
}
