/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/



/*
AUTRES RUBRIQUES
*/

document.write('<h4 class="titre_col_G">Ce site est monnayé grâce à la publicité</h4>'); /* infos diverses */

document.write('<STYLE TYPE="text/css">\na.somstyle {color:#0066FF;text-decoration:none;}\na:hover.somstyle {color:#CC0099;text-decoration:none;}\n</STYLE>');

som2_menu = new Array();
som2_lien = new Array();

som2_menu[0] = 'CUISINE & RECETTES';
som2_menu[1] = 'LE SAVIEZ-VOUS ?';
som2_menu[2] = 'HUMOUR';
som2_menu[3] = 'COUPS DE COEUR';
som2_menu[4] = 'INFORMATIQUE';

som2_lien[0] = ''
som2_lien[1] = ''
som2_lien[2] = ''
som2_lien[3] = ''
som2_lien[4] = ''

som2_lien[0] += '<A HREF="http://www.futfut.com/aliments_cuisine/couscous_intro.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Cuisine du Maghreb</A><BR>';
som2_lien[0] += '<A HREF="http://www.futfut.com/aliments_cuisine/amuse-bouche_intro.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Cuisine de fête</A><BR>';
som2_lien[0] += '<A HREF="http://www.futfut.com/aliments_cuisine/classique_pain.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Cuisine traditionnelle</A><BR>';

som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/etiquette_energie.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Etiquette énergie</A><BR>';
som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/economies_eau_precieuse.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Faire des économies</A><BR>';
som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/invention_lave-linge.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Qui a inventé ?</A><BR>';
som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/traditions_japon_poupees.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Les traditions</A><BR>';
som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/curieux_baillement.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Pour les curieux</A><BR>';
som2_lien[1] += '<A HREF="http://www.futfut.com/lesaviezvous/remue_meninges_einstein.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Remue méninges</A><BR>';

som2_lien[2] += '<A HREF="http://www.futfut.com/humour/bons_mots/derniere.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Bons mots...</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/devinettes/derniere.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Devinettes...</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/histoires_droles/derniere.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Histoires drôles</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_A-Familiales/001_perles_AllocFam.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles alloc. familiales</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_assurances/001_perles_assurances.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles des assurances</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_avocats/001_perles_avocats.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles des avocats</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_bac/001_perles_bac_2000.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles du bac</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_journalistes/001_perles_journal.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles des journalistes</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/perles_pharmacie/dernieres.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Perles des pharmacies</A><BR>';
som2_lien[2] += '<A HREF="http://www.futfut.com/humour/images_amusantes/001_images_amusantes.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Images amusantes</A><BR>';

som2_lien[3] += '<A HREF="http://www.futfut.com/coups-coeur/intro-coup-coeur.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Le chocolat</A><BR>';

som2_lien[4] += '<A HREF="http://www.futfut.com/divers/cours_informatique.html" target="_top" CLASS=somstyle>&nbsp;&nbsp;»&nbsp;Cours à domicile</A><BR>';

som2_pos = -1;


function som2_menu_draw()
	{
	som2_aff = "<TABLE BORDER=0 BGCOLOR=#000000 CELLPADDING=0 CELLSPACING=0 WIDTH=165>";

	for(a=0;a<som2_menu.length;a++)
		{
	if(som2_pos == a || !document.getElementById)
			bgcolor = "#E1E1E1";
		else
			bgcolor = "#EAEAE1";
	if(document.getElementById)
			som2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"som2_pos="+a+";som2_menu_draw()\" CLASS=somstyle><FONT FACE=\"arial\" COLOR=#0066ff SIZE=2>"+som2_menu[a]+"</FONT></A></TD></TR>";
		else
			som2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"arial\" SIZE=2 COLOR=#CC0099>"+som2_menu[a]+"</FONT></TD></TR>"
	if(som2_pos == a || !document.getElementById)
			som2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"arial\" COLOR=#ff3300 SIZE=2>"+som2_lien[a]+"</FONT></TD></TR>";
		}

	som2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("som2").innerHTML = som2_aff;
	else
		document.write(som2_aff);
	}

som2_menu_draw();
