window.onload = function() {
	myShow = new Slideshow('mainimage', {
		hu: 'uploads/images/',
		images: ['steelproducts-1.jpg', 'steelproducts-2.jpg'],
		height: 189,
		width: 986,
		duration: [1000, 2000],
		type: 'fade',
		pan: '10',
		zoom: '10'
	});
	
	loadLogos();
}
