// LOAD IMAGES
function initImages() {
	try{
		Element.show('images');
		Element.hide('loading');
	}catch(err){
		//Do nothing...
	}
}


