function popup(url,n_win,features) {
	
	window.open(url,n_win,'width=600,height=275,scrollbars=1,resizable=1');
    
 }


