<!--
	function openFullscreenLight ()
	{
		window.open ( 'index_main_light.html', 'Fullscreen', 'width=' + screen.width + ',height=' + screen.height + ', fullscreen=yes, resizable=no' );
	}
	
	function openFullscreen ()
	{
		window.open ( 'index_main.html', 'Fullscreen', 'width=' + screen.width + ',height=' + screen.height + ', fullscreen=yes, resizable=no' );
	}
	
	document.onload = MM_preloadImages
	(
		'images/index_02_.gif',
		'images/index_03_.gif',
		'images/index_06_.gif',
		'images/index_06_.gif'
	);
-->

