<!--

function Setimg(obj,ImgName){

    obj.src = ImgName;

}

function CloseWin(){
window.close();
}

// -->