orion_box.botonera = 0;

function message_to(uid){
    //var src = '/NebulaChat/front/chat?uid=' + uid;
    var src = '/Members/Chat/index?uid=' + uid;
    var width = '420';
    var height = '400';
    orion_box.css_contenedor.height = '340px';
    //orion_box.css_over[background-color] = 'gray';
    orion_box.css_contenedor.top = '30%';
    orion_box.botonera = 0;
    orion_box.iframe(src, width, height);
}

$(document).ready(function() {


});
