function views(url,name)
{
	foto=window.open('/files/images/view.php?foto='+url+'&name='+name,'foto','width=490,height=700'); 
	foto.focus();
}