
   function lade() {
    if (document.images) {
    var picloader = new Array ("../images/button_anfahrt.jpg",
	"../images/button_anfahrt_hl.jpg",
	"../images/button_home.jpg",
	"../images/button_home_hl.jpg",
	"../images/button_notdienst.jpg",
	"../images/button_notdienst_hl.jpg",
	"../images/button_service.jpg",
	"../images/button_service_hl.jpg",
	"../images/button_shop.jpg",
	"../images/button_shop_hl.jpg",
	"../images/button_ueberuns.jpg",
	"../images/button_ueberuns_hl.jpg",
	
	"../images/logo1.jpg",
	"../images/logo2bg.jpg",
	"../images/menue.jpg",
	"../images/titelbild.jpg"
	
	"../images/ho_aeskolap.jpg"
	"../images/ho_anfahrt.jpg"
	"../images/ho_kalender.jpg"
	"../images/ho_shop.jpg"
    );
    }
	
    piclist = new Array();
    for (i in picloader){
    	piclist[i] = new Image();
    	piclist[i].src = picloader[i];
   	 }
    }