﻿function SubPrev(Title, ShortInfo, LongInfo) {
    document.getElementById('Titel_Label').innerHTML = '' + Title + '';
    document.getElementById('ShortInfo_Label').innerHTML = '' + ShortInfo + '';
    document.getElementById('LongInfo_Label').innerHTML = '' + LongInfo + '';
}
