function visuality(step,cnt,model) {
	fotolist='<div style="background:#DFDFDF; margin: 0px 25.5% 0px 0px; display:inline;"><a href="http://www.giulianovars.ru/media-models/cucina/'+model+'/full/'+step+'.jpg" class="thickbox" style="text-decoration:none;" title="Фотография с максимальным разрешением" target="_blank"><img style="" src="http://www.giulianovars.ru/media-theme/loop_model.gif" alt=""/> увеличить</a></div>Фотографии:';
	document.getElementById('visuality_img').setAttribute('src','http://www.giulianovars.ru/media-models/cucina/'+model+'/visuality/'+step+'.jpg', true);
	for (var j = 1; j <= cnt; j++) {
		if (j==step) {
			fotolist = fotolist + '<span id="l'+j+'" style="font-weight:bold; background: #F0F0F0; border:#C3C3C3 1px solid;color:#524E4E;">'+j+'</span>';
		} else {
			fotolist = fotolist + '<a href=';
			fotolist = fotolist + '"';
			fotolist = fotolist + "javascript:visuality('"+j+"','"+cnt+"','"+model+"')";
			fotolist = fotolist + '"';
			fotolist = fotolist + '><span id="l'+j+'" style="background: #F0F0F0; border:#C3C3C3 1px solid; color: #969696;"';
			fotolist = fotolist + '>'+j+'</span></a>';
		}
	}
	$('#listing').html(fotolist);
	var tb_pathToImage = "http://www.giulianovars.ru/media-icons/loading.gif";
	tb_init('a.thickbox, area.thickbox, input.thickbox');
	imgLoader = new Image();
	imgLoader.src = tb_pathToImage;
}

function salonjmp(url){
	top.window.location = url;
}
