function popup(url,wide,high) {
    window.open (url,"popup",'width=' + wide + ',height=' + high, 'scrollbars=0');
} 