function imgChange( img ) 
{
document.bigpic.src = "images/transparent.gif"
document.bigpic.src = img
}
