﻿$(document).ready(function(){
$(".solist").not("li.last").mouseover(function(){$(this).addClass("solisted");}).mouseout(function(){$(this).removeClass("solisted");});
$(".sox").click(function(){$(".soxiang").animate({show:'toggle', opacity: 'toggle' },'normal');$(this).toggleClass('sox1');});
//$(".sotext").focus(function(){$(".soxiang").animate({show:'show', opacity: 'toggle' },'normal');});
ovetable(".paitable");
$("#div_pop1").hilight("pop1");$("#div_pop2").hilight("map");$("#div_pop3").hilight("pop3");$("#div_pop4").hilight("pop4");$("#div_pop5").hilight("pop5");$("#div_pop6").hilight("pop6");
});
(function($) { 
$.fn.hilight = function(o) { 
 $(this).click(function(e){
 $("#"+o).slideToggle("slow");e.stopPropagation(); return false;
 });
 //$("#"+o).click(function(e){e.stopPropagation();});
 $('body').click(function(){
 $("#"+o).slideUp();
 });
}
})(jQuery);