﻿function openFile(id)
{
    var x = document.getElementById(id);
    window.open(x.options[x.selectedIndex].value);
}
