<!--
startan = new Image(58, 14);
startan.src = "images/start_on.gif";
startaus = new Image(58, 14);
startaus.src = "images/start_off.gif";

animationsan = new Image(93, 14);
animationsan.src = "images/animations_on.gif";
animationsaus = new Image(93, 14);
animationsaus.src = "images/animations_off.gif";

iconsan = new Image(54, 14);
iconsan.src = "images/icons_on.gif";
iconsaus = new Image(54, 14);
iconsaus.src = "images/icons_off.gif";

smileysan = new Image(66, 14);
smileysan.src = "images/smileys_on.gif";
smileysaus = new Image(66, 14);
smileysaus.src = "images/smileys_off.gif";

wallpapersan = new Image(92, 14);
wallpapersan.src = "images/wallpapers_on.gif";
wallpapersaus = new Image(92, 14);
wallpapersaus.src = "images/wallpapers_off.gif";

buttonsan = new Image(70, 14);
buttonsan.src = "images/buttons_on.gif";
buttonsaus = new Image(70, 14);
buttonsaus.src = "images/buttons_off.gif";

bannersan = new Image(71, 14);
bannersan.src = "images/banners_on.gif";
bannersaus = new Image(71, 14);
bannersaus.src = "images/banners_off.gif";

foruman = new Image(57, 14);
foruman.src = "images/forum_on.gif";
forumaus = new Image(57, 14);
forumaus.src = "images/forum_off.gif";

gifarchiv4uan = new Image(83, 14);
gifarchiv4uan.src = "images/gifarchiv4u_on.gif";
gifarchiv4uaus = new Image(83, 14);
gifarchiv4uaus.src = "images/gifarchiv4u_off.gif";

webkatalogan = new Image(87, 14);
webkatalogan.src = "images/webkatalog_on.gif";
webkatalogaus = new Image(87, 14);
webkatalogaus.src = "images/webkatalog_off.gif";

gaestebuchan = new Image(83, 14);
gaestebuchan.src = "images/gaestebuch_on.gif";
gaestebuchaus = new Image(83, 14);
gaestebuchaus.src = "images/gaestebuch_off.gif";

function img_act(imgName) {           // Bild-Aktualisierung, wenn Cursor ueber dem Bild ist
imgOn = eval(imgName + "an.src");     // Zusammenbasteln der URL aus Bild-Name und "an.src"
document [imgName].src = imgOn;
}
function img_inact(imgName) {         // Bild-Aktualisierung, wenn Cursor _nicht_ ueber dem Bild ist
imgOff = eval(imgName + "aus.src");   // Zusammenbasteln der URL aus Bild-Name und "aus.src"
document [imgName].src = imgOff;
}


// -->