var aModuleLis = $("#moduleAera li");
var aModuleBtns = $("#modulebtn img");
aModuleBtns.each(function(i){
$(this).index = i;
$(this).click(function()
{
aModuleLis.eq(i).css("display", "block");
});
});
$(document).ready(function(){
$("#modulebtn img").click(function(){
var currentIndex = $this.index();
$("#moduleAera li:eq("+currentIndex+")").show();
});
});
$("img#modulebtn").each(function(i,n){
$(this).attr('index',i);
$(this).bind('click',function(){
$("img#modulebtn").show();
});
})