



	
function ShowScreenshot1()
	{
	
	
	selectedScreenshot.src=screenshot1.src;
	 
	}
function ShowScreenshot2()
	{
	 selectedScreenshot.src=screenshot2.src;
	 }
function ShowScreenshot3()
	{
	 selectedScreenshot.src=screenshot3.src;
	}
function ShowScreenshot4()
	{
	 selectedScreenshot.src=screenshot4.src;
	}
function ShowThumbs(selectedImage)
	{
	selectedScreenshot.src=selectedImage;
	document.getElementById("screenshotThumbs").style.visibility = "visible";
	document.getElementById("mainScreenshot").style.visibility = "visible";
	}
