﻿$(document).ready(function() {
    ShowDD(1);
})
function ShowDD(index) {
    $('.maplist').hide();
    $('#maplist' + index).show();
}
