function changeBig(image)
{
var  x = document.images.bigpic;
x.src = image;
}