function _up(url) {
    return window.open(url, 'new', 'location=1,status=1,scrollbars=1,menubar=1,resizable=1');
}
