function pictureswitch(strImage, strPath)
{
	document.images[strImage].src = strPath
}