jQuery(document).ready(function(){

	init_catalog();
	
});



function init_catalog(){

	$(".companies tr:even").css("background-color", "#F0F0F0");
	
	$('a.comp_logo').cluetip({width: 'auto', showTitle: false});
	
	$(".products tr:even").css("background-color", "#F0F0F0");
	
	$('a.prod_logo').cluetip({width: 'auto', showTitle: false});
	
	$('.email').nospam({ replaceText: true });
	
	$(".company_ctg tr:even").css("background-color", "#F0F0F0");
	
	$(".products_ctg tr:even").css("background-color", "#F0F0F0");
	
	
	$(".gid4 a").css("font-weight", "bold");
	
	
	$('.truncate').jTruncate({  
		length: 50,
		minTrail: 20,  
		moreText: "[полностью]",  
		lessText: "",  
		ellipsisText: "...",  
		moreAni: "fast",  
		lessAni: 200
	});
	
}
