<!--

function AmpliaFotoSaludo(cod_fotosaludo){
	      var strFeatures ='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+ width +',height='+ height +',screenX=150,screenY=150,top='+ top +',left='+ left; 
	      newwindow = window.open("fotosaludo_ampliar.php?cod_fotosaludo="+cod_fotosaludo+"&grafico="+foto,"myWin", strFeatures); 
		  if (window.focus) {newwindow.focus()}
		  return false;

      }// end ventanaPopup
	  
function fotoPopup(pagina,width,height,top,left){
	      var strFeatures = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+ width +',height='+ height +',screenX=150,screenY=150,top='+ top +',left='+ left;
	      window.open('',"myWin", strFeatures);
      }// end ventanaPopup
	  
	  
	function AmpliarFoto(foto){   //document.forms["Forma"].ImagenX.src
		var url1 = foto;
		popupWin1 = window.open('', 'Ventana','width=550,height=550,titlebar=no,status=no,location=no,menubar=no');
		popupWin1.document.write("<HTML><HEAD><title>Fotograf&iacute;a</title>")
		var LP_cadena = "function redimenciona () {var h=document.foto.height+20;var w=document.foto.width+10;self.resizeTo(w,h);}"
		popupWin1.document.write("<" + "script" + ">" + LP_cadena + "<" + "/script" + ">")
		popupWin1.document.write("</HEAD><BODY LEFTMARGIN='0' TOPMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0' LINK='#000000' VLINK='#000000' ALINK='#000000'><CENTER><IMG name='foto' SRC='" + url1 + "' ONLOAD='redimenciona()'></CENTER></BODY></HTML>")
		//popupWin1.document.write(dato)
	}	 
	
	
	function CambiarFrase(obj, texto, op){
		obj.value = obj.value.trim();
		//alert(obj.value+'****'+frase);
		if (op=='entra'){
			if (obj.value==texto){
				obj.value = '';
			}//end if
		}//end if
		
		if (op=='sale'){
			if (obj.value==''){
				obj.value = texto;
			}//end if	
		}//end if
	}//end CambiarFrase	
	
	function popUp(pagina,width,height,top,left,scrolls){
	      var strFeatures = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scrolls+',resizable=no,copyhistory=no,width='+ width +',height='+ height +',screenX=150,screenY=150,top='+ top +',left='+ left;
	      window.open(pagina,"myWin", strFeatures);
      }// end ventanaPopup
	  
	  
	function AmpliarFoto2(cod_foto){
		window.open('/fotosaludos/play/'+cod_foto,'FotoSaludo','menubar=no,location=no,resizable=no,scrollbars=no,status=no,width=830, height=510,left=10,top=10')		//window.open('fotosaludo_play.php?cod_foto='+cod_foto,'FotoSaludo','menubar=no,location=no,resizable=no,scrollbars=no,status=no,width=830, height=510,left=10,top=10')
	}//end EnviarAmigo	  

	function AmpliarVideo2(cod_video){
		window.open('/video/play/'+cod_video,'Video','menubar=no,location=no,resizable=no,scrollbars=no,status=no,width=830, height=495,left=10,top=10')
	}//end EnviarAmigo	  


//-->

