// JavaScript Document
function dl(){
	$('imgPreview').fade('in');
}

//execute when page is loaded
window.addEvents({
	'domready':
	function(){
		$('imgPreview').fade('hide');
		$('imgPreview').setStyle('display','inline');
		dl.delay(2000);
	}
});

preload_imageL1 = new Image(75,50); 
preload_imageL1.src="pub/img/logou1.gif"; 
preload_imageL2 = new Image(75,50); 
preload_imageL2.src="pub/img/logou2.gif"; 
preload_imageL3 = new Image(75,50); 
preload_imageL3.src="pub/img/logou3.gif"; 
preload_imageL4 = new Image(75,50); 
preload_imageL4.src="pub/img/logou4.gif"; 
preload_imageL5 = new Image(75,50); 
preload_imageL5.src="pub/img/logou5.gif"; 
preload_imageL6 = new Image(75,50); 
preload_imageL6.src="pub/img/logou6.gif"; 
preload_imageL7 = new Image(75,50); 
preload_imageL7.src="pub/img/logou7.gif"; 
preload_imageL8 = new Image(75,50); 
preload_imageL8.src="pub/img/logou8.gif"; 
preload_imageL9 = new Image(75,50); 
preload_imageL9.src="pub/img/logou9.gif"; 
preload_imageL10 = new Image(75,50); 
preload_imageL10.src="pub/img/logou10.gif"; 
preload_imageL11 = new Image(75,50); 
preload_imageL11.src="pub/img/logou11.gif"; 
preload_imageL12 = new Image(75,50); 
preload_imageL12.src="pub/img/logou12.gif"; 