function modelsList() {
	var tag = '<ul id="containerModels">';
	tag += '<li class="h"><a href="'+root+'products/audi/">Audi</a></li>';
	tag += '<li><a href="'+root+'products/audi/a1.html">A1</a></li>';
	tag += '<li><a href="'+root+'products/audi/a3.html">A3</a></li>';
	tag += '<li><a href="'+root+'products/audi/a4.html">A4</a></li>';
	tag += '<li><a href="'+root+'products/audi/a5.html">A5</a></li>';
	tag += '<li><a href="'+root+'products/audi/a6_4g0.html">A6</a></li>';
	tag += '<li><a href="'+root+'products/audi/a7.html">A7</a></li>';
	tag += '<li><a href="'+root+'products/audi/a8_4h.html">A8</a></li>';
	tag += '<li><a href="'+root+'products/audi/q5.html">Q5</a></li>';
	tag += '<li><a href="'+root+'products/audi/q7_fl.html">Q7</a></li>';
	tag += '<li><a href="'+root+'products/audi/tt.html">TT</a></li>';
	tag += '<li><a href="'+root+'products/audi/r8.html">R8</a></li>';
	tag += '<li class="h"><a href="'+root+'products/vw/">VW</a></li>';
	tag += '<li><a href="'+root+'products/vw/polo_6r0.html">POLO</a></li>';
	tag += '<li><a href="'+root+'products/vw/golf_6.html">Golf</a></li>';
	tag += '<li><a href="'+root+'products/vw/eos.html">EOS</a></li>';
	tag += '<li><a href="'+root+'products/vw/scirocco.html">Scirocco</a></li>';
	tag += '<li><a href="'+root+'products/vw/passat.html">Passat</a></li>';
	tag += '<li><a href="'+root+'products/vw/touran.html">Touran</a></li>';
	tag += '<li><a href="'+root+'products/vw/tiguan.html">Tiguan</a></li>';
	tag += '<li><a href="'+root+'products/vw/touareg_7p.html">Touareg</a></li>';
	tag += '</ul>';
	document.write(tag);
}
function linksList() {
	var tag = '<ul>';
	tag += '<li id="link_contact"><a href="'+root+'contact/">CONTACT US</a></li>';
	tag += '<li id="link_config"><a href="http://www.abt-configurator.com/Default.aspx?langid=en/" target="_blank">ABT CONFIGURATOR</a></li>';
	tag += '<li id="link_engine"><a href="'+root+'products/engine_tuning/">ENGINE TUNING</a></li>';
	tag += '<li id="link_television"><a href="'+root+'products/television/">TELEVISION</a></li>';
	tag += '</ul>';
	document.write(tag);
}
