// JavaScript Document
function gallery1()
{
	document.getElementById ('viewThumb').innerHTML = "<img src='images/gallery1L.jpg' style='border: 3px solid white;' />";	
}
function gallery2()
{
	document.getElementById ('viewThumb').innerHTML = " <img src='images/gallery2L.jpg' style='border: 3px solid white;' /> ";	
}
function gallery3()
{
	document.getElementById ('viewThumb').innerHTML = "<img src='images/gallery3L.jpg' style='border: 3px solid white;' /> ";	
}
function gallery4()
{
	document.getElementById ('viewThumb').innerHTML = "<img src='images/gallery4L.jpg' style='border: 3px solid white;' />";	
}
function gallery5()
{
	document.getElementById ('viewThumb').innerHTML = "<img src='images/gallery5L.jpg' style='border: 3px solid white;' /> ";	
}
function gallery6()
{
	document.getElementById ('viewThumb').innerHTML = "<img src='images/gallery6L.jpg' style='border: 3px solid white;' /> ";	
}

function nopic()
{
	document.getElementById ('viewThumb').innerHTML = "";
}
