// NamevalsueCollectionConverter
if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.Web == "undefined") Ajax.Web={};
Ajax.Web.NamevalsueCollection = function(items) {
this.__type = "System.Collections.Specialized.NamevalsueCollection";
this.keys = [];
this.values = [];
if(items != null && !isNaN(items.length)) {
for(var i=0; i