<!--

butt1an = new Image(); butt1an.src = "pics/head_3_1.jpg";
butt1aus = new Image(); butt1aus.src = "pics/head_3_1off.jpg";

butt2an = new Image(); butt2an.src = "pics/head_5_3_2_2.jpg";
butt2aus = new Image(); butt2aus.src = "pics/head_5_3_2_2off.jpg";

butt3an = new Image(); butt3an.src = "pics/head_7_2.jpg";
butt3aus = new Image(); butt3aus.src = "pics/head_7_2off.jpg";

butt4an = new Image(); butt4an.src = "pics/head_7_4.jpg";
butt4aus = new Image(); butt4aus.src = "pics/head_7_4off.jpg";

butt5an = new Image(); butt5an.src = "pics/head_7_6.jpg";
butt5aus = new Image(); butt5aus.src = "pics/head_7_6off.jpg";



function img_act(imgName) {
imgOn = eval(imgName + "an.src");
document [imgName].src = imgOn;}
function img_inact(imgName) {
imgOff = eval(imgName + "aus.src");
document [imgName].src = imgOff;}
function writestat(text) {
window.status=text;}

//->
