//Tauscht Überschriften und Skizzenbilder aus
function chtitle(objtype, textwechsel) {
	raeume = new Array("Erdgeschoss", "Bad/WC", "2WC (1<img src=\"fileadmin/template/hisw/gfx/rolli.gif\" /> WC)", "K&uuml;che", "B&uuml;ro", "mittl. Seminarraum", "<img src=\"fileadmin/template/hisw/gfx/rolli.gif\" /> Seminarraum", "2WC", "kleiner Seminarraum", "großer Seminarraum", "1. Stock", "Bad/WC", "Seminarraum", "2. Stock", "Seminarraum", "Garten", "Seminarraum");
	document.getElementById(objtype).innerHTML=raeume[textwechsel];
} 
function chimg(ImgToChg, ImgToShw) {
if (document.images) { document[ImgToChg].src = ImgToShw; } }
function bar(message) {if (document.images) { window.status = message; return true } }
if (document.images) { }
/*
function BilderVorladen()
{
    document.Vorladen = new Array();
    if(document.images)
    {
        for(var i = 0; i < BilderVorladen.arguments.length; i++)
        {
            document.Vorladen[i] = new Image();
            document.Vorladen[i].src = BilderVorladen.arguments[i];
        }
    }
}*/