function moverPagina(pos) {
	var scrollExample = new Fx.Scroll(window);
	$$('.plasticBox').each(function(ele){
		var idElement = ele.get('id');
		closeElement(idElement);
	});
	scrollExample.start(0, pos);
}

window.addEvent('domready',function(){
});

