function abrefoto(foto,guarde){
		var numargs=abrefoto.arguments.length;
		var texto='';
		var opcion=0;
		if(numargs<2) {
			opcion=0;
		} else {
			opcion=guarde;
		}
		if(self.win!=null){
			win.close();
		}

		texto='';
		opcion=1;

		win=window.open('about:blank','imagen','fullscreen=no,resizable=no,toolbar=no,status=no,scrollbars=no,menubar=no,top=20,left=20,width=40,height=40')
		win.creator=self;
		win.document.writeln('<html><head><title>Buy Cancun</title></head>');
		win.document.writeln('<body bgcolor="#000000" color="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"');
		win.document.writeln('<div align="center"><center>');
		win.document.writeln('<a href="javascript:close()"><img src="'+foto+'" border="0" name="laimagen" alt="Cargando...Loading"></a><br>');
		win.document.writeln('<font face="Arial" size="2"><b>'+texto+'</b></font>');
		win.document.writeln('</center></div>');
		win.document.writeln('<'+'SCRIPT LANGUAGE="JavaScript"'+'>');
		win.document.writeln('<!--');
		win.document.writeln('function resiza() {');
		win.document.writeln('self.resizeTo(document.laimagen.width+10,document.laimagen.height+29)');
		win.document.writeln('document.laimagen.alt=\'Click para cerrar. Click to close\'');
		win.document.writeln('setTimeout("resiza()",1)');
		win.document.writeln('}');
		win.document.writeln('resiza()');
		win.document.writeln('function yaunclick()');
		win.document.writeln('	{');
		win.document.writeln('	alert(\'Buy Cancun. \');');
		win.document.writeln('	}');
		win.document.writeln('function noclick(scx)');
		win.document.writeln('	{');
		win.document.writeln('	if (navigator.appName == "Netscape" && scx.which == 3)');
		win.document.writeln('		{');
		win.document.writeln('		yaunclick();');
		win.document.writeln('		return false;');
		win.document.writeln('		}');
		win.document.writeln('if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)');
		win.document.writeln('		{');
		win.document.writeln('		yaunclick();');
		win.document.writeln('		return false;');
		win.document.writeln('		}');
		win.document.writeln('	}');
		win.document.writeln('document.onmousedown = noclick');
		win.document.writeln('//-->');
		win.document.writeln('<'+'/script'+'>');
		win.document.writeln('</body></html>');
	}
