function LoadImages(BildObj,BildSrc)
  {  
	eval(BildObj+' = new Image()')
	eval(BildObj+'.src = "'+BildSrc+'"')
  }


LoadImages('home','/templates/xtc004_HHGPT/buttons/german/nav/homean.jpg');
LoadImages('kontakt','{$tpl_path}buttons/german/nav/kontaktan.jpg');
LoadImages('versand','{$tpl_path}buttons/german/nav/versandan.jpg');
LoadImages('impressum','{$tpl_path}buttons/german/nav/impressuman.jpg');
LoadImages('widerruf','{$tpl_path}buttons/german/nav/widerrufan.jpg');
LoadImages('service','{$tpl_path}buttons/german/nav/servicean.jpg');

