// JavaScript Document
$(document).ready(function(){
	$('#flash_header').flash({
		src: '/pro/v2/flash/ttcollerpro_header_920x170.swf',
		width: 920,
		height: 170
	});
	
	$('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 17});
	
/*	$('#flash_catalog').flash({
		src: '/pro/v2/flash/catalogue/catalogue.swf',
		width: 208,
		height: 276
	});//*/
});
