

function abrirLink( laurl){

	var win;
		win = window.open("","name","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=464,height=351");
		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>Aceite de oliva Campo Real, s.l.</title>');
win.document.writeln('</head>');

win.document.writeln('<body>');

win.document.writeln('<div align="center">');
  win.document.writeln('<center>');
  win.document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">');
    win.document.writeln('<tr>');
      win.document.writeln('<td width="100%"><img border="0" src="' + laurl + '" width="464" height="331"></td>');
    win.document.writeln('</tr>');
  win.document.writeln('</table>');
  win.document.writeln('</center>');
win.document.writeln('</div>');

win.document.writeln('</body>');

win.document.writeln('</html>');
win.document.close();
win.focus();
	
}

function abrirLink1( laurl){

	var win;
		win = window.open("","name","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=464,height=331");
		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>Aceite de Oliva Campo Real, s.l.</title>');
win.document.writeln('</head>');

win.document.writeln('<body>');

win.document.writeln('<div align="center">');
  win.document.writeln('<center>');
  win.document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">');
    win.document.writeln('<tr>');
      win.document.writeln('<td width="100%"><img border="0" src="' + laurl + '" width="464" height="331"></td>');
    win.document.writeln('</tr>');
  win.document.writeln('</table>');
  win.document.writeln('</center>');
win.document.writeln('</div>');

win.document.writeln('</body>');

win.document.writeln('</html>');
win.document.close();
win.focus();
	
}
