// JavaScript Document<script>

function labs(slt)
{

slt.options[0] = new Option('     ----- LABORATORIES / ESTABLISHMENTS -----',"00");
slt.options[1] = new Option('Advanced Numerical Research & Analysis Group',"01");
slt.options[2] = new Option('Armament Research & Development Establishment',"03");
slt.options[3] = new Option('Center for Artificial Intelligence & Robotics',"04");
slt.options[4] = new Option('Center for Fire,Explosive and Environment Safety',"05");
slt.options[5] = new Option('Combat Vehicles Research & Development Estt.',"08");
slt.options[7] = new Option('Defence Avionics Research Establishment',"10");
slt.options[8] = new Option('Defence Bio-Engineering & Electro Medical Laboratory',"11");
slt.options[9] = new Option('Defence Electronics Application Laboratory',"12");
slt.options[10] = new Option('Defence Electronics Research Laboratory',"13");
slt.options[11] = new Option('Defence Food Research Laboratory',"14");
slt.options[12] = new Option('Defence Institute of Advanced Technology',"15");
slt.options[13] = new Option('Defence Institute of High Altitude Research',"16");
slt.options[6] = new Option('Defence Institute of Bio-Energy Research',"09");
slt.options[14] = new Option('Defence Institute of Physiology & Allied Sciences',"17");
slt.options[15] = new Option('Defence Institute of Psychological Research',"18");
slt.options[16] = new Option('Defence Metallurgical Research Laboratory',"19");
slt.options[17] = new Option('Defence Research & Development Establishment',"22");
slt.options[18] = new Option('Defence Research & Development Laboratory',"25");
slt.options[19] = new Option('Defence Research Laboratory',"23");
slt.options[20] = new Option('Defence Scientific Information & Documentation Centre',"24");
slt.options[21] = new Option('Defence Terrain Research Laboratory',"48");
slt.options[22] = new Option('Electronics & Radar Development Establishment',"26");
slt.options[23] = new Option('Gas Turbine Research Laboratory',"27");
slt.options[24] = new Option('High Energy Materials Research Laboratory',"29");
slt.options[25] = new Option('Institute of Nuclear Medicine & Allied Sciences',"30");
slt.options[26] = new Option('Institute for Systems Studies & Analyses',"31");
slt.options[27] = new Option('Institute of Technology Management',"32");
slt.options[28] = new Option('Instruments Research & Development Establishment',"33");
slt.options[29] = new Option('Laser Science & Technology Centre',"35");
slt.options[30] = new Option('Microwave Tube Research & Development Center',"36");
slt.options[31] = new Option('Naval Materials Research Laboratory',"37");
slt.options[32] = new Option('Naval Physical Oceanographic Laboratory',"38");
slt.options[33] = new Option('Naval Science & Technological Laboratory',"39");
slt.options[34] = new Option('Proof & Experimental Establishment',"40");
slt.options[35] = new Option('Research & Development Establishment',"41");
slt.options[36] = new Option('Scientific Analysis Group',"43");
slt.options[37] = new Option('Snow & Avalanche Study Estt',"44");
slt.options[38] = new Option('Solid State Physics Laboratory',"45");
slt.options[39] = new Option('Terminal Ballistics Research Laboratory',"46");
slt.options[40] = new Option('Vehicle Research & Development Establishment',"47");
}

/*function labs(slt)
{
var sOpts = "<SELECT id=select name=select onchange=redirect();>";
		
sOpts += '<OPTION VALUE="00">' + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----- LABORATORIES / ESTABLISHMENTS -----' + '</OPTION>\n';
sOpts += '<OPTION VALUE="01">' + 'Advanced Numerical Research &amp; Analysis Group' + '</OPTION>\n';
sOpts += '<OPTION VALUE="03">' + 'Armament Research &amp; Development Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="04">' + 'Center for Artificial Intelligence &amp; Robotics' + '</OPTION>\n';
sOpts += '<OPTION VALUE="05">' + 'Center for Fire,Explosive and Environment Safety' + '</OPTION>\n';
sOpts += '<OPTION VALUE="08">' + 'Combat Vehicles Research &amp; Development Estt.' + '</OPTION>\n';
sOpts += '<OPTION VALUE="09">' + 'Defence Agricultural Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="10">' + 'Defence Avionics Research&nbsp; Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="11">' + 'Defence Bio-Engineering &amp; Electro Medical Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="12">' + 'Defence Electronics Application Laboratory</SPAN> ' + '</OPTION>\n';
sOpts += '<OPTION VALUE="13">' + 'Defence Electronics Research Laboratory ' + '</OPTION>\n';
sOpts += '<OPTION VALUE="14">' + 'Defence Food Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="15">' + 'Defence Institute of Advanced Technology' + '</OPTION>\n';
sOpts += '<OPTION VALUE="16">' + 'Defence Institute of High Altitude Research' + '</OPTION>\n';
sOpts += '<OPTION VALUE="17">' + 'Defence Institute of Physiology &amp; Allied Sciences' + '</OPTION>\n';
sOpts += '<OPTION VALUE="18">' + 'Defence Institute of Psychological Research' + '</OPTION>\n';
sOpts += '<OPTION VALUE="19">' + 'Defence Metallurgical Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="22">' + 'Defence Research &amp; Development&nbsp; Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="25">' + 'Defence Research &amp; Development Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="23">' + 'Defence Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="24">' + 'Defence Scientific Information &amp; Documentation Centre' + '</OPTION>\n';
sOpts += '<OPTION VALUE="26">' + 'Electronics &amp; Radar Development Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="27">' + 'Gas Turbine Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="29">' + 'High Energy Materials Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="30">' + 'Institute of Nuclear Medicine &amp; Allied Sciences' + '</OPTION>\n';
sOpts += '<OPTION VALUE="31">' + 'Institute for Systems Studies &amp; Analyses' + '</OPTION>\n';
sOpts += '<OPTION VALUE="32">' + 'Institute of Technology Management' + '</OPTION>\n';
sOpts += '<OPTION VALUE="33">' + 'Instruments Research &amp; Development Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="35">' + 'Laser Science &amp;&nbsp; Technology Centre' + '</OPTION>\n';
sOpts += '<OPTION VALUE="36">' + 'Microwave Tube Research &amp;&nbsp; Development Center' + '</OPTION>\n';
sOpts += '<OPTION VALUE="37">' + 'Naval Materials Research Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="38">' + 'Naval Physical Oceanographic Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="39">' + 'Naval Science &amp; Technological Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="40">' + 'Proof &amp; Experimental Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="41">' + 'Research &amp; Development Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="43">' + 'Scientific Analysis Group' + '</OPTION>\n';
sOpts += '<OPTION VALUE="44">' + 'Snow &amp; Avalanche Study Estt' + '</OPTION>\n';
sOpts += '<OPTION VALUE="45">' + 'Solid State Physics Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="46">' + 'Terminal Ballistics Research&nbsp; Laboratory' + '</OPTION>\n';
sOpts += '<OPTION VALUE="47">' + 'Vehicle Research &amp; Development Establishment' + '</OPTION>\n';
sOpts += '<OPTION VALUE="48">' + 'Defence Terrain Research Laboratory' + '</OPTION>\n';

	slt.outerHTML = sOpts  + "</SELECT>";
}*/