//common functions
function selectAll(theItem)
{
	theItem.select();
	theItem.value = "";
}

function changePic(target, source, refImg)
{
	theImage = document.getElementById(target);
	theImage.src = source;
}