if (document.images) {
        homeImageOn = new Image()
        homeImageOn.src = "../../images/home1.jpg"
        contactImageOn = new Image()
        contactImageOn.src = "../../images/mail1.jpg"
        sitemapImageOn = new Image()
        sitemapImageOn.src = "../../images/sitemap1.jpg"
				prodImageOn = new Image()
        prodImageOn.src = "../../images/mprod1.gif"
				servImageOn = new Image()
        servImageOn.src = "../../images/mserv1.gif"
				aktuellImageOn = new Image()
        aktuellImageOn.src = "../../images/makt1.gif"
				firmaImageOn = new Image()
        firmaImageOn.src = "../../images/mfirma1.gif"
				sprodImageOn = new Image()
        sprodImageOn.src = "../images/sprod1.gif"
				spgloImageOn = new Image()
        spgloImageOn.src = "../images/sglossar1.gif"
				spfeuchtImageOn = new Image()
        spfeuchtImageOn.src = "../images/spfeucht1.gif"
				spgummiImageOn = new Image()
        spgummiImageOn.src = "../images/spgummi1.gif"
				spreproImageOn = new Image()
        spreproImageOn.src = "../images/sprepro1.gif"
				spdruckImageOn = new Image()
        spdruckImageOn.src = "../images/spdruck1.gif"
				spfeuchtImageOn = new Image()
        spfeuchtImageOn.src = "../images/spfeucht1.gif"
				spgummiImageOn = new Image()
        spgummiImageOn.src = "../images/spgummi1.gif"
				spreproImageOn = new Image()
        spreproImageOn.src = "../images/sprepro1.gif"
				spdruckImageOn = new Image()
        spdruckImageOn.src = "../images/spdruck1.gif"
		}
		
function md(name, varName) {
        if (typeof(document.topleft)!='undefined') {
                document.topleft.document.images[name].src=varName.src
        } else {
                document.images[name].src=varName.src
		}
}

function mu(name, imageName) {
        if (typeof(document.topleft)!='undefined') {
                document.topleft.document.images[name].src=imageName
        } else {
                document.images[name].src=imageName
        }				
}


