function ShowImagebig(pathbig)
{
tdiv1=document.getElementById('Bigone');
tdiv1.src=pathbig;
}