Cufon.replace('h1', { fontFamily: 'avante', fontSize: '48px', color: '-linear-gradient(#000000, #71625d)' });
Cufon.replace('h2', { fontFamily: 'avante', fontSize: '24px', color: '#71625d' });
Cufon.replace('h3', { fontFamily: 'avante', fontSize: '37px', color: '#ffffff' });
Cufon.replace('call', { fontFamily: 'call', fontSize: '24px', color: '#83c124' });
Cufon.replace('tel', { fontFamily: 'avante', fontSize: '19px', fontWeight: 'bold', color: '#000000' });
Cufon.replace('h6', { fontFamily: 'avante', fontSize: '18px', fontWeight: 'bold', color: '#000000' });

$(document).ready(function() {

$("a[rel=gal]").fancybox({
'transitionIn'		: 'none',
'transitionOut'		: 'none',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
if(currentArray.length>1) return '<span id="fancybox-title-over">' + (currentIndex + 1) + ' из ' + currentArray.length + (title.length ? ' &middot; <b>' + title + '</b>' : '') + '</span>'; else return (title.length ? '<span id="fancybox-title-over"><b>' + title + '</b></span>' : '');
}
});

$(".iframe").fancybox({
'width'				: '75%',
'height'			: '75%',
'autoScale'			: false,
'transitionIn'		: 'none',
'transitionOut'		: 'none',
'type'				: 'iframe'
});

$(".hidden").fancybox({
'width'				: '500',
'height'			: '75%',
'titleShow'			: false,
'titlePosition'		: 'inside',
'transitionIn'		: 'none',
'transitionOut'		: 'none'
});

$('pre').highlight('Проектные работы	Подготовительные работы	Агротехнические работы	Инженерно-строительные работы	Обслуживание	Проектирование и создание зимних садов');

CSVtoHTML();

});

