$(".gdxw").hover(function(){
$(".gdbox").stop(true,true).slideDown(300)
},function(){
$(".gdbox").stop(true,true).slideUp(300)
})
$(".gdpd").hover(function(){
$(".gdbox2").stop(true,true).slideDown(300)
},function(){
$(".gdbox2").stop(true,true).slideUp(300)
})