// JavaScript Document
/*function loadImage()
{
	document.getElementById('image_gallery_div').style.visibility		=	'visible';
//	document.getElementById('loading_image').style.display	=	'none';
	document.getElementById('thumbNav').style.visibility				=	'visible';
	
}
window.onload = function()
{
  // loadImage();
};*/
// JavaScript Document