$('survey-box').style.display = ''; __survey_id = '32'; __survey_form = '

What do you see as the main challenge facing automobile manufacturers and component suppliers?

'; __survey_report = '

What do you see as the main challenge facing automobile manufacturers and component suppliers?

  1. Ever increasing product complexity:
     
    20%
  2. Ever shorter product lifecycles:
     
    26%
  3. Unrelenting cost pressure:
     
    36%
  4. Ever greater use of external service providers:
     
    20%
'; __tracker_code = ''; if (Cookie.get('poll_32')) { $('survey-panel').innerHTML = __survey_report; } else { $('survey-panel').innerHTML = __survey_form; var f = $('survey-form'); var s = $('survey-submit'); if (f != null && s != null) { s.disabled = true; var elements = Form.getElements(f); var h = function() { s.disabled = false; } for (var i = 0; i < elements.length; i++) elements[i].onclick = h; } s.onclick = function() { var url = Form.serialize(f); var i = new Image(); i.src = "http://www.quickpolls.t-systems.com/service/accept/?" + url; // alert("calling " + i.src); Cookie.set('poll_32', 1, 10); var panel = $('survey-panel'); panel.style.cursor = 'wait'; if (panel) { proceedWithReport = function() { panel.innerHTML = __survey_report + __tracker_code; panel.style.cursor = 'auto'; } setTimeout('proceedWithReport()', 1000); } return false; } }