<!--
function AddFavorite()
{
	window.external.AddFavorite('http://www.arteco.ru/','Артэко - Управление коммерческой недвижимостью')
}
var Timerr = null
function on(id)
{
	document.getElementById(id + 'm').className='button_on';
	clearTimeout(Timerr);
	if(id == '1'){ offtop('2');offtop('3');offtop('4');document.getElementById(id).style.display = 'block';}
	if(id == '2'){ offtop('1');offtop('3');offtop('4');document.getElementById(id).style.display = 'block';}
	if(id == '3'){ offtop('1');offtop('2');offtop('4');document.getElementById(id).style.display = 'block';}
	if(id == '4'){ offtop('1');offtop('2');offtop('3');document.getElementById(id).style.display = 'block';}
	if(id == '5'){ offtop('1');offtop('2');offtop('3');offtop('4'); }
	if(id == '6'){ offtop('1');offtop('2');offtop('3');offtop('4'); }
	
}
function off(id)
{
	Timerr = window.setTimeout("offtop('" + id + "')",200);
}
function offtop(id)
{
	document.getElementById(id).style.display = 'none';
	document.getElementById(id + 'm').className='button_off';
}

function show_cl(a,b)
{
	if(a >= 7)
		a=1;
	if(b >= om.length)
		b=0;
	document.getElementById('im' + a).src = om[b].src;
	a++;
	b++;
	window.setTimeout("show_cl(" + a + "," + b + ")",1000);
}
// -->
