function storeMarks(data){
    //console.warn("Storing");
    var obj = {};
    obj[regno()+"Marks"] = data;
    console.warn(JSON.stringify(obj));