

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 no Brasil";
header_actions[0].url   = "http://www.bosch.com.br";
//second field
header_actions[1] = new Object();
header_actions[1].text  = "Ferramentas el&eacute;ctricas";
header_actions[1].url   = "http://www.bosch-pt.com/br/";
//third field
header_actions[2] = new Object();
header_actions[2].text  = "Discos diamantados";
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,ew@de.bosch.com,Diamond Cutting Tools,http://www.bosch-diamond.com/";

footer_actions[3] = new Object();
footer_actions[3].doFooter = "Registration";

footer_actions[4] = new Object();
footer_actions[4].doFooter = "Purchase";
