// JavaScript Document
function agregar(){
   if ((navigator.appName=="Microsoft Internet Explorer") && 
         (parseInt(navigator.appVersion)>=4)) {
      var url="http://www.abcobrasascensores.es/"; 
      var titulo="ABC Obras Ascensores - Sevilla";
      window.external.AddFavorite(url,titulo);
   } else { 
      if(navigator.appName == "Netscape") 
         alert("Presione Crtl+D para agregar este sitio en sus Bookmarks"); 
   }
} 

  	function abrirFoto(id){
		window.open('obras_ver_foto.php?id='+id,'ficha','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=720,height=450,screenX=150,screenY=150,top=150,left=150');
	}
	
	
	  function abrirFotoNoticia(id){
		window.open('noticia_ver_foto.php?id='+id,'ficha','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=720,height=450,screenX=150,screenY=150,top=150,left=150');
	}
	
		function abrirFotoProductos(foto){
		window.open('productos_ver_foto.php?imagen='+foto,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150');
	}
