// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function abrir(id){
	window.open("ventana_emergente.php?id="+id,"foto","toolbar=no,status=no,scrollbar=no,resizable=yes,width=620,height=380,left=200,top=150");

}