function mail_funct(){
       
	adda   = "@";
	nname  = "info";
	domain = "splusstudientreff.de"
	anker  = "mailto:";
	kompl  = anker+nname+adda+domain;                
												   
	document.location.href=kompl;
                               
}
     
