
function BildDiaporama(ID,grosse,Dateityp,Kommentar,Kommentarlang) {
var temp = "";

temp = '<img src="upload/thumbs/thumb'+ID+'x'+grosse+'.'+Dateityp+'"';
if(Kommentar!="") { temp = temp + ' OnMouseOver="Hinweis(\''+Kommentar+'\',\''+Kommentarlang+'\')" OnMouseOut="HinweisFertig();" '; }
temp = temp + '>';

 document.getElementById("BildDiaporamaDIV").innerHTML=temp;

}


function URLinDIVperPOST(adresse,DIV,POST) { WarteschlangeHinzu(adresse,POST,DIV); }



