// 頂部搜索JS
$('#topsectionbutton').click(function() {
var thisBtn = this;
$('#dooya_top_search .inner').slideToggle(400, function() {
if($(this).is(':hidden')) {
$(thisBtn).removeClass('active');
} else {
$(thisBtn).addClass('active');
}
});
});
var v_config = {
// if the is not specified, this is the default
defaultVideoWidth: 800,
// if the is not specified, this is the default
defaultVideoHeight: 480,
// if set, overrides
videoWidth: -1,
// if set, overrides
videoHeight: -1,
// width of audio player
audioWidth: 400,
// height of audio player
audioHeight: 30,
// initial volume when the player starts
startVolume: 0.8,
// useful for