
function TJSExtraireParam() {
url = window.location.href;
var exp=new RegExp("[&?]+","g");
var exp2=new RegExp("[=]+","g");
var tabNom=url.split(exp);
var	tabParam=new Array();
if (tabNom!=null) {
for (var i=1;i<tabNom.length;i++){
var tabTemp=tabNom[i].split(exp2);
tabParam[tabTemp[0]]=tabTemp[1];}
	}
return tabParam;
}
// Appel de la fonction et création du tableau des paramètres
var urlParam = TJSExtraireParam();
var dat = new Date();
var fondp=1;
var couleur= new Array();
couleur=["1","2","3","4","5","6","7","1","2","3","4","5","6","7"];
fondp= dat.getDay()+dat.getHours(); 
if (urlParam["l"]=="en") fondp= fondp+1;
if (urlParam["l"]=="nl") fondp= fondp+2;
if (fondp>21) fondp= fondp-21;
if (fondp>14) fondp= fondp-14;
if (fondp>7) fondp= fondp-7; 
if (urlParam["p1"]==undefined) {
//if (urlParam["l"]!="es") urlParam["p1"]= couleur[1];
if (urlParam["l"]!="es") urlParam["p1"]= couleur[fondp];
else urlParam["p1"]="E";
}
if (urlParam["l"]==undefined) urlParam["l"]="fr";

urlParam["p0"]= "etiquette";
var q= urlParam["p4"];	//p4 --> q: produit
var p= urlParam["p3"];	//p3 --> p: sous famille  (p2: famille --> f)
var ftot;
if (p=="0") {ftot=1; p=1;}
else ftot=0;	//appel de la famille complète

// familles
// Pour enlever une famille, on ne met pas de nom dans le tableau nom[] : ''.
// Pour enlever une sous famille, on ne met pas de nom dans le tableau ssfamille[].
// Pour enlever un produit, on ne met pas de nom dans le tableau titre[].
var nom= new Array();
if (urlParam["l"]=="fr") nom= new Array('MAISON <br>ET JARDIN','GAMME ATARAXYA<font class=texteexposant>®</font><br>Système PIE<font class=texteexposant>®</font>','PROTECTION et<br> REDYNAMISATION','BIEN-ETRE<br>SOINS du CORPS','ALIMENTATION <br>COMPLEMENTS<br> NUTRITIONNELS','TAPIS','','');
if (urlParam["l"]=="nl") nom= new Array('EEN GEZOND EN <br>SPAARZAAM HUIS',' ATARAXYA<font class=texteexposant>®</font> GAMMA <br>Systeem PIE<font class=texteexposant>®</font>',' DYNAMISERING <br>EN BESCHERMING','WELZIJN<br>LICHAAMSVERZORGING ','VOEDINGSSUPPLEMENTEN','','');
if (urlParam["l"]=="es") nom= new Array('UNA CASA SANA <br>Y ECONOMICA','ATARAXYA<font class=texteexposant>®</font> GAMA<br>Sistema PIE<font class=texteexposant>®</font>','PROTECCION Y REACTIVACION','BIENESTAR<br>CUIDADO DEL CUERPO','','','');
if (urlParam["l"]=="en") nom= new Array('A HEALTHY and <br>ECONOMICAL HOUSE','ATARAXYA<font class=texteexposant>®</font> RANGE <br>PIE System<font class=texteexposant>®</font>','PROTECTION and<br> REDYNAMIZATION','WELL-BEING<br>BODY CARE','','','');
var nom2= new Array('maison','pie','redynam','cosmeto','bienetre','nouveaute','soldes','divers');
var nbf= new Array(5,6,4,2,2,0,0,0);	//nombre de sous famille par famille
var f;	// f= N° de la famille
if (urlParam["p2"]=="maison") f=0;
if (urlParam["p2"]=="pie") f=1;
if (urlParam["p2"]=="redynam") f=2;
if (urlParam["p2"]=="cosmeto") f=3;
if (urlParam["p2"]=="bienetre") f=4;
if (urlParam["p2"]=="nouveaute") f=5;
if (urlParam["p2"]=="soldes") f=6;
if (urlParam["p2"]=="divers") f=7;

var d= 10*f+eval(p)-1;		// d donne le N° de la sous famille : 0 à 50 + x
var e= eval(q)-1;
var lg;
if (urlParam["l"]=="fr") lg=0;
if (urlParam["l"]=="nl") lg=4;
if (urlParam["l"]=="es") lg=8;
if (urlParam["l"]=="en") lg=12;


//sous familles
var i,j;
var ssfamille= new Array();
if (urlParam["l"]=="fr") ssfamille= new Array('Economies de chauffage<br>et de carburant','Eclairage Lumière du jour','Electromagnétisme','Qualité de l\'eau - Lavage','Jardin','Bijoux','Bien-être','Electromagnétisme','Eau','Gamme Cristal','Maison et Jardin','Bijoux - Foulards','Dynamisation ','Protection ','Ioniseurs','Soins du corps','Bien Etre','Alimentation','Compléments Nutritionnels','Tapis','','Divers');
if (urlParam["l"]=="nl") ssfamille= new Array('Besparing van Energie','Natuurlijke verlichting','Elektromagnetische vervuiling','Behandeling van water','Huis en Tuin','Juwelen','Welzijn','Elektromagnetische vervuiling','Water','Crystal gama','Tuin','Juwelen - Sjaals','Dynamisch maken','Bescherming','Ionisators','Lichaamsverzorging','Welzijn','','Voedingssupplementen','','','divers');
if (urlParam["l"]=="es") ssfamille= new Array('Ahorros de calefacción<br> y combustible','Alumbrado luz del día','Electromagnetismo','Calidad del agua','Casa y Jardin','Joyas','Bienestar','Electromagnetismo','Agua','Gama Cristal','Jardin','Joyas','Dinamización','Protección','Ionizadores','Cuidado del cuerpo ','Bienestar','','','','','divers');
if (urlParam["l"]=="en") ssfamille= new Array('','Full spectrum daylight lighting','Electromagnetism','Water quality','Home and Garden','Jewels','Well beeing','Electromagnetism','Water','Crystal range','Garden','Jewels and<br>Scarves','Dynamisation','Protection','Ionizers','Body Care','Well-Being','','','','','divers');

var sousfam= new Array();
sousfam[0]= new Array(ssfamille[0],3,0,1,2);	//sousfam[i][0]= ssfamille[x] donne le nom de la sous famille avec i=10*f+x (x<nbf[f])
sousfam[1]= new Array(ssfamille[1],4,57,61,59,58);	//sousfam[i][1] donne le nombre de produits
sousfam[2]= new Array(ssfamille[2],6,148,104,132,119,116,114);	//nbprod= sousfam[d][1]: nombre de produits de la sous famille concernée
sousfam[3]= new Array(ssfamille[3],8,118,128,3,137,134,126,112,113);
sousfam[4]= new Array(ssfamille[4],2,127,59);
sousfam[10]= new Array(ssfamille[5],4,100,102,101,103);
sousfam[11]= new Array(ssfamille[6],12,144,143,146,108,115,120,109,110,138,117,131,130);
sousfam[12]= new Array(ssfamille[7],6,148,104,132,119,116,114);
sousfam[13]= new Array(ssfamille[8],7,118,128,137,134,126,112,113);
sousfam[14]= new Array(ssfamille[9],4,104,148,105,107);
sousfam[15]= new Array(ssfamille[10],5,59,127,57,61,58);
sousfam[20]= new Array(ssfamille[11],5,100,102,101,103,108);
sousfam[21]= new Array(ssfamille[12],2,146,109);
sousfam[22]= new Array(ssfamille[13],3,132,119,104);
sousfam[23]= new Array(ssfamille[14],3,5,4,7);
sousfam[30]= new Array(ssfamille[15],4,120,115,7,11);
sousfam[31]= new Array(ssfamille[16],7,146,144,143,12,109,138,117);
sousfam[40]= new Array(ssfamille[17],3,110,131,105);
sousfam[41]= new Array(ssfamille[18],4,27,8,9,10);
sousfam[50]= new Array(ssfamille[19],6,144,149,150,151,152,153);
sousfam[60]= new Array(ssfamille[20],4,600,601,602,603);
sousfam[70]= new Array(ssfamille[23],18,250,251,252,253,254,255,256,257,258,259,260,262,263,264,265,266,267,268);
nbprod= sousfam[d][1];		//nombre de produits par sous familles


// texte par défaut
function texte(){         
if (urlParam["l"]=="fr"){
if (f==0) document.write('Vivre dans son temps et dans un environnement sain !');
if (f==1) document.write('<b>La nouvelle gamme Ataraxya<font class=texteexposant>®</font> </b> <a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>issue du Système P.I.E<font class=texteexposant>®</font></u></a> :<br> Système Porteur d\'informations d\'Energie.<br>Des produits : Unis Vers un équilibre énergétique<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Protocole de test</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Test de cristallisation sensible du lotus</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=5><font color=#000099>Test de cristallisation sensible du baumier</font></a>');
if (f==2) document.write('Une gamme de produits EEE : Économiques, Écologiques, Efficaces :<br>pour le respect optimal de l\'environnement, pour la recherche d\'un équilibre, générateur d\'un état de Santé Globale.');
if (f==3) document.write('Une gamme de produits novateurs pour votre bien-être et votre beauté...');
if (f==4) document.write('Pour aller toujours plus loin dans l\’amélioration de notre qualité de vie... ');
if (f==5) document.write('Découvrez une nouvelle conception du bien-être !<br>Les tapis ré-harmonisants<a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u> issus du Système P.I.E.</u><font class=texteexposant>®</font></a>');
if (f==6) document.write('');
	}
if (urlParam["l"]=="nl"){
if( f==0) document.write('Meegaan met je tijd en leven in een gezonde omgeving !');
if (f==1) document.write('<b>Het nieuwe Ataraxya<font class=texteexposant>®</font> gamma</b><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>Ontstaan uit het Systeem P.I.E<font class=texteexposant>®</font></u></a> : Systeem, Drager van Energetische Informatie.<br>De nieuwe  "ATARAXYA" producten<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Protocol van de test</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Test met KRISTALLISATIEMETHODE</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=5><font color=#000099>Test met kristallisatiemethode BAUMIER</font></a>');
if( f==2) document.write('Een gamma van economische, ecologische, efficiënte producten  :<br>voor een optimaal respect van de omgeving<br>op zoek naar een evenwicht dat een goede Algemene Gezondheid teweeg brengt.');
if( f==3) document.write('Een gamma van nieuwe producten voor welzijn en schoonheid...');
if( f==4) document.write('Voedingssupplementen van hoge kwaliteit...');
if (f==5) document.write('<b>Het nieuwe Ataraxya gamma</b><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>Ontstaan uit het Systeem P.I.E<font class=texteexposant>®</font></u></a> : Systeem, Drager van Energetische Informatie.<br>De nieuwe  "ATARAXYA" producten<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Protocol van de test</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Test met KRISTALLISATIEMETHODE</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=5><font color=#000099>Test met kristallisatiemethode BAUMIER</font></a>');
if (f==6) document.write('<font color=#ff0000 size=5><b>Voordelige koopjes</b></font>');
	}
if (urlParam["l"]=="es"){ 
if (f==0) document.write('¡Vivir con su tiempo y en un medio ambiente sano!');
if (f==1) document.write('<b>La nueva gama  Ataraxya<font class=texteexposant>®</font></b> <br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>resultante del sistema P.I.E<font class=texteexposant>®</font></u></a> : Sistema Portador de Información de Energía<br>Productos unidos hacia un equilibrio energético<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Protocolo de prueba</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Prueba de Cristalización sensible</font></a>');
if (f==2) document.write('Una gama diversificada de  productos  Económicos, Ecológicos, Eficaces :<br>para el respeto óptimo del medio ambiente, para la búsqueda de un equilibrio, generador de un estado de Salud Global.');
if (f==3) document.write('Una gama de productos innovadores para el bienestar y la belleza...');
if (f==4) document.write('Complementos alimenticios de alta calidad...');
if (f==5) document.write('<b>La nueva gama  Ataraxya<font class=texteexposant>®</font></b> <br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>resultante del sistema P.I.E<font class=texteexposant>®</font></u></a> : Sistema Portador de Información de Energía<br>Productos unidos hacia un equilibrio energético<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Protocolo de prueba</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Prueba de Cristalización sensible</font></a>');
if (f==6) document.write('una gama diversificada de  productos  Económicos, Ecológicos, Eficaces :<br>para el respeto óptimo del medio ambiente, para la búsqueda de un equilibrio, generador de un estado de Salud Global.');
	}
if (urlParam["l"]=="en"){
if (f==0) document.write('An economic, ecological, effective range of products : each product is intended to improve and preserve the health of an increasing number of users, as well as the quality of the environment.');
if (f==1) document.write('<b>The new Ataraxya<font class=texteexposant>®</font> range </b> <br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>stemming from P.I.E System<font class=texteexposant>®</font></u> </a> : Energy information carrier system.<br>Products stemming from the P.I.E System : United towards an energetic balance<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Test protocole</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Crystallisation sensitive test</font></a>');
if (f==2) document.write('An economic, ecological, effective range of products : each product is intended to improve and preserve the health of an increasing number of users, as well as the quality of the environment.');
if (f==3) document.write('An economic, ecological, effective range of products : each product is intended to improve and preserve the health of an increasing number of users, as well as the quality of the environment.');
if (f==4) document.write('An economic, ecological, effective range of products : each product is intended to improve and preserve the health of an increasing number of users, as well as the quality of the environment.');
if (f==5) document.write('<b>The new Ataraxya<font class=texteexposant>®</font> range </b> <br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=2><u>stemming from P.I.E System<font class=texteexposant>®</font></u> </a> : Energy information carrier system.<br>Products stemming from the P.I.E System : United towards an energetic balance<br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=3><font color=#ff0000>Test protocole</font></a><br><a href=../boutique/frame.htm?l='+urlParam["l"]+'?p2=divers?p3=0?p4=4><font color=#000099>Crystallisation sensitive test</font></a>');
if (f==6) document.write('An economic, ecological, effective range of products : each product is intended to improve and preserve the health of an increasing number of users, as well as the quality of the environment.');
	}
}

var fami, note, rubriq, note2, privi;
if (urlParam["l"]=="fr") {
fami='Famille de produits :';
note='Pour plus d\'informations, cliquez sur "?". Pour consulter les prix, cliquez sur "€". Pour commander, cliquez sur le chariot.';
note2='<i>Afin d\'assurer la sécurité du système, tous les jours, pendant 5 minutes, le serveur est coupé à 6h00, 12h00, 18h00 et Minuit.</i>';
privi='Retour à<br>l\'espace privilège :<br>';
destock='Retour à la boutique déstockage<br>';
rubriq='Choisissez une rubrique :';
}
if (urlParam["l"]=="nl") {
fami='Familie van producten :';
note='Voor meer informatie, klik op « ? ». Om de prijzen te raadplegen, klik op « € ». Om te bestellen, klik op het winkelkarretje.';
note2='<i></i>';
privi='Retour à<br>l\'espace privilège :<br>';
destock='Retour à la boutique déstockage<br>';
rubriq='Kies een rubriek :';
}
if (urlParam["l"]=="es") {
fami='Familia de productos :';
note='Para más información, presione "?". Para consultar los precios, presione "€" Para hacer un pedido, presione el carrito.';
note2='<i></i>';
privi='Retour à<br>l\'espace privilège :<br>';
destock='Retour à la boutique déstockage<br>';
rubriq='Elija una rúbrica :';
}
if (urlParam["l"]=="en") {
fami='Products family :';
note='For further information click the button "?". To consult prices, click the button "€". To order, click on the cart.';
note2='<i></i>';
privi='Retour à<br>l\'espace privilège :<br>';
destock='Retour à la boutique déstockage<br>';
rubriq='Choose one of the product families :';
}

function nomfamille() {
document.write('<table cellspacing=0 cellpadding=0 width=90% align=center>');
document.write('<tr><td class=texteb>'+fami+'<br>&nbsp;</td></tr>');
document.write('<tr><td class=texteb>');
document.write('<a href=famille.htm?l='+urlParam["l"]+'?p2='+nom2[f]+'?p3=0?pr='+urlParam["pr"]+' target=_top><b>'+nom[f]+'</b></a><br>&nbsp;</td></tr>');
document.write('</td></tr></table>');
}

function menufamille(){
document.write('<table align=center valign=top width=780 class=fd2'+urlParam["p1"]+' border=0 cellspacing=1 cellpadding=0><tr>');
for (a=0;a<=6;a++) {
if (nbf[a]==0) document.write('<td class=textea><a href=famille.htm?l='+urlParam["l"]+'?p2='+nom2[a]+'?p3=0?pr='+urlParam["pr"]+' target=_top>'+nom[a]+'</a></td>');
else document.write('<td class=textea><a onmouseover="ouvrir_menu('+a+');" onmouseout="cache=setTimeout(\'fermer_menu()\',500);" href="famille.htm?l='+urlParam["l"]+'?p2='+nom2[a]+'?p3=0?pr='+urlParam["pr"]+'" target=_top >'+nom[a]+'</a></td>');
}
document.write('</tr></table>');
}

var indice;
var cache=false;
function ouvrir_menu(indice) {
if (cache) {clearTimeout(cache); cache=false;}
var menu0 = document.getElementById('menupop');
menu0.style.top=115; 
if (indice==0) {menu0.style.left=30;}
if (indice==1) {menu0.style.left=150;}
if (indice==2) {menu0.style.left=270;}
if (indice==3) {menu0.style.left=390;}
if (indice==4) {menu0.style.left=540;}
if (indice==5) {menu0.style.left=670;}
var contenu = '';
contenu += '<table border="1" cellspacing="1" cellpadding="1" bordercolor="#000000" bgcolor="#FFFFFF" width="200">';
for (var i=0; i<= nbf[indice]-1; i++){
j=i+1;
if (sousfam[indice*10+i][0]!= '') {
 contenu += '<tr bordercolor="#FFFFFF"><td class="textea" onMouseOver="this.className=\'textea\';" onMouseOut="this.className=\'textea\'">';
 contenu += '<a href=famille.htm?l='+urlParam["l"]+'?p2='+nom2[indice]+'?p3='+j+'?pr='+urlParam["pr"]+' target=_top>'+sousfam[indice*10+i][0]+'</a>';
 contenu += '&nbsp;</td></tr>';
 }
}
contenu += '</table>'; 
menu0.innerHTML = contenu;
menu0.style.visibility = 'visible';
}

function fermer_menu() {
var menu1 = document.getElementById('menupop');
menu1.style.visibility = 'hidden';
}


function sousfamille() {
var i,j;
if (nbf[f]!=0) {
 document.write('<table cellspacing=3 cellpadding=0 width=100% align=center><tr><td class=texteb>'+rubriq+'</td></tr>');
 for (i=0; i<= nbf[f]-1; i++){
   j=i+1;
   if (sousfam[10*f+i][0]!= '') document.write('<tr><td class=texteb><a href=famille.htm?l='+urlParam["l"]+'?p2='+nom2[f]+'?p3='+j+'?pr='+urlParam["pr"]+' target=_top>'+sousfam[10*f+i][0]+'</a></td></tr>');
   }
 document.write('</table>');
 }
}

function docfamille() {
 document.write('<table cellspacing=0 cellpadding=0 width=100% align=center><tr><td class=texteb>');
 texte();
 document.write('<br>&nbsp;</td></tr></table>');
 }


function liste(){
if (sousfam[d][0]!='') {for (x=1; x<=nbprod; x++) carre(x,1);} //première famille ou famille demandée
if (nbf[f]>1) {	
  if (ftot==1) {	//si on a demandé la totale
	for (p=2; p<=nbf[f]; p++) { //boucle jusqu'à la fin
	  d= 10*f+eval(p)-1;
	  e= eval(q)-1;
	  nbprod= sousfam[d][1];
	  if (sousfam[d][0]!='') {for (x=1; x<=nbprod; x++) carre(x,1);}
	  }
	}
  }
}

// si b=1, on vient de famille avec affichage de l'oeil et de ?
// si b=0, on vient de fiche avec retour par clic sur le produit
var a=1;
var b;
var a=1;
var b;
function carre(a,b) {
if (pr[sousfam[d][a+1]][2+lg]=='') 
	return;
document.write('<table align=center width=780 class=fd2'+urlParam["p1"]+' border=0 cellspacing=3 cellpadding=0>');
if (b==1) document.write('<tr><td align=center width=440 class=fda>'+pr[sousfam[d][a+1]][3+lg]+'</td>');
if (b==0) document.write('<tr><td align=center width=440 class=fdb>'+pr[sousfam[d][a+1]][3+lg]+'</td>');

if (b==1) {
	document.write('<td class=fda><a href=framel.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+p+'?p4='+a+'?pr='+urlParam["pr"]+'><img src="../images/caddie_33.jpg" alt="Pour commander un article" border=0></a>');
	document.write('<br><a href=frame.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+p+'?p4='+a+'?pr='+urlParam["pr"]+'><img src="../images/interro_33.jpg" alt="Pour en savoir plus sur les produits" border=0></a>');
	document.write('<br><a href=framep.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+p+'?p4='+a+'?pr='+urlParam["pr"]+'><img src="../images/euro_33.jpg" alt="Pour voir les prix des produits" border=0></a>');
	}
if (b==0) {
	if (urlParam["p2"]=="divers") document.write('<td class=fda><a href=famille.htm?l='+urlParam["l"]+'?p2=pie?p3=0?p4='+a+'?pr='+urlParam["pr"]+' target=_top><img src="../images/retour_33.jpg" alt="Pour retourner à la liste" border=0></a>');
	else  document.write('<td class=fda><a href=famille.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+p+'?p4='+a+'?pr='+urlParam["pr"]+' target=_top><img src="../images/retour_33.jpg" alt="Pour retourner à la liste" border=0></a>');
	}

document.write('</td><td>');
document.write('<table align=center width=294 height=104 class=t1'+urlParam["p1"]+' border=0><tr><td align=right width=90>');
if (b==1) document.write('<a href=frame.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+p+'?p4='+a+'?pr='+urlParam["pr"]+'>'); 
if (b==0) {if (urlParam["p2"]!="divers") 
	document.write('<a href=famille.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3=0?pr='+urlParam["pr"]+' target=_top>')};

document.write('<img src=../imagesliste/'+pr[sousfam[d][a+1]][1]+' border=0>');
document.write('</a></td>');
document.write('<td align=center>');
document.write(pr[sousfam[d][a+1]][2+lg]);
document.write('</td></tr></table>');
document.write('</td></tr></table>');
}



function fond(){
document.write('<table width=100% height=100% class=fd'+urlParam["p1"]+' border=0 cellspacing=0 cellpadding=0><tr><td valign=top height=75>');
document.write('<table width=780 height=75 align=center class=table-ligne1 border=1 cellpadding=0 cellspacing=0><tr>');
document.write('<td align=center><img src="../images/logoEEE3.jpg"></td>');
document.write('<td align=center height=73 width=555>');
pub();
document.write('</td><td align=center>');
document.write('<a href=../index.htm?l='+urlParam["l"]+' target=_top><img src="../images/retour_33.jpg" border=0 alt="Pour retourner au portail" ></a>');
document.write('<br><a href=framepn.htm?l='+urlParam["l"]+'?p2='+urlParam["p2"]+'?p3='+urlParam["p3"]+'?p4='+urlParam["p4"]+'?pr='+urlParam["pr"]+' target=_top><img src="../images/panier_33.jpg" alt="Pour voir sa commande" border=0></a>');
document.write('</td></tr></table><tr><td valign=top>');
}



function finfond() {document.write('</td></tr></table>');}

// cadre de fond de la page
function fond1(){
document.write('<table width=100% height=100% class=fd'+urlParam["p1"]+' border=0 cellspacing=0 cellpadding=0><tr><td valign=top>');
document.write('<table border="1" cellspacing="4" cellpadding="4" align=center width=95% class=fd'+urlParam["p1"]+'><tr><td align=center class=fd2'+urlParam["p1"]+'>');
document.write('<table width=100% height=100% border="0" cellspacing="3" cellpadding="2" ><tr><td align=center valign=top>');
}
function finfond1() {
document.write('</td></tr></table></td></tr></table>');
document.write('</td></tr></table>');
}
