function showLVTexte (id) {
	document.getElementById('lv-texte_id_'+id).style.display = 'block';
}

function popupLvText (artnr) {
	// alert('foob');
	foobar = window.open('../ausschreibungstexte/getTextForArtnr.php?artnr='+artnr, '', 'width=650,height=300,location=no,menubar=no,status=no,toolbar=no,resizable=yes');
	foobar.focus();
}
