function doclad()
{
document.getElementById('reasonwindow').style.display='block';
}

function iechange() {

if(document.inapp.getElementById("reason").options[this.reason.selectedIndex].value == 'Other') {
doclad()
}

}

















