﻿function attributes_show() {
    $("#attributes").toggle();
    /*if ($("#attributes").show()==true){
        $("#attributes").hide()
    }
    else{
        $("#attributes").show()
    }*/
}


