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