function chk(cd)
{
//alert(cd);
var divie=document.getElementById('bigimg');
divie.src=cd;
}
