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']  ="en";
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  = "Start Bosch.de";
header_actions[0].url   = "http://www.bosch.de/start/en/start/";

//second field
header_actions[1] = new Object();
header_actions[1].text  = "";
header_actions[1].id  = "AA";
header_actions[1].url   = "";
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   = "";

