
function open_view(url, name) {
    window.open(url, name, "height=380,width=640,location=no, status=no, resizable=no, scrollbars=yes, toolbar=no");
}
