function abrirLinkPeli( peli){
	

	var win;
		win = window.open("","name","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400,height=250");
		win.document.writeln('<html>');

win.document.writeln('<head>');


win.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
win.document.writeln('<meta name="GENERATOR" content="Microsoft FrontPage 4.0">');
win.document.writeln('<meta name="ProgId" content="FrontPage.Editor.Document">');
win.document.writeln('<title>Tienda rural artesana </title>');
win.document.writeln('</head>');

win.document.writeln('<body>');

win.document.writeln('<div id="tienda" style="position:absolute; width:400px; height:250px; z-index:2; left: 0px; top: 0px;"> ');
win.document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="400" HEIGHT="250" id="mapa" ALIGN="">');
  
      win.document.writeln('<PARAM NAME=movie VALUE="' + peli + '" >');
	  
    win.document.writeln('<PARAM NAME=quality VALUE=high> ');
  win.document.writeln('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
  win.document.writeln('<EMBED src="' + peli + '" quality=high  loop="false"  bgcolor=#FFFFFF  WIDTH="400" HEIGHT="250" NAME="mapa" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');

win.document.writeln('</embed>');
win.document.writeln('</div >');
win.document.writeln('</body>');
win.document.writeln('</html>');
win.document.close();
win.focus();
	
}

function abrirVentana( laurl){
	

	var win;
		win = window.open(laurl,"name","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=700,height=400");
		
win.focus();
	
}
