function openWISE(classe) {
	classe = classe == undefined ? "" : "c=" + classe;
    var wCC_padding = screen.width <= 1024 ? 0 : 50;
    var wCC_width = screen.width <= 1024 ? 918 : 900;
    var wCC_scroll = screen.width <= 1024 ? 1 : 0;
    var wCC = window.open("http://www.mercedes-benz.it/car-configurator/step0.asp?" + classe, "wCC", "top=" + wCC_padding + ",left=" + wCC_padding + ",width=" + wCC_width + ",height=683,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + wCC_scroll + ",resizable=0");
    if(wCC == null) alert("Per poter avviare il Car Configurator le finestre popup non devono essere bloccate.\nConsulta le istruzioni del tuo browser per sapere come abilitare le finestre popup e avvia nuovamente il Car Configurator.");
}
