//Definition of graphical links

b_2010_indexon = new Image(); b_2010_indexon.src = "abb/logo2010_2_index.gif"; b_2010_indexoff = new Image(); b_2010_indexoff.src = "abb/logo2010_index.gif";
b_2010on = new Image(); b_2010on.src = "abb/logo2010_2.gif"; b_2010off = new Image(); b_2010off.src = "abb/logo2010.gif";
b_0on = new Image(); b_0on.src = "abb/logo-o2-startseite.gif"; b_0off = new Image(); b_0off.src = "abb/logo-o1-startseite.gif";
b_1on = new Image(); b_1on.src = "abb/logo-o2.gif"; b_1off = new Image(); b_1off.src = "abb/logo-o1.gif";
b_2on = new Image(); b_2on.src = "abb/logo-u2.gif"; b_2off = new Image(); b_2off.src = "abb/logo-u1.gif";
b_15on = new Image(); b_15on.src = "abb/m-chf2.gif"; b_15off = new Image(); b_15off.src = "abb/m-chf1.gif";
b_16on = new Image(); b_16on.src = "abb/m-ausbildung2.gif"; b_16off = new Image(); b_16off.src = "abb/m-ausbildung1.gif";
b_17on = new Image(); b_17on.src = "abb/m-aktuelles2.gif"; b_17off = new Image(); b_17off.src = "abb/m-aktuelles1.gif";
b_18on = new Image(); b_18on.src = "abb/m-benzolring2.gif"; b_18off = new Image(); b_18off.src = "abb/m-benzolring1.gif";
b_19on = new Image(); b_19on.src = "abb/m-gaestebuch2.gif"; b_19off = new Image(); b_19off.src = "abb/m-gaestebuch1.gif";
b_20on = new Image(); b_20on.src = "abb/m-kontakt2.gif"; b_20off = new Image(); b_20off.src = "abb/m-kontakt1.gif";
b_21on = new Image(); b_21on.src = "abb/m-eduthek2.gif"; b_21off = new Image(); b_21off.src = "abb/m-eduthek1.gif";
b_22on = new Image(); b_22on.src = "abb/m-projekte2.gif"; b_22off = new Image(); b_22off.src = "abb/m-projekte1.gif";
b_23on = new Image(); b_23on.src = "abb/m-extras2.gif"; b_23off = new Image(); b_23off.src = "abb/m-extras1.gif";
b_24on = new Image(); b_24on.src = "abb/m-suchen2.gif"; b_24off = new Image(); b_24off.src = "abb/m-suchen1.gif";
b_25on = new Image(); b_25on.src = "abb/m-berufsinfo2.gif"; b_25off = new Image(); b_25off.src = "abb/m-berufsinfo1.gif";
b_mdbon = new Image(); b_mdbon.src = "abb/logo-maildatenbank2.gif"; b_mdboff = new Image(); b_mdboff.src = "abb/logo-maildatenbank1.gif";
b_mdbindexon = new Image(); b_mdbindexon.src = "abb/logo-maildatenbank-index2.gif"; b_mdbindexoff = new Image(); b_mdbindexoff.src = "abb/logo-maildatenbank-index1.gif";

//Function for showing the image for MouseOver
function b_on(myname)
{imgOn = eval(myname + "on.src");
document[myname].src = imgOn;}
//Function for showing the image for MouseOut
function b_off(myname)
{imgOff = eval(myname + "off.src");
document[myname].src = imgOff;}