<!-------- rollover -------------------------------------------------->

E01 = new Image();
E01.src = "../../images/pf_ho_n.gif";
Z01 = new Image();
Z01.src = "../../images/pf_ho_h.gif";
E02 = new Image();
E02.src = "../../images/pf_ru_n.gif";
Z02 = new Image();
Z02.src = "../../images/pf_ru_h.gif";
E03 = new Image();
E03.src = "../../images/lupe_d_n.gif";
Z03 = new Image();
Z03.src = "../../images/lupe_d_h.gif";
E04 = new Image();
E04.src = "../../images/lupe_h_n.gif";
Z04 = new Image();
Z04.src = "../../images/lupe_h_h.gif";
Etest = new Image();
Etest.src = "../images/lupe_h_n.gif ";
Ztest = new Image();
Ztest.src = "../images/lupe_h_h.gif ";

function Bildwechsel(BildName, NeuesBild) {
window.document.images[BildName].src=NeuesBild.src;

} 
//----- rollover ende ---------------------------------------------------------->



<!------------ [vergroesserung] ---------->
function fensterln(url) 
{  window.open(url,'Vergross','toolbar=no,width=10,height=10,left=0,top=0,directories=no,scrollbars=yes,status=no,resizable=yes,menubar=no,location=no');
}
//-->

function vergross ()
{
x=document.bild.width+65;    
if(x>=screen.width)
x=screen.width-65
y=document.bild.height+120;
if (y>=screen.height)
 y=screen.height-65
window.resizeTo(x,y);
}


<!------------ [shop] ---------->
function shopfenster(url) 
{  window.open(url,'Shop','toolbar=no,width=700,height=500,left=200,top=0,directories=no,scrollbars=1,status=no,resizable=yes,menubar=no,location=no');
}
