var items = document.form1.prv.options[document.form1.prv.selectedIndex].value;
alert(items);