function readImage(str)
{
document.images["viewImage"].src = str;
}
