function popup(url){
 var features='location=0,scrollbars=yes,resizable=no,width=550,height=700';
 window.open(url,'_blank',features);
}