			function enlargeimages()	{
				document.getElementById('largediv').style.display = 'inline';
				document.getElementById('imagediv').style.display = 'inline';
			}
			function hideimages()	{
				document.getElementById('largediv').style.display = 'none';
				document.getElementById('imagediv').style.display = 'none';
			}

	
function findbodyheight ()	{
	var findheight = window.document.body.scrollHeight;
	var findwidth = window.document.body.scrollWidth;

	document.getElementById('largediv').style.height = findheight;
	document.getElementById('largediv').style.width = findwidth;

	var screen_width = screen.width;
	var screen_height = screen.height;
}	

			function enlargeimagesar()	{
				document.getElementById('largedivar').style.display = 'inline';
				document.getElementById('imagedivar').style.display = 'inline';
			}
			function hideimagesar()	{
				document.getElementById('largedivar').style.display = 'none';
				document.getElementById('imagedivar').style.display = 'none';
			}

function findbodyheightar ()	{
	var findheight = window.document.body.scrollHeight;
	var findwidth = window.document.body.scrollWidth;

	document.getElementById('largedivar').style.height = findheight;
	document.getElementById('largedivar').style.width = findwidth;

}		