function Show(obj){

bigimg=document.getElementById("bigimage");
bigimg.src=obj;

}


