

var header_actions = new Array();

//header_actions['logo']: change here the logo used in the Bosch-Header
header_actions['logo']  = "logo.gif";


//header_actions: change here the entries of the four fields in the Bosch-Header
header_actions[0] = new Object();

//first field. Bosch GB of Marketsite Germany: do not change this entry!
header_actions[0].text  = "Bosch worldwide";
header_actions[0].url   = "http://www.bosch.com";
//second field
header_actions[1] = new Object();
header_actions[1].text  = "DS worldwide";
header_actions[1].url   = "http://www.dsworld.com";
//third field
header_actions[2] = new Object();
header_actions[2].text  = "";
header_actions[2].url   = "";
//fourth field. According to the Bosch Styleguide: please do not use this field.
header_actions[3] = new Object();
header_actions[3].text  = "";
header_actions[3].url   = "";



var footer_actions = new Array();

//footer_actions: change 'footer_actions[2].doFooter' only. Other settings in '/scripts/std_support.js'.
footer_actions[0] = new Object();
footer_actions[0].doFooter = "Navigation";

footer_actions[1] = new Object();
footer_actions[1].doFooter = "Search";

footer_actions[2] = new Object();
//change here email-address of the page, title of the page (will be printed out in the 'choose your topic'-pulldown of the contact window) and the url of the page (for information purposes only, will also be sent to the email recipient).
footer_actions[2].doFooter = "contact,mail@leonhardt.de,Sample Page,http://www.here.com/";

footer_actions[3] = new Object();
footer_actions[3].doFooter = "Registration";

footer_actions[4] = new Object();
footer_actions[4].doFooter = "Purchase";

