function pop_up(urli, idi) {
window.open( urli, idi, 
"status = 1, height = 300, width = 400, resizable = 0, top = 300" )
}
