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