<!-- Begin

function popup(theURL,winName,features) {
	winName = window.open('bilder/'+theURL+'_max.jpg','Foto','scrollbars=no,resizable=no,width=410,height=540,status=no,toolbar=no');
	winName.resizeTo(410,540);
	winName.focus();
}

function popup_quer(theURL,winName,features) {
	winName = window.open('bilder/'+theURL+'_max.jpg','Foto','scrollbars=no,resizable=no,width=580,height=480,status=no,toolbar=no');
	winName.resizeTo(580,480);
	winName.focus();
}

function epost(v1, v2, v3, mailstring)
{

poststring = v1 + '&#064' + v2 + '.' + v3;
mailstring = v1 + '<span class=secr>&nbsp;</span>' + '&#064' + v2 + '&#46;' + v3;

document.write('<a href="' + 'mai' + 'lto:' + poststring + '">')
document.write( mailstring + '</a>');
}
//-->
