<!--

immo_on = new Image ();
immo_on.src="../graphics/folder2.gif"
immo_off = new Image ();
immo_off.src="../graphics/folder1.gif"

hotels_on = new Image ();
hotels_on.src="../graphics/folder2.gif"
hotels_off = new Image ();
hotels_off.src="../graphics/folder1.gif"

restaur_on = new Image ();
restaur_on.src="../graphics/folder2.gif"
restaur_off = new Image ();
restaur_off.src="../graphics/folder1.gif"

wine_on = new Image ();
wine_on.src="../graphics/folder2.gif"
wine_off = new Image ();
wine_off.src="../graphics/folder1.gif"

art_on = new Image ();
art_on.src="../graphics/folder2.gif"
art_off = new Image ();
art_off.src="../graphics/folder1.gif"

mminfo_on = new Image ();
mminfo_on.src="../graphics/folder2.gif"
mminfo_off = new Image ();
mminfo_off.src="../graphics/folder1.gif"

aktuell_on = new Image ();
aktuell_on.src="../graphics/folder2.gif"
aktuell_off = new Image ();
aktuell_off.src="../graphics/folder1.gif"

tours_on = new Image ();
tours_on.src="../graphics/folder2.gif"
tours_off = new Image ();
tours_off.src="../graphics/folder1.gif"

sport_on = new Image ();
sport_on.src="../graphics/folder2.gif"
sport_off = new Image ();
sport_off.src="../graphics/folder1.gif"

history_on = new Image ();
history_on.src="../graphics/folder2.gif"
history_off = new Image ();
history_off.src="../graphics/folder1.gif"

bau_on = new Image ();
bau_on.src="../graphics/doc4.gif"
bau_off = new Image ();
bau_off.src="../graphics/doc3.gif"

towns_on = new Image ();
towns_on.src="../graphics/doc4.gif"
towns_off = new Image ();
towns_off.src="../graphics/doc3.gif"

map_on = new Image ();
map_on.src="../graphics/doc4.gif"
map_off = new Image ();
map_off.src="../graphics/doc3.gif"

rentacar_on = new Image ();
rentacar_on.src="../graphics/doc4.gif"
rentacar_off = new Image ();
rentacar_off.src="../graphics/doc3.gif"

rentabike_on = new Image ();
rentabike_on.src="../graphics/doc4.gif"
rentabike_off = new Image ();
rentabike_off.src="../graphics/doc3.gif"

driving_on = new Image ();
driving_on.src="../graphics/doc4.gif"
driving_off = new Image ();
driving_off.src="../graphics/doc3.gif"

curious_on = new Image ();
curious_on.src="../graphics/doc4.gif"
curious_off = new Image ();
curious_off.src="../graphics/doc3.gif"

night_on = new Image ();
night_on.src="../graphics/doc4.gif"
night_off = new Image ();
night_off.src="../graphics/doc3.gif"

health_on = new Image ();
health_on.src="../graphics/doc4.gif"
health_off = new Image ();
health_off.src="../graphics/doc3.gif"

tel_on = new Image ();
tel_on.src="../graphics/doc4.gif"
tel_off = new Image ();
tel_off.src="../graphics/doc3.gif"


readguest_on = new Image ();
readguest_on.src="../graphics/doc4.gif"
readguest_off = new Image ();
readguest_off.src="../graphics/doc3.gif"

signguest_on = new Image ();
signguest_on.src="../graphics/doc4.gif"
signguest_off = new Image ();
signguest_off.src="../graphics/doc3.gif"

contact_on = new Image ();
contact_on.src="../graphics/doc4.gif"
contact_off = new Image ();
contact_off.src="../graphics/doc3.gif"

function FlipImage(name,src)
{
name.src = src.src
}
//-->