<!--
var $sitedir = 'http://climattrade.ru';
var loc = location.href.slice(26,location.href.length);
var num = 0;
document.write('<div id="toppic" style="background:url(\''+$sitedir);
switch(loc.substr(0,8))
{
case 'air-cond':
document.write('/img/back-pic1.jpg');
break;
case 'ventilat':
document.write('/img/back-pic2.jpg');
break;
case 'heat-equ':
document.write('/img/back-pic3.jpg');
break;
case 'devices-':
document.write('/img/back-pic4.jpg');
break;
default:
document.write('/img/back-pic5.jpg');
;
}
document.write('\') #ccc center center no-repeat;">');
//-->
