﻿    function DisplayImage(value)
    {
        var con1=document.getElementById("kv");
        con1.src="upload/"+value.toString();   
    }
    
