Cita: vent = window.open('maps.cgi?id='+id_map,'vent','height=5 40,width=790,scrollbars=yes, resizable=yes, left=left, top=top');
en la linea no estas pasando las variables
top y left correctamente. deberia ser:
Código javavscript:
Ver original'height=540,width=790,scrollbars=yes, resizable=yes, left= ' + left + ', top=' + top