var header_actions = new Array();

//header_actions['logo']: change here the logo used in the Bosch-Header
header_actions['logo']  = "logo.gif";
header_actions['lang']  ="fr";
header_actions['source']  ="";


//header_actions: change here the entries of the three fields in the Bosch-Header

//first field. Bosch GB of Marketsite Germany: do not change this entry!
header_actions[0] = new Object();
header_actions[0].text  = "Bosch en Belgique";
header_actions[0].url   = "http://www.bosch.be/content/language2/html/index.htm";

//second field
header_actions[1] = new Object();
header_actions[1].text  = "Equipements automobiles";
header_actions[1].id  = "AA";
header_actions[1].url   = "http://www.bosch.be/aad/fr/";
header_actions[1].contact1   = "";
header_actions[1].contact2   = "";

//third field
header_actions[2] = new Object();
header_actions[2].text  = "";
header_actions[2].id  = "AA";
header_actions[2].url   = "";
header_actions[2].contact1   = "";
header_actions[2].contact2   = "";
