// JavaScript Document


	window.onload = function() {

		if ((window.document.getElementById) && (window.document.getElementById('gallery').focus)) {

			window.document.getElementById('gallery').focus();

		}

	}

