var loaded = false;
window.onload = function(e){
	
	/*
	if(loaded == true) return;
	try{
		mostraFlash("banner", "/media/swf/topo.swf", 795, 226);
		//mostraFlash("tarja", "/media/swf/tarja.swf", 795, 30);
	}catch(e){}
	loaded = true;
	*/
}
window.onstopscroll = function(){}

$(document).ready(function(){
		$('#droping-curtain').aviaSlider({	
			blockSize: {height: 'full', width:80},
			display: 'topleft',
			transition: 'drop',
			betweenBlockDelay:60,
			animationSpeed: 700,
			switchMovement: true,
			slideControlls: 'items',
			appendControlls: ''
		}
	);
		
});

