﻿<!--
        document.write("<FORM  name=volform>")
            {document.write("<select name=mySelect onChange=chooseURL(phone_book,this.options[selectedIndex].value);>")
                for (j=1;j<10;j++)
                {document.write("<option value="+j+">"+linName[j])}
             document.write("</select>")
            }
        document.write("</FORM>")
      //-->
