var listType = document.getElementById('ddlLists').value;
is a string value I want that Dropdownlist value as a property for the function listCreationInfo.set_templateType(SP.ListTemplateType.**listType**);
for example
listType="GenericList"
I need it actually as listCreationInfo.set_templateType(SP.ListTemplateType.GenericList);