function foto_popup(url,height,width)
{
	window.open(url,'fotos','height='+height+',width='+width+',location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no');	
}
