<!--
//
// Copyright Pascal DHUICQ - ISIS 2003 - tous droits reserves - reproduction interdite
//
//////////////////////////////////////////////////////////////////////
// Determine les codes html pour l'affichage du menu de la boutique
//////////////////////////////////////////////////////////////////////

function Affiche_menu(indice,cart,client,menuhaut)
{
var code_html = ""; 
document.write('<table width=100% border=1 cellpadding=0 cellspacing=0 bordercolor=#000000 bgcolor=#BEEFFF><tr>');

//
// Affichage de Menu1
//

// NOUVEAUTES
if (menuhaut == '1' ) {
if (indice == 'nouveautes' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_new_prod&site=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'nouveautes' )
{document.write('><font color=#FFFFFF size=2><b>NOUVEAUTES');}
else {document.write('><font color=#000000 size=2><b>NOUVEAUTES');}
document.write('</b></font></a></div></td>');
}
// PANIER
if (menuhaut == '1' ) {
if (indice == 'panier' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/html/boutique/cgi-bin/boutique/entree.cgi?site=1&langue=Fr&action=buy';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'panier' )
{document.write('><font color=#FFFFFF size=2><b>PANIER');}
else {document.write('><font color=#000000 size=2><b>PANIER');}
document.write('</b></font></a></div></td>');
}
// LIVRES
if (menuhaut == '1' ) {
if (indice == 'L' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=L&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'L' )
{document.write('><font color=#FFFFFF size=2><b>LIVRES');}
else {document.write('><font color=#000000 size=2><b>LIVRES');}
document.write('</b></font></a></div></td>');
}
// MUSIQUE
if (menuhaut == '1' ) {
if (indice == 'M' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=M&detail=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'M' )
{document.write('><font color=#FFFFFF size=2><b>MUSIQUE');}
else {document.write('><font color=#000000 size=2><b>MUSIQUE');}
document.write('</b></font></a></div></td>');
}
// FORMATIONS
if (menuhaut == '1' ) {
if (indice == 'F' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=F&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'F' )
{document.write('><font color=#FFFFFF size=2><b>FORMATIONS');}
else {document.write('><font color=#000000 size=2><b>FORMATIONS');}
document.write('</b></font></a></div></td>');
}
// PRODUITS
if (menuhaut == '1' ) {
if (indice == 'P' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=P&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'P' )
{document.write('><font color=#FFFFFF size=2><b>PRODUITS');}
else {document.write('><font color=#000000 size=2><b>PRODUITS');}
document.write('</b></font></a></div></td>');
}
// ASTROLOGIE
if (menuhaut == '1' ) {
if (indice == 'D' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=D&detail=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'D' )
{document.write('><font color=#FFFFFF size=2><b>ASTROLOGIE');}
else {document.write('><font color=#000000 size=2><b>ASTROLOGIE');}
document.write('</b></font></a></div></td>');
}
// LIVRES
if (menuhaut == '2' ) {
if (indice == 'L' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=L&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'L' )
{document.write('><font color=#FFFFFF size=2><b>LIVRES');}
else {document.write('><font color=#000000 size=2><b>LIVRES');}
document.write('</b></font></a></div></td>');
}
// SPIRITUALITE
if (menuhaut == '2' ) {
if (indice == 'LS' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=LS&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'LS' )
{document.write('><font color=#FFFFFF size=2><b>SPIRITUALITE');}
else {document.write('><font color=#000000 size=2><b>SPIRITUALITE');}
document.write('</b></font></a></div></td>');
}
// PARANORMAL
if (menuhaut == '2' ) {
if (indice == 'LP' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=LP&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'LP' )
{document.write('><font color=#FFFFFF size=2><b>PARANORMAL');}
else {document.write('><font color=#000000 size=2><b>PARANORMAL');}
document.write('</b></font></a></div></td>');
}
// SANTE
if (menuhaut == '2' ) {
if (indice == 'LM' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LM&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'LM' )
{document.write('><font color=#FFFFFF size=2><b>SANTE');}
else {document.write('><font color=#000000 size=2><b>SANTE');}
document.write('</b></font></a></div></td>');
}
// RELIGION
if (menuhaut == '2' ) {
if (indice == 'LR' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LR&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'LR' )
{document.write('><font color=#FFFFFF size=2><b>RELIGION');}
else {document.write('><font color=#000000 size=2><b>RELIGION');}
document.write('</b></font></a></div></td>');
}
// ROMANS
if (menuhaut == '2' ) {
if (indice == 'LL' ) {document.write('<td bgcolor=#53B7E2>');}
else {document.write('<td>');}
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LL&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<div align=center><a href=');
document.write(code_html);
if (indice == 'LL' )
{document.write('><font color=#FFFFFF size=2><b>ROMANS');}
else {document.write('><font color=#000000 size=2><b>ROMANS');}
document.write('</b></font></a></div></td>');
}
document.write('</tr></table>');
//
// Affichage de Menu2
//
document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor=#53B7E2><tr>');
//
// Indice = D
//
if (indice == 'D' ) {
// Etudes astrologiques à commander en ligne
code_html = ' ';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>Etudes astrologiques à commander en ligne');
document.write('</b></font></a></div></td>');
};
//
// Indice = F
//
if (indice == 'F' ) {
// CD AUDIO
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=FA&detail=2&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>CD AUDIO');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// KRISALIDE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&tpl=krisalide.htm&site=1&category=KRI&detail=2&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>KRISALIDE');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// V.H.S.I.
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&tpl=vhsi.htm&site=1&category=F8&detail=2&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>V.H.S.I.');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// CD-ROM
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=FC&detail=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>CD-ROM');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// VIDEOS
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=FV&detail=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>VIDEOS');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// ASTROLOGIE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=FD&detail=1&isis=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>ASTROLOGIE');
document.write('</b></font></a></div></td>');
};
//
// Indice = L
//
if (indice == 'L' ) {
// SPIRITUALITE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=LS&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>SPIRITUALITE');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// PARANORMAL
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_super_cat&site=1&category=LP&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>PARANORMAL');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// SANTE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LM&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>SANTE');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// RELIGION
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LR&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>RELIGION');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// ROMANS
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LL&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>ROMANS');
document.write('</b></font></a></div></td>');
};
//
// Indice = LP
//
if (indice == 'LP' ) {
// DIVINATION
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LPD&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>DIVINATION');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// ESOTERISME
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LPE&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>ESOTERISME');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// OVNIS
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LPO&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>OVNIS');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// PARAPSY
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LPP&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>PARAPSY');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// SCIENCE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LPS&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>SCIENCE');
document.write('</b></font></a></div></td>');
};
//
// Indice = LS
//
if (indice == 'LS' ) {
// DEVELOPPEMENT
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LSD&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>DEVELOPPEMENT');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// AU-DELA
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LSM&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>AU-DELA');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// NEW-AGE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LSN&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>NEW-AGE');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// PRATIQUES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LSP&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>PRATIQUES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// TEMOIGNAGES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LST&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>TEMOIGNAGES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// DIVERS
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=LSG&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>DIVERS');
document.write('</b></font></a></div></td>');
};
//
// Indice = M
//
if (indice == 'M' ) {
// Des musiques pour se relaxer
code_html = ' ';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>Des musiques pour se relaxer');
document.write('</b></font></a></div></td>');
};
//
// Indice = nouveautes
//
if (indice == 'nouveautes' ) {
// Bienvenue dans La Boutique ISIS
code_html = ' ';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>Bienvenue dans La Boutique ISIS');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// <font size=1>Pour vendre vos produits ici : cliquez ici pour plus d\'infos</font>
code_html = 'http://www.spiritualites.com/isis/modules/freecontent/index.php?id=22#boutique';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b><font size=1>Pour vendre vos produits ici : cliquez ici pour plus d\'infos</font>');
document.write('</b></font></a></div></td>');
};
//
// Indice = P
//
if (indice == 'P' ) {
// BOULES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PB&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>BOULES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// CARTES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PC&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>CARTES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// PENDULES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PD&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>PENDULES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// ENCENS
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PE&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>ENCENS');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// BACH
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PF&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>BACH');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// HUILES
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PH&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>HUILES');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// MINERAUX
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PM&isis=1&detail=2&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>MINERAUX');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// POUDRE
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PP&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>POUDRE');
document.write('</b></font></a></div></td>');
document.write('<td><FONT face=arial style="font-size : 11px ;" color=#ffffff>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</font></td>');
// RELIGION
code_html = 'http://www.spiritualites.com/isis/modules/boutique/index.php?action=query_prod_of_cat&site=1&category=PR&isis=1&detail=1&cart_id=&client_id=';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>RELIGION');
document.write('</b></font></a></div></td>');
};
//
// Indice = panier
//
if (indice == 'panier' ) {
// Processus de commande par carte bancaire, Paypal, chèque, virement ou mandat
code_html = ' ';
pos_cart = code_html.indexOf('&cart_id=',1);
if ( pos_cart > 0) {
code_html = code_html.substring(0,pos_cart) + '&cart_id=' + cart + '&client_id=' + client;
}
document.write('<td><div align=center><a href=');
document.write(code_html);
document.write('><font color=#FFFFFF size=2><b>Processus de commande par carte bancaire, Paypal, chèque, virement ou mandat');
document.write('</b></font></a></div></td>');
};
document.write('</tr></table>');
};
// 
// -->
