function goto_lgue(path_lgue) {
         /* because parent.frames[].document.title does not seem
            to be well handled under Netscape/Unix, we can not use title var.*/

         /* admitting that TITLE is the same as the filename.htm, we can do
            as follows:
          29/11/2002: Cette restriction ne semble plus necessaire
                      car je travaille now avec "location" */

         /*parent.menu.document.location = 
         "../"+path_lgue+parent.menu.document.title+".htm";*/
         parent.menu.document.location = 
         "../"+path_lgue+frame_title(parent.menu.document.location)+".htm";

         /*if (parent.info.document.title != "f_info"){
         parent.info.document.location = 
         "../"+path_lgue+parent.info.document.title+".htm";
         }*/
         if (parent.info.document.title != "f_info"){
         parent.info.document.location = 
         "../"+path_lgue+frame_title(parent.info.document.location)+".htm";
         }
}


function GetLangue() {
         //example: de "/fr/prod_gd_011.htm ==> extraire "fr" slt
         title = new String(document.location);

         last_idx  = title.lastIndexOf('/');
         return( title.substring(last_idx-2,last_idx) );
}


function insert_meta_KEYWORD() {
        switch( GetLangue() ) {
         case 'fr':return( insert_meta_KEYWORD_fr() ); 
         case 'en':return( insert_meta_KEYWORD_en() ); 
         case 'de':return( insert_meta_KEYWORD_de() ); 
         case 'it':return( insert_meta_KEYWORD_it() ); 
         case 'es':return( insert_meta_KEYWORD_es() ); 
        default	  :return( insert_meta_KEYWORD_en() );
        }
}


function insert_meta_KEYWORD_en() {
	document.writeln('<meta name="KEYWORDS" content="marie,mariebel,traiteur,pâte,pâtes,produits,restauration,biscuiterie,panification,produit industriel,tourtes,tartes,beurre,pur beurre,margarine,croissants,tradition,qualité,feuilleté,baba,cornet,bouchée,barquette,coquille,timbale,tartelette,roulé,canapé,mini,savarins,fleurons,éclairs,choux,sablées,sucrées,delicatessen, paste, pastes, products, restoration, biscuit factory,panification, products for industry, tortas, tarts, butter, pure butter, margarine,crescents, tradition, quality, feuillete, baba, horn,bouchee, small boat, shell, drinking,cup, tartelette, tartlet, roll, settee, minis, savarins, florets, eclair, chou, bun, dough, sponge dough, shortbread dough,sugar,puff,pastry,Delikatessenverk&auml;ufer, Teig, Teige, Produkte, Restaurierung,Keksfabrik, Brotbereitung, produkt f&uuml;r die Industrie, flache Bl&auml;tterteigpasteten,Torten, Butter, reine Butter, Margarine, Halbmonde, Tradition, verstopfte feuillete,Qualit&auml;t baba, Horn, kleiner Nachen, Schale,tartelette, rollt, canape Becher, Mini,savarins, Bl&uuml;ten, Blitze, Kohl, mit Sand bestreut,Bl&auml;tterteig,sial,anuga,prodexpo">')
}

function insert_meta_KEYWORD_fr() {
	insert_meta_KEYWORD_en();
}
