var fDesc=new Array(); fDesc[0] = "Function Map, the exciting feature of GTalkabout generates a graph to represents the linkage interface of the source code where the function node can be located by the source code in function map and the source code can be located through the function node. This feature involves automatically analysis of the source code in order to generate the graph.

Status of every function in the source code keeps on changing depending on the work requirement. The function map always shows the updated result as it keeps on tracking the change in code and if changes take place that is reflected through the status icon immediately. The status change could be anything such as added, deleted or modified."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }