buttov = new Array();
buttnor = new Array();
hint = new Array();

buttov['dev'] = new Image
buttov['dev'].src = "images/intro_03_o.jpg"
buttnor['dev'] = new Image
buttnor['dev'].src = "images/intro_03.jpg"
hint['dev'] = "Der Verein"

buttov['jug'] = new Image
buttov['jug'].src = "images/intro_06_o.jpg"
buttnor['jug'] = new Image
buttnor['jug'].src = "images/intro_06.jpg"
hint['jug'] = "Jugendprojekt"

buttov['ver'] = new Image
buttov['ver'].src = "images/intro_09_o.jpg"
buttnor['ver'] = new Image
buttnor['ver'].src = "images/intro_09.jpg"
hint['ver'] = "Vereine"

buttov['vea'] = new Image
buttov['vea'].src = "images/intro_12_o.jpg"
buttnor['vea'] = new Image
buttnor['vea'].src = "images/intro_12.jpg"
hint['vea'] = "Veranstaltungen"

buttov['jls'] = new Image
buttov['jls'].src = "images/intro_15_o.jpg"
buttnor['jls'] = new Image
buttnor['jls'].src = "images/intro_15.jpg"
hint['jls'] = "Jugendgruppenleiterschulungen"

buttov['fre'] = new Image
buttov['fre'].src = "images/intro_18_o.jpg"
buttnor['fre'] = new Image
buttnor['fre'].src = "images/intro_18.jpg"
hint['fre'] = "Freizeiten"

buttov['foe'] = new Image
buttov['foe'].src = "images/intro_21_o.jpg"
buttnor['foe'] = new Image
buttnor['foe'].src = "images/intro_21.jpg"
hint['foe'] = "Förderrichtlinien"

buttov['lin'] = new Image
buttov['lin'].src = "images/intro_24_o.jpg"
buttnor['lin'] = new Image
buttnor['lin'].src = "images/intro_24.jpg"
hint['lin'] = "Links"

buttov['mai'] = new Image
buttov['mai'].src = "images/intro_28_o.jpg"
buttnor['mai'] = new Image
buttnor['mai'].src = "images/intro_28.jpg"
hint['mai'] = "e-mail an den Vogtlandkreisjugendring e.V. schreiben"


function tcs_cha_ov(what) {
	document.images[what].src = buttov[what].src;
	window.status = hint[what];
}

function tcs_cha_nor(what) {
	document.images[what].src = buttnor[what].src;
	window.status = "www.vkjr.de";
}


