function display_popup(url_popup){
	//alert('ok');
	window.open(url_popup,'popup','width=200,height=200,toolbar=no,scrollbars=no,resizable=yes');
}