function subirfoto(){
	window.open("subir.php","upload","top,left,width=800,height=600,scrollbars=true")	
	}
	
	function imagensubida(imgurl,frase){
		if(navigator.appName.indexOf("Microsoft") != -1) {
    flash = window.home;
  }else {
    flash = window.document.home;
  }
 
 img=imgurl 
		flash.nuevaimagen(img+".jpg",frase);
			}