Event.unloadCache = function() {} 

function showProcessing() {
	$('processingView').style.height = $('normalView').getHeight() + 'px';	
	Element.show("processingView");			
	Element.hide("normalView");
	window.scroll(0, 0);
}