﻿/* JC 26.07.2010 - client side code for form select dropdown */

function formSelect(select) {
    alert(select.value);
}
