// JavaScript Document
$(document).ready(function(){  
   $("#zpzs_top ul li").mousemove(function(){
		$(".zpzs_nav").hide();
		$("#zpzs_" + this.id).show();		   
									   })
});

