function displayCmenu(target)
{
    $(target).parent().children().eq(1).show();
}
