//Open window onSelect

function openFile(obj)
{
    //alert(obj.options[obj.selectedIndex].value);
	window.location=obj.options[obj.selectedIndex].value
}
