function popup(url) {
    window.open( url, "bemannaWindow", "status = 1, height = 300, width = 300, resizable =1" )
}

