function obre_avislegal(pagina) {
 finestra_avis = window.open(pagina,'finestra_avis','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=350,height=310,resizable=yes,top=200px,left=280px');
 finestra_avis.focus();
}

function obre_fbotiga(pagina) {
 finestra_fbotiga = window.open(pagina,'finestra_fbotiga','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=350,height=310,resizable=yes,top=200px,left=280px');
 finestra_fbotiga.focus();
}

function obre_fnoticies(pagina) {
 finestra_fnoticies = window.open(pagina,'finestra_fnoticies','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=650,height=430,resizable=yes,top=200px,left=280px');
 finestra_fnoticies.focus();
}


// ************************************************************* //
// Fa la ampliació d'una imatge de la web - Castella

function obre_foto_es(image,width,height)
{

var width,height
var image,ext
var cond1,cond2

if (width==0) cond1=" "
else cond1="width="+(width+20)+"";
if (height==0) 
{
cond2=" "
}
else 
{
cond2="height="+(height+70)+""
}
var s1 ="<html><head><TITLE>esencial mediterráneo // cosmética natural mediterránea</TITLE>"
var s5 ="<LINK REL='stylesheet' HREF='../css/estils.css' TYPE='text/css'></head>"
var s15="<body class='Portada'>"
var s2 ="<table align=center width='100%' border=0><tr><td class='Dades' align='center'><IMG SRC='../img/"+image+"' BORDER=0><p>"
var s3 ="<center><a href=javascript:window.close();>Cerrar ventana</a></center></td></tr></table>"
var s4 ="</BODY></html>"
ImageWindow=window.open("", "newwin"+width,"toolbar=no,scrollbars="+scroll+",menubar=no,"+cond1+","+cond2);
ImageWindow.document.write(s1+s5+s15+s2+s3+s4)
ImageWindow.document.close()
}

// ************************************************************* //