

var b = new Array;


b[1] = new Array;
b[1]['caption']     = "<font size=3 color=blue><b>Open Source GIS</b></font>";
//b[1]['isOpen']           = true;
b[1]['children']         = new Array;
b[1]['children'][0]			    = new Array;
b[1]['children'][0]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;gvSIG. (NIC Users)</b></font>";
b[1]['children'][0]['url']      = "http://10.1.31.17/gvsig/default.aspx";
b[1]['children'][0]['target']   = "_blank";

b[2] = new Array;
b[2]['caption']     = "<font size=3 color=blue><b>Others</b></font>";
//b[2]['isOpen']           = true;
b[2]['children']         = new Array;
b[2]['children'][0]			    = new Array;
b[2]['children'][0]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;GIS Primer</b></font>";
b[2]['children'][0]['url']      = "http://gis.nic.in/gisprimer/";
b[2]['children'][0]['target']   = "_blank";
b[2]['children'][1]			    = new Array;
b[2]['children'][1]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;GIS Code</b></font>";
b[2]['children'][1]['url']      = "http://10.1.31.17/census/";
b[2]['children'][1]['target']   = "_blank";



b[0] = new Array;
b[0]['caption']     = "<font size=3 color=blue><b>GIS@ State Units</b></font>";
b[0]['isOpen']           = true;
b[0]['children']         = new Array;
b[0]['children'][0]			    = new Array;
b[0]['children'][0]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;Assam</b></font>";
b[0]['children'][0]['url']      = "";
b[0]['children'][0]['target']   = "_blank";
b[0]['children'][1]			    = new Array;
b[0]['children'][1]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;Madhya Pradesh</b></font>";
b[0]['children'][1]['url']      = "http://gismp.nic.in/GeomaticsDivision/GeomaticsDivision_Homepage.htm";
b[0]['children'][1]['target']   = "_blank";
b[0]['children'][2]			    = new Array;
b[0]['children'][2]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;Orissa</b></font>";
b[0]['children'][2]['url']      = "http://gis.ori.nic.in/";
b[0]['children'][2]['target']   = "_blank";
b[0]['children'][3]			    = new Array;
b[0]['children'][3]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;Tamil Nadu</b></font>";
b[0]['children'][3]['url']      = "http://tnmaps.tn.nic.in/";
b[0]['children'][3]['target']   = "_blank";
b[0]['children'][4]			    = new Array;
b[0]['children'][4]['caption']  = "<img src=image/arrow1.gif border=0><font size=2 color=black><b>&nbsp;Uttar Pradesh</b></font>";
b[0]['children'][4]['url']      = "http://gis.up.nic.in/";
b[0]['children'][4]['target']   = "_blank";



/*b[2] = new Array;
b[2]['caption']          = "<font size=2><br><b>1.&nbsp;Assam</b></font>";
b[2]['url']              = "";
b[2]['target']           = "_blank";*/
//b[0]['isOpen']           = true;
//a[0]['isChecked']        = 2;
/*b[2]['children']         = new Array;

b[3] = new Array;
b[3]['caption']     = "<font size=2><br><b>2.&nbsp;Madhya Pradesh</b></font>";
b[3]['isOpen']           = true;
b[3]['children']         = new Array;
b[3]['url']              = "http://gismp.nic.in/GeomaticsDivision/GeomaticsDivision_Homepage.htm";
b[3]['target']           = "_blank";

b[4] = new Array;
b[4]['caption']     = "<font size=2><br><b>3.&nbsp;Orissa</b></font>";
b[4]['isOpen']           = true;
b[4]['children']         = new Array;
b[4]['url']              = "http://gis.ori.nic.in/";
b[4]['target']           = "_blank";

b[5] = new Array;
b[5]['caption']     = "<font size=2><br><b>4.&nbsp;Tamil Nadu</b></font>";
b[5]['isOpen']           = true;
b[5]['children']         = new Array;
b[5]['url']              = "http://tnmaps.tn.nic.in/";
b[5]['target']           = "_blank";

b[6] = new Array;
b[6]['caption']     = "<font size=2><br><b>5.&nbsp;Uttar Pradesh</b></font>";
b[6]['isOpen']           = true;
b[6]['children']         = new Array;
b[6]['url']              = "http://gis.up.nic.in/atlas";
b[6]['target']           = "_blank";*/


