function brandOver(brand) {
	document.getElementById('datshaub').style.background = "url(../brands/images/datshaub.jpg) no-repeat";
	document.getElementById('gourdane').style.background = "url(../brands/images/gourdane.jpg) no-repeat";
	document.getElementById('dannka').style.background = "url(../brands/images/dannka.jpg) no-repeat";
	document.getElementById('alemirates').style.background = "url(../brands/images/alemirates.jpg) no-repeat";
	document.getElementById('aida').style.background = "url(../brands/images/aida.jpg) no-repeat";
	document.getElementById('sort').style.background = "url(../brands/images/sort.jpg) no-repeat";
	
	document.getElementById('branddescription').innerHTML = description[brand];
	document.getElementById(brand).style.background = "url(../brands/images/"+brand+"_r.jpg) no-repeat";
}

var description = new Array()

description['datshaub'] = "<h1>DAT-SHAUB</h1><b>DAT-SCHAUB</b> is one of the leading retail brands in the Middle East region for frozen vegetables and processed meat products. Besides those major categories, our retail assortment includes frozen cakes, French fries, chicken franks, whole chicken, fish products and dressings. DAT-SCHAUB was the pioneer in the Middle East market 35 years ago and is today still a synonym for high quality, trust and reliability.";

description['gourdane'] = "<h1>Gourdane</h1>The <b>Gourdane</b> brand was originally made to promote high quality poultry products from Denmark to the Scandinavian retail and catering market. Today the Gourdane brand is packed from many different origins but the high quality has remained the same. In future we see many possibilities for using the Gourdane brand for both beef and pork.";

description['dannka'] = "<h1>Dann\'ka</h1>The <b>Dann\'ka</b> brand is a wide range of retail products, such as bacon, chicken franks, and beef burgers, cakes and French fries sold to supermarkets. In selected markets this brand has been developed to be a market leader. ";

description['alemirates'] = "<h1>Al Emirate</h1>The <b>Al Emirate</b> brand covers a wide range of processed meat products such as burgers, kababs, meatballs and minced products - all produced in the United Arab Emirates. The range is targeting the Middle Eastern customer's taste and preferences through customized recipes for all products. ";

description['aida'] = "<h1>AIDA</h1><b>AIDA</b> encompasses different product categories in the frozen segmentcategories that have tremendous potential in the Middle East .AIDA is a brand that stands for quality and the products are perceived as \"value for money \" products by the customers.The present categories of AIDA are French Fries produced in Belgium and Burgers / Minced products / Chicken Franks produced in the Middle East.";

description['sort'] = "<h1></h1>";
