function initgallery(){
	
	if (document.getElementById('imageContainer')){
		document.getElementById('imageContainer').style.display='';
	}
}
