 var En = "de";
 var An = "info";
 var Cn= "wei";
 var Dn = "sommer";
 var At = "@";
 var Pu = ".";
 var adr =  An + At + Dn + Cn + En + Pu + En;

//function click() 
// {if (event.button==2) { alert('<c> by j.j') } }
 
//document.onmousedown=click 


function setMailLink() {       
         document.write("<a href='mailto:" + adr + "'>" + " <IMG SRC='images/anschrift2.gif' ALT='Anschrift' id='ADRESSE2'/>" + "</a>");
 }
 
 function view(fname, breite , hoehe) {
 	hoehe = hoehe + 50;
 	breite = breite + 50;
 	pic = window.open(fname,"foto","width="+breite+",height="+hoehe+ ", status=yes, toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no");
        pic.resizeTo(breite+10,hoehe+25);
       // pic.onmousedown=click
        pic.focus();
}
