source of
http://localhost/MetusOnline3/WebResource.axd?d=vmmUjOzBugGIH9-N_bf5MBFCrZrI0yTU7__EFqpa2SLobFNtbMh3xEtGhJYRbyI1jyb0MXLyAuRDPoaWwr07zZxa9AvX56QIhreqqZ4bR6A1&t=632944558920000000
function _fv37(_fv426){ //166
line2035-->var _fv300;
line2036-->if (_fv417(typeof(DOMParser))){
line2037-->var _fv427=new DOMParser();
line2038-->_fv300=_fv427.parseFromString(_fv426, \"\\x74\\x65\\x78\\x74\\x2f\\x78\\x6d\\x6c\");
line2039-->} else if (_fv417(typeof(ActiveXObject))){
line2040-->_fv300=new ActiveXObject(\"\\x4d\\x73\\x78\\x6d\\x6c\\x32\\x2e\\x46\\x72\\x65\\x65\\x54\\x68\\x72\\x65\\x61\\x64\\x65\\x64\\x44\\x4f\\x4d\\x44\\x6f\\x63\\x75\\x6d\\x65\\x6e\\x74\\x2e\\x33\\x2e\\x30\");
line2041-->_fv300.loadXML(_fv426);
}
source of
http://localhost/metusonline3/FrameLeft.aspx?frame=true&guid=3c373090-b3d5-46fe-8c79-86156f9a9c5a
line 293-->function onNodeEventHandler(treeview, node, eventType)
line 294-->{
line 295--> alert(eventType);
line 296--> if (eventType == \"collapsed\")
line 297--> {
line 298--> var childNodes = node.getChildNodes();
line 299--> for(var i = 0; i < childNodes.length; i++)
line \"\"\"--> {
line \"\"\"--> var curChild = childNodes[i];
line \"\"\"--> curChild.remove();
line \"\"\"--> }
line \"\"\"--> node.setPopulateNodesOnDemand(true);
line \"\"\"--> }
line \"\"\"-->}