/*
--- menu items --- 
note that this structure has changed its format since previous version.
additional third parameter is added for item scope settings.
Now this structure is compatible with Tigra Menu GOLD.
Format description can be found in product documentation.
*/
var MENU_ITEMS = [
['Teaching',null,null,
['Regulations', null, null,
['B.Tech in RadioPhysics &amp; Electronics','../htmlfiles/reg-btech-dd.htm'],
['B.Tech in Information Technology','../htmlfiles/reg-btech-dd.htm'],
['Dual Degree Programme','../htmlfiles/reg-btech-dd.htm'],
['M.Tech in RadioPhysics & Electronics','../htmlfiles/reg-mtech.htm'],
['M.Tech in VLSI Design','../htmlfiles/reg-mtech.htm']
],

[' Course Structure', null, null,
['B.Tech in Radiophysics &amp; Electronics','../htmlfiles/rpestruct.htm'],
['B.Tech in Information Technology','../htmlfiles/itstruct.htm'],
['M.Tech in RadioPhysics & Electronics ',null,null,
['2-year Degree','../htmlfiles/mtech-2yr-struct.htm'],
['Dual Degree','../htmlfiles/mtech-dd-struct.htm'],
],
['M.Tech in VLSI Design',null,null,
['2-year Degree','../htmlfiles/mtech-2yr-vlsi-struct.htm'],
['Dual Degree','../htmlfiles/mtech-dd-vlsi-struct.htm'],
],
],

],

 ['Faculty', null, null,
  ['Professor',null,null,
  ['J.P. Bandyopadhyay','../htmlfiles/jpb.htm'],
  ['P.K. Basu','../htmlfiles/pkb.htm'],
  ['D. Biswas','../htmlfiles/db.htm'],
  ['D. Chattopadhyay','../htmlfiles/dc.htm'],
  ['A. K.Datta','../htmlfiles/akd.htm'],
  ['A. K.DasGupta','../htmlfiles/akdg.htm'],
  ['S. S.De','../htmlfiles/ssd.htm'],
  ['G. Ghosh','../htmlfiles/gg.htm'],
  ['P.K. Goswami','../htmlfiles/pkg.htm'],
  ['S. Kar','../htmlfiles/sk.htm'],
  ['A. Maitra','../htmlfiles/am.htm'],
  ['N. Purakait','../htmlfiles/np.htm'],
  ['P.C. Rakshit','../htmlfiles/pcr.htm'],
  ['J.B. Roy','../htmlfiles/jbr.htm'],
  ['P.K. Saha','../htmlfiles/pks.htm'],
  ['S. Sen','../htmlfiles/ss.htm'], 
  ],
  ['Reader',null,null,
  ['B. Bandyopadhyay','../htmlfiles/bb.htm'],
  ['N.R. Das','../htmlfiles/nrd.htm'],
  ['S.K. De','../htmlfiles/skd.htm'],
  ['A. Ghosal','../htmlfiles/ag.htm'],
  ['R. Ghosh','../htmlfiles/rg.htm'],
  ['D. Guha','../htmlfiles/dg.htm'],
  ['B. Saha','../htmlfiles/bs.htm'],
  ['G. Sen','../htmlfiles/gs.htm'],
  ],
  ['Senior Lecturer',null,null,
  ['A. Biswas','../htmlfiles/ab.htm'],
  ],
  ['Lecturer',null,null,
  ['S. Barman','../htmlfiles/sb.htm'],
  ['A. DasBarman','../htmlfiles/adb.htm'],
  ['A. Kundu','../htmlfiles/ak.htm'],
  ['A. Pal','../htmlfiles/ap.htm'],
  ['J.Y. Siddiqui','../htmlfiles/jys.htm'],
  ],
  ['Ex-teachers','../htmlfiles/exteachers.htm'],
  ],
  ['Research', null, null,
  ['Solid State &amp; Microelectronics', '../htmlfiles/research.htm#solid_state'],
  ['Space Science &amp; Communication','../htmlfiles/research.htm#space_science'],
  ['System Science','../htmlfiles/research.htm#system_science'],
  ['Microwave &amp; Millemeter Engineering','../htmlfiles/research.htm#microwave'],
  ['Optoelectronics &amp; Optical Comm.','../htmlfiles/research.htm#opto'],
  ['Publications','../htmlfiles/publication.htm'],
  ['Projects','../htmlfiles/project.htm'],
  ['CAS Report \'05 - \'06','../htmlfiles/cas-report05-06.pdf'],
  ['CAS Report \'06 - \'07','../htmlfiles/cas-report 06-07.pdf'],
  ['CAS Report \'07 - \'08','../htmlfiles/cas-report-07-08.pdf'],
  ],
  
  ['Others', null, null,
  ['Contact Telephone Nos. &amp; Email','../htmlfiles/contact.htm'],
  ['Enroll your name in Alumni Register','../htmlfiles/alumni.htm'],
  ['Edit your profile in Alumni Register','../htmlfiles/edit_alumni.php'],
  ['Search your friend','../htmlfiles/search.htm'],
  ['Opportunity','../htmlfiles/vacancy.htm'],
  ['Inraphel News','../htmlfiles/news.htm'],
  ['Appeal to our Alumni','../htmlfiles/appeal.htm'],	
  ['Obituaries',null,null,
  ['Prof. S.K. Mitra','../htmlfiles/skm.htm'],
  ['Prof. J.N. Bhar','../htmlfiles/jnb.htm'],
  ['Prof. B.R. Nag','../htmlfiles/brn.htm'],
  ['Prof. M.K. DasGupta','../htmlfiles/mkdg.htm'],
  ['Prof. H. Paria','../htmlfiles/hp.htm'],
  ['Prof. A.K. Sen','../htmlfiles/aks.htm'], 
  ],
  
  ],
  ['UGC-Network',null,null,
  ['News of Award','../ugc-network/index.htm'],
  ['Proposed Activity','../ugc-network/activity.pdf'],
  ['School','../ugc-network/school/index.htm'],
  ],
  ['Home','../index.htm'],
  ];
