<!--
function mouseOverAndOut(imageName, imageSrc)
{
	document[imageName].src = imageSrc
}

function checkInput(inputName)
{	
}

//-->

