// JavaScript Document

<!--
function popUpQuer(wintype){

  popUp=window.open(wintype, 'detail', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=600'); 
}

function popUpHoch(wintype){

  popUp=window.open(wintype, 'detail', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=600,height=800'); 
}


img1 = new Image();
img1.src = "images/button/b_1_o.gif";
img2 = new Image();
img2.src = "images/button/b_1_a.gif";
img3 = new Image();
img3.src = "images/button/b_2_o.gif";
img4 = new Image();
img4.src = "images/button/b_2_a.gif";
img5 = new Image();
img5.src = "images/button/b_3_o.gif";
img6 = new Image();
img6.src = "images/button/b_3_a.gif";
img7 = new Image();
img7.src = "images/button/b_4_o.gif";
img8 = new Image();
img8.src = "images/button/b_4_a.gif";
img9 = new Image();
img9.src = "images/button/b_5_o.gif";
img10 = new Image();
img10.src = "images/button/b_5_a.gif";

//-->