// Preloading images
IMG1_a = new Image();
IMG1_a.src = "/xwiki/bin/download/Tools/MainMenuPics/Agenda_active.jpg";
IMG2_a = new Image();
IMG2_a.src = "/xwiki/bin/download/Tools/MainMenuPics/Links_active.jpg";
IMG3_a = new Image();
IMG3_a.src = "/xwiki/bin/download/Tools/MainMenuPics/Medical_active.jpg";
IMG4_a = new Image();
IMG4_a.src = "/xwiki/bin/download/Tools/MainMenuPics/Patienten_active.jpg";
IMG5_a = new Image();
IMG5_a.src = "/xwiki/bin/download/Tools/MainMenuPics/WebHome_active.jpg";
IMG6_a = new Image();
IMG6_a.src = "/xwiki/bin/download/Tools/MainMenuPics/Sponsoren_active.jpg";
IMG1_p = new Image();
IMG1_p.src = "/xwiki/bin/download/Tools/MainMenuPics/Agenda_passive.jpg";
IMG2_p = new Image();
IMG2_p.src = "/xwiki/bin/download/Tools/MainMenuPics/Links_passive.jpg";
IMG3_p = new Image();
IMG3_p.src = "/xwiki/bin/download/Tools/MainMenuPics/Medical_passive.jpg";
IMG4_p = new Image();
IMG4_p.src = "/xwiki/bin/download/Tools/MainMenuPics/Patienten_passive.jpg";
IMG5_p = new Image();
IMG5_p.src = "/xwiki/bin/download/Tools/MainMenuPics/WebHome_passive.jpg";
IMG6_p = new Image();
IMG6_p.src = "/xwiki/bin/download/Tools/MainMenuPics/Sponsoren_passive.jpg";
function over(id, path){
	var img_el = document.getElementById(id);
	img_el.src = path;
}

function out(id, path){
	var img_el = document.getElementById(id);
	img_el.src = path;
}
