function showdd(theid)
{
    hidedd('1');
    hidedd('2');
    hidedd('3');
    hidedd('4');
    hidedd('5');
    hidedd('6');


    $(theid).show();
}

function showddd(theid)
{
	  $(theid).show();
}

function hidedd(theid)
{
	$(theid).hide();
}
