﻿// JScript File

function imgchange()
{
        var si =  document.frmDefault.selbox.selectedIndex;
        var fname = document.frmDefault.selbox.options[si].value
        document.img.src = fname
}

