﻿function getOV(olid)
{
    var ol = document.getElementById(olid);
    return(ol.options[ol.selectedIndex].value);
}