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