function pop(url, id, flags) {
    window.open(url, id, flags);
} 
