bcIs = new Object() bcIs.agent = navigator.userAgent.toLowerCase() bcIs.op = (bcIs.agent.indexOf("opera") != -1) bcIs.op7 = (bcIs.op && bcIs.agent.indexOf("7") != -1) if (!bcIs.op) { bcIs.ie6 = (bcIs.agent.indexOf("msie 6") != -1) bcIs.ie55 = (bcIs.agent.indexOf("msie 5.5") != -1) bcIs.ie5 = (!bcIs.ie55 && bcIs.agent.indexOf("msie 5") != -1) bcIs.ns7 = (bcIs.agent.indexOf("netscape/7") != -1) bcIs.ns6 = (bcIs.agent.indexOf("netscape/6") != -1) bcIs.moz = (!bcIs.ns7 && !bcIs.ns6 && bcIs.agent.indexOf("gecko") != -1) } bcIs.ie = (bcIs.ie5 || bcIs.ie55 || bcIs.ie6) bcIs.ns = (bcIs.ns6 || bcIs.ns7 || bcIs.moz) bcIs.dom = (bcIs.ie || bcIs.ns || bcIs.op7) function bcSelectOff() { if (bcIs.ie) { allSelect = document.body.getElementsByTagName("SELECT"); for(i = 0; i < allSelect.length; i++) { allSelect[i].style.visibility = "hidden"; } } } function bcSelectOn() { if (bcIs.ie) { allSelect = document.body.getElementsByTagName("SELECT"); for(i = 0; i < allSelect.length; i++) { allSelect[i].style.visibility = "visible"; } } } function bcExpHide() { //being called from Flash through IFRAME Javascript //looks for all expendables and closes them and puts select boxes back on (IE) allDiv = parent.document.body.getElementsByTagName("div"); for(i = 0; i < allDiv.length; i++) { if (allDiv[i].id.substring(0,20) =='bcWrapOverlayBanner_') { allDiv[i].style.display = 'none'; } } } function bcPop_34487() { window.open('http://mybrandcentral.com/clicks/?flightID=34487&url=http%3A%2F%2Fwww%2Emercedes%2Dbenz%2Dme%2Ecom%2F&v=4425696437','bc_34487'); } document.write ('')