
function loadpics(){
  pic  = '';
  pics = [
  		'home_newsletter_a','deutsch','english',
		'navi_home_home','navi_home_catering','navi_home_locations','navi_home_references','navi_home_contact',
		'subnavi_home_phil','subnavi_home_phil','subnavi_home_berlin','subnavi_home_hamburg','subnavi_home_koeln','subnavi_home_mainz','subnavi_home_team','subnavi_home_anfrage','subnavi_home_newsletter_a',
		'back_home','back_catering','back_locations','back_references','back_contact',
		'subnavi_catering_phil','subnavi_catering_ideen','subnavi_locations_berlin','subnavi_locations_hamburg','subnavi_locations_koeln','subnavi_locations_mainz','subnavi_contact_cateringteam','subnavi_catering_anfrage','subnavi_newsletter_a',
		'catering_philosophie','catering_ideen',
		'locations_locations','locations_referenzen',
		'locations_berlin','locations_hamburg','locations_koeln','locations_mainz',
		'subnavi_regionberlin','subnavi_regionhamburg','subnavi_regionkoeln','subnavi_regionmainz',
		'contact_cateringteam','contact_anfrage','contact_newsletter',
		'subnavi_teamberlin','subnavi_teamhamburg','subnavi_teamkoeln','subnavi_teammainz',
		'formular_loeschen','formular_senden'
         ];
	 
  for(element in pics) {
    pic+='<img src="images/'+pics[element]+'_a.gif" width="1" height="1">';
  }

  document.write(pic);
}