function imgMaker(theImage)
{

	bigImage = "/services/clients/" + theImage;
	//alert(bigImage);
//	this.bigPicture.src = blob;
	document.bigPicture.src = bigImage;


}


function oopsMsg(theMsg)
{
	alert("Sorry, \"" + theMsg + "\" is secured by username and password.\n\r Please call Brian Eliason if you want a personal tour, however.\n\rPhone: 801-368-7507");

}