function neues_fenster(url)
{
window.open(url,'detail','width=600, height=620');
}
