 
var imglist = new Array ( 

"buttons/aktuell.gif", 
"buttons/email_anfrage.gif",
"buttons/fenster_schliessen.gif",
"buttons/hoergeraete_anpassung.gif",
"buttons/hoerschutz.gif",
"buttons/home.gif",
"buttons/impressum.gif",
"buttons/individuelle_beratung.gif",
"buttons/kostenloser_hoertest.gif",
"buttons/lageplan_drucken.gif",
"buttons/produkte_zubehoer.gif",
"buttons/service.gif",
"buttons/wir_ueber_uns.gif",
"images/bonuskarte.gif",
"images/bonuskarte_popup.png",
"images/img_akustik_bottom.gif",
"images/img_akustik_top.gif",
"images/img_lageplan.gif",
"images/img_lageplan_kl.gif",
"images/img_logo.gif"
); 

var imgs = new Array(); 

var count 
if (document.images) 

for (count=0; count<imglist.length; count++) 
    {imgs[count]=new Image(); imgs[count].src=imglist[count];} 


