/* Öffnet Suchefenster als Popup */
function MayAlert()
{
 var maywin;
 maywin = window.open("maysuche.html","PopUp","width=900,height=700,scrollbars=yes,resizeable=yes");
 maywin.focus();
}
