getPageSize(); // função do lightbox
	largura = arrayPageSize[2]+'px';
	altura = arrayPageSize[3]+'px';
	
	document.write('<div id="carregando" style="width:'+largura+';height:'+altura+';"><img src="images/loading.gif" /></div>')
	
	function carregando() {
		document.getElementById("carregando").style.display="none";
	}	
	addLoadEvent(carregando);
