$(document).ready(function(){
  $('.qlinks').hide();
    $('#quick').hover(function () { $('ul', this).show(); }, function () { $('ul', this).hide() });

  });

function lang_chn(file){
	window.open(file, '_self')
}
