function submitform(value)
{
    document.form.option.value = value;
    document.form.submit();
}

