﻿function expandPlayList(id) {
    jQuery('#' + id).toggle("slow");
}
