Because you are using the [] notation in your element names, Javascript thinks that documentTypes is an array reference. You either need to remove the brackets from the name, or use another mechanism to reference the elements (i.e. getElementbyIdm eval, etc.) hth, bear