	send1 = new Image();
	send1.src = "pix/send_nein.jpg";
	send2 = new Image();
	send2.src = "pix/send_ja.jpg";

    news1 = new Image();
	news1.src = "pix/news_nein.jpg";
	news2 = new Image();
	news2.src = "pix/news_ja.jpg";
	
	live1 = new Image();
	live1.src = "pix/live_nein.jpg";
	live2 = new Image();
	live2.src = "pix/live_ja.jpg";
	
	band1 = new Image();
	band1.src = "pix/band_nein.jpg";
	band2 = new Image();
	band2.src = "pix/band_ja.jpg";
	
	music1 = new Image();
	music1.src = "pix/music_nein.jpg";
	music2 = new Image();
	music2.src = "pix/music_ja.jpg";
	
	shop1 = new Image();
	shop1.src = "pix/shop_nein.jpg";
	shop2 = new Image();
	shop2.src = "pix/shop_ja.jpg";
	
	active1 = new Image();
	active1.src = "pix/active_nein.jpg";
	active2 = new Image();
	active2.src = "pix/active_ja.jpg";
	
	contact1 = new Image();
	contact1.src = "pix/contact_nein.jpg";
	contact2 = new Image();
	contact2.src = "pix/contact_ja.jpg";
	
	function hiLite(imgID,imgObjName) {
	document.images[imgID].src = eval(imgObjName + ".src")
	}