function populate(o) {
  d=document.getElementById('List02');
  if(!d){return;}                 
  var mitems=new Array();
  mitems['Choose']=[''];
  
  mitems['Mechanical']=['Select Item','Laser Cutting','Injection Moldings','Heat Treatment Furnace',
'Metal and Glass Foundry Furnace','Welding and Plasma Cutting','CNC and Conventional Surface Grinding','CIM, CAD-CAM, CAE','Drill and Cutting Saw','Basic Workshop Machineries-Grinder, Drill, Shearing, Bending and Band Saw','Basic Workshop-Grinder, Drill, Shearing, Rolling and Band Saw'];

  mitems['Automotive']=['Select Item','Automotive Training Equipment','Automotive Cut Away Models','Automotive Test Bed and Dynamometer','Automotive Test and Diagnostic System','Autoerotic System','Automotive Garage Equipment'];
  
  mitems['Electrical']=['Select Item','Electrical Engineering System','Scan Drive System','Electrical Machine Laboratory','Power Electronics','Contractor Control Laboratory','Electrical Power Engineering','Power System Simulator','Transmission Lines and Protection System','Electrical Installation System','Low Voltage Simulator','Industrial Electronics','Electronics Telecommunication','Electro Mechanics System','Industrial Automation'];
  
  mitems['Civil']=['Select Item','Cement Equipment and Testing','Concrete Equipment and Testing','Pavement Equipment and Testing','Bitumen and Asphalt Equipment and Testing','Masonry and Carpentry','Wood Based Structure'];
  
  mitems['Laboratory']=['Select Item','Chemistry University Experiment and Instrumentation','Autoclave, Oven, Incubator, CO2 Incubator, Freezer','Shakers, Mixers, Water Baths, Histology Mantles, Furnaces and Others'];
  
  mitems['Analytical']=['Select Item','Dilatometer','Simultaneous Thermal Analyzer, TGA/STA','	Thermal Conductivity Laser Flash','Multifunctional X-Ray Diffractometer, Stress-Texture Analysis','XRF','Atomic Absorption Spectrometer','Elemental Analysis TOC','Bio Analytical','UV-VIS Spectrophotometer','Autoclave Lab and Industrial Scale','Laboratory Spectrometer for Analysis Ferrous-Non, Ferrous Material & Alloys','Polymer and Plastic Testing Equipment'];
  
  mitems['Didactic']=['Select Item','Pedagogical Industrial Training Product','Fluid and Thermodynamic','Control–Regulation–Physics','Automation-Mechanical Education System','Process Control'];
  
  mitems['Physic']=['Select Item','Physics University Experiment Set','Chemistry University Experiment Set','Biology University Experiment Set','Biology Model and Instrumentation','Models,  Slides for Anatomy, Botany, Zoology, Mitosis and Others'];
  
  mitems['Ceramic']=['Select Item','Ceramic Equipments, Furnaces, Potter Wheel, Brushes, Kiln and Furnace','Testing Equipment for Ceramic'];
  
  mitems['Vocational']=['Select Item','Industrial On-The-Job Training System','Multimedia Training in Industrial Control & Automation','Multimedia Training System for Industrial Maintenance','Electrical & Hydraulics','HVAC Control','Mechanical and Welding','Pneumatic','Plant Automation System','Process Control'];
    
  mitems['Information']=['Select Item','Industrial Information Technology','Digital Analog Advance Telephony Antenna','Microwave','Fiber Optics','Satellite Communication'];
  
  mitems['Semiconductor']=['Select Item','Wafer Microchip and Semiconductor Equipment, Micromanipulator, Programmable Furnace, Soldering','Memory Tester'];
  
  mitems['Material']=['Select Item','Hardness Testing Machine','Tensile Testing Machine','Impact Testing Machine','Torsion Testing Machine','Fatigue Testing Machine','Universal Testing Machine','Compression Testing Machine','Cupping Testing Machine','Balancing Testing Machine','Spring Testing Machine'];
  
  mitems['Electronic']=['Select Item','Digital Instruments','Indicating Instruments','Component Testers','Power Supplies','Battery Eliminators, Stabilizers & Transformers','Servo Voltage Stabilizers Single Phase','Isolation Transformer Single Phase','Oscillators','Electronic Timers and Others','I.C. Bread Board Systems','Laboratory Standards','Experimental Training Boards'];
  
  mitems['Solution']=['Select Item','Digital Communication','Analog Communication','Telephony','Data Communication','Fiber Optics','Antenna and Microwave','Radar and Satellite','RF Communication'];
  
  mitems['Medical']=['Select Item','Lithotripter Equipment','Medical Bed','Medical Operation Theater','Dentist Chair','Disinfectant for Scope'];
  
  d.options.length=0;
  cur=mitems[o.options[o.selectedIndex].value];
  if(!cur){return;}
  d.options.length=cur.length;
  for(var i=0;i<cur.length;i++) {
    d.options[i].text=cur[i];
    d.options[i].value=cur[i];
  }
}

function gotoPage() {
	d=document.getElementById('List02');
	if(!d){return;}      
	else {
		if(d.options[d.selectedIndex].value == 'Laser Cutting')
		 	window.location.href = 'product/mechanical/0101.html';
		else if (d.options[d.selectedIndex].value == 'Injection Moldings')
		 	window.location.href = 'product/mechanical/0102.html';
		else if (d.options[d.selectedIndex].value == 'Heat Treatment Furnace')
			window.location.href = 'product/mechanical/0103.html';
		else if (d.options[d.selectedIndex].value == 'Metal and Glass Foundry Furnace')
		 	window.location.href = 'product/mechanical/0104.html';
		else if (d.options[d.selectedIndex].value == 'Welding and Plasma Cutting')
		 	window.location.href = 'product/mechanical/0105.html';
		else if (d.options[d.selectedIndex].value == 'CNC and Conventional Surface Grinding')
		 	window.location.href = 'product/mechanical/0106.html';
		else if (d.options[d.selectedIndex].value == 'CIM, CAD-CAM, CAE')
		 	window.location.href = 'product/mechanical/0107.html';
		else if (d.options[d.selectedIndex].value == 'Drill and Cutting Saw')
		 	window.location.href = 'product/mechanical/0108.html';
		else if (d.options[d.selectedIndex].value == 'Basic Workshop Machineries-Grinder, Drill, Shearing, Bending and Band Saw')
		 	window.location.href = 'product/mechanical/0109.html';

//-automotive		
		else if (d.options[d.selectedIndex].value == 'Automotive Training Equipment')
		 	window.location.href = 'product/automotive/0201.html';
		else if (d.options[d.selectedIndex].value == 'Automotive Cut Away Models')
		 	window.location.href = 'product/automotive/0202.html';
		else if (d.options[d.selectedIndex].value == 'Automotive Test Bed and Dynamometer')
		 	window.location.href = 'product/automotive/0203.html';
		else if (d.options[d.selectedIndex].value == 'Automotive Test and Diagnostic System')
		 	window.location.href = 'product/automotive/0204.html';
		else if (d.options[d.selectedIndex].value == 'Autoerotic System')
		 	window.location.href = 'product/automotive/0205.html';
		else if (d.options[d.selectedIndex].value == 'Automotive Garage Equipment')
		 	window.location.href = 'product/automotive/0206.html';

//-electrical
		else if (d.options[d.selectedIndex].value == 'Electrical Engineering System')
		 	window.location.href = 'product/electrical/0301.html';
		else if (d.options[d.selectedIndex].value == 'Scan Drive System')
		 	window.location.href = 'product/electrical/0302.html';
		else if (d.options[d.selectedIndex].value == 'Electrical Machine Laboratory')
		 	window.location.href = 'product/electrical/0303.html';
		else if (d.options[d.selectedIndex].value == 'Power Electronics')
		 	window.location.href = 'product/electrical/0304.html';
		else if (d.options[d.selectedIndex].value == 'Contractor Control Laboratory')
		 	window.location.href = 'product/electrical/0305.html';
		else if (d.options[d.selectedIndex].value == 'Electrical Power Engineering')
		 	window.location.href = 'product/electrical/0306.html';
		else if (d.options[d.selectedIndex].value == 'Power System Simulator')
		 	window.location.href = 'product/electrical/0307.html';
		else if (d.options[d.selectedIndex].value == 'Transmission Lines and Protection System')
		 	window.location.href = 'product/electrical/0308.html';
		else if (d.options[d.selectedIndex].value == 'Electrical Installation System')
		 	window.location.href = 'product/electrical/0309.html';
		else if (d.options[d.selectedIndex].value == 'Low Voltage Simulator')
		 	window.location.href = 'product/electrical/0310.html';
		else if (d.options[d.selectedIndex].value == 'Industrial Electronics')
		 	window.location.href = 'product/electrical/0311.html';
		else if (d.options[d.selectedIndex].value == 'Electronics Telecommunication')
		 	window.location.href = 'product/electrical/0312.html';
		else if (d.options[d.selectedIndex].value == 'Electro Mechanics System')
		 	window.location.href = 'product/electrical/0313.html';
		else if (d.options[d.selectedIndex].value == 'Industrial Automation')
		 	window.location.href = 'product/electrical/0314.html';
//-civil
		else if (d.options[d.selectedIndex].value == 'Cement Equipment and Testing')
		 	window.location.href = 'product/civil/0401.html';
		else if (d.options[d.selectedIndex].value == 'Concrete Equipment and Testing')
		 	window.location.href = 'product/civil/0402.html';
		else if (d.options[d.selectedIndex].value == 'Pavement Equipment and Testing')
		 	window.location.href = 'product/civil/0403.html';
		else if (d.options[d.selectedIndex].value == 'Bitumen and Asphalt Equipment and Testing')
		 	window.location.href = 'product/civil/0404.html';
		else if (d.options[d.selectedIndex].value == 'Masonry and Carpentry')
		 	window.location.href = 'product/civil/0405.html';
		else if (d.options[d.selectedIndex].value == 'Wood Base Structure')
		 	window.location.href = 'product/civil/0406.html';

//-laboratory
		else if (d.options[d.selectedIndex].value == 'Chemistry University Experiment and Instrumentation')
		 	window.location.href = 'product/laboratory/0501.html';
		else if (d.options[d.selectedIndex].value == 'Autoclave, Oven, Incubator, CO2 Incubator, Freezer')
		 	window.location.href = 'product/laboratory/0502.html';
		else if (d.options[d.selectedIndex].value == 'Shakers, Mixers, Water Baths, Histology Mantles, Furnaces and Others')
			window.location.href = 'product/laboratory/0503.html';

//-analytical
		else if (d.options[d.selectedIndex].value == 'Dilatometer')
		 	window.location.href = 'product/analytical/0601.html';
		else if (d.options[d.selectedIndex].value == 'Simultaneous Thermal Analyzer, TGA/STA')
		 	window.location.href = 'product/analytical/0602.html';
		else if (d.options[d.selectedIndex].value == 'DSC/HSDC, DTA, TMA, DMA, MS-FTIR')
		 	window.location.href = 'product/analytical/0603.html';
		else if (d.options[d.selectedIndex].value == 'Thermal Conductivity Laser Flash')
		 	window.location.href = 'product/analytical/0604.html';
		else if (d.options[d.selectedIndex].value == 'Multifunctional X-Ray Diffractometer for Powder and Liquid, Stress-Texture Analysis')
		 	window.location.href = 'product/analytical/0605.html';
		else if (d.options[d.selectedIndex].value == 'XRF')
		 	window.location.href = 'product/analytical/0606.html';
		else if (d.options[d.selectedIndex].value == 'Atomic Absorption Spectrometer')
		 	window.location.href = 'product/analytical/0607.html';
		else if (d.options[d.selectedIndex].value == 'Elemental Analysis TOC')
		 	window.location.href = 'product/analytical/0608.html';
		else if (d.options[d.selectedIndex].value == 'Bio Analytical')
		 	window.location.href = 'product/analytical/0609.html';
		else if (d.options[d.selectedIndex].value == 'UV-VIS Spectrophotometer')
		 	window.location.href = 'product/analytical/0610.html';
		else if (d.options[d.selectedIndex].value == 'Autoclave Lab and Industrial Scale')
		 	window.location.href = 'product/analytical/0611.html';
		else if (d.options[d.selectedIndex].value == 'Laboratory Spectrometer for Analysis Ferrous-Non, Ferrous Material & Alloys')
		 	window.location.href = 'product/analytical/0612.html';
		else if (d.options[d.selectedIndex].value == 'Polymer and Plastic Testing Equipment')
		 	window.location.href = 'product/analytical/0613.html';
//-didactic
		else if (d.options[d.selectedIndex].value == 'Pedagogical Industrial Training Product')
		 	window.location.href = 'product/didactic/0701.html';
		else if (d.options[d.selectedIndex].value == 'Fluid and Thermodynamic')
		 	window.location.href = 'product/didactic/0702.html';
		else if (d.options[d.selectedIndex].value == 'Automation-Mechanical Education System')
		 	window.location.href = 'product/didactic/0703.html';
		else if (d.options[d.selectedIndex].value == 'Control–Regulation–Physics')
		 	window.location.href = 'product/didactic/0704.html';
		else if (d.options[d.selectedIndex].value == 'Process Control')
		 	window.location.href = 'product/didactic/0705.html';
//-physic
		else if (d.options[d.selectedIndex].value == 'Physics University Experiment Set')
		 	window.location.href = 'product/physic/0801.html';
		else if (d.options[d.selectedIndex].value == 'Chemistry University Experiment Set')
		 	window.location.href = 'product/physic/0802.html';
		else if (d.options[d.selectedIndex].value == 'Biology University Experiment Set')
		 	window.location.href = 'product/physic/0803.html';
		else if (d.options[d.selectedIndex].value == 'Biology Model and Instrumentation')
		 	window.location.href = 'product/physic/0804.html';
		else if (d.options[d.selectedIndex].value == 'Models, Slides for Anatomy, Botany, Zoology, Mitosis and Others')
		 	window.location.href = 'product/physic/0805.html';
//-ceramic
		else if (d.options[d.selectedIndex].value == 'Ceramic Equipments, Furnaces, Potter Wheel, Brushes, Kiln and Furnace')
		 	window.location.href = 'product/ceramic/0901.html';
		else if (d.options[d.selectedIndex].value == 'Testing Equipment for Ceramic')
		 	window.location.href = 'product/ceramic/0902.html';
//-vocational
		else if (d.options[d.selectedIndex].value == 'Industrial On-The-Job Training System')
		 	window.location.href = 'product/vocational/1001.html';
		else if (d.options[d.selectedIndex].value == 'Multimedia Training in Industrial Control & Automation')
		 	window.location.href = 'product/vocational/1002.html';
		else if (d.options[d.selectedIndex].value == 'Multimedia Training System for Industrial Maintenance')
		 	window.location.href = 'product/vocational/1003.html';
		else if (d.options[d.selectedIndex].value == 'Electrical & Hydraulics')
		 	window.location.href = 'product/vocational/1004.html';
		else if (d.options[d.selectedIndex].value == 'HVAC Control')
		 	window.location.href = 'product/vocational/1005.html';
		else if (d.options[d.selectedIndex].value == 'Mechanical and Welding')
		 	window.location.href = 'product/vocational/1006.html';
		else if (d.options[d.selectedIndex].value == 'Pneumatic')
		 	window.location.href = 'product/vocational/1007.html';				
		else if (d.options[d.selectedIndex].value == 'Plant Automation System')
		 	window.location.href = 'product/vocational/1008.html';
		else if (d.options[d.selectedIndex].value == 'Process Control')
		 	window.location.href = 'product/vocational/1009.html';

//-information
		else if (d.options[d.selectedIndex].value == 'Industrial Information Technology')
		 	window.location.href = 'product/information/1101.html';
		else if (d.options[d.selectedIndex].value == 'Digital Analog Advance Telephony Antenna')
		 	window.location.href = 'product/information/1102.html';
		else if (d.options[d.selectedIndex].value == 'Microwave')
		 	window.location.href = 'product/information/1103.html';
		else if (d.options[d.selectedIndex].value == 'Fiber Optics')
		 	window.location.href = 'product/information/1104.html';
		else if (d.options[d.selectedIndex].value == 'Satellite Communication')
		 	window.location.href = 'product/information/1105.html';
//-semiconductor
		else if (d.options[d.selectedIndex].value == 'Wafer Microchip and Semiconductor Equipment, Micromanipulator, Programmable Furnace, Soldering')
		 	window.location.href = 'product/semiconductor/1201.html';
		else if (d.options[d.selectedIndex].value == 'Memory Tester')
		 	window.location.href = 'product/semiconductor/1202.html';
//-material
		else if (d.options[d.selectedIndex].value == 'Hardness Testing Machine')
		 	window.location.href = 'product/material/images/1301.html';
		else if (d.options[d.selectedIndex].value == 'Tensile Testing Machine')
		 	window.location.href = 'product/material/1302.html';
		else if (d.options[d.selectedIndex].value == 'Impact Testing Machine')
		 	window.location.href = 'product/material/1303.html';
		else if (d.options[d.selectedIndex].value == 'Torsion Testing Machine')
		 	window.location.href = 'product/material/1304.html';
		else if (d.options[d.selectedIndex].value == 'Fatigue Testing Machine')
		 	window.location.href = 'product/material/1305.html';
		else if (d.options[d.selectedIndex].value == 'Universal Testing Machine')
		 	window.location.href = 'product/material/images/Quasar250.pdf';
		else if (d.options[d.selectedIndex].value == 'Compression Testing Machine')
		 	window.location.href = 'product/material/1307.html';			
		else if (d.options[d.selectedIndex].value == 'Cupping Testing Machine')
		 	window.location.href = 'product/material/1308.html';			
		else if (d.options[d.selectedIndex].value == 'Balancing Testing Machine')
		 	window.location.href = 'product/material/1309.html';			
		else if (d.options[d.selectedIndex].value == 'Spring Testing Machine')
		 	window.location.href = 'product/material/1310.html';
//-electronic
		else if (d.options[d.selectedIndex].value == 'Digital Instruments')
		 	window.location.href = 'product/electronic/1401.html';
		else if (d.options[d.selectedIndex].value == 'Indicating Instruments')
		 	window.location.href = 'product/electronic/1402.html';
		else if (d.options[d.selectedIndex].value == 'Component Testers')
		 	window.location.href = 'product/electronic/1403.html';
		else if (d.options[d.selectedIndex].value == 'Power Supplies')
		 	window.location.href = 'product/electronic/1404.html';
		else if (d.options[d.selectedIndex].value == 'Battery Eliminators, Stabilizers & Transformers')
		 	window.location.href = 'product/electronic/1405.html';
		else if (d.options[d.selectedIndex].value == 'Servo Voltage Stabilizers Single Phase')
		 	window.location.href = 'product/electronic/1406.html';
		else if (d.options[d.selectedIndex].value == 'Isolation Transformer Single Phase')
		 	window.location.href = 'product/electronic/1407.html';			
		else if (d.options[d.selectedIndex].value == 'Oscillators')
		 	window.location.href = 'product/electronic/1408.html';			
		else if (d.options[d.selectedIndex].value == 'Electronic Timers and Others')
		 	window.location.href = 'product/electronic/1409.html';			
		else if (d.options[d.selectedIndex].value == 'I.C. Bread Board Systems')
		 	window.location.href = 'product/electronic/1410.html';
		else if (d.options[d.selectedIndex].value == 'Laboratory Standards')
		 	window.location.href = 'product/electronic/1411.html';			
		else if (d.options[d.selectedIndex].value == 'Experimental Training Boards')
		 	window.location.href = 'product/electronic/1412.html';
//-solution
		else if (d.options[d.selectedIndex].value == 'Digital Communication')
		 	window.location.href = 'product/solution/1501.html';
		else if (d.options[d.selectedIndex].value == 'Analog Communication')
		 	window.location.href = 'product/solution/1502.html';
		else if (d.options[d.selectedIndex].value == 'Telephony')
		 	window.location.href = 'product/solution/1503.html';
		else if (d.options[d.selectedIndex].value == 'Data Communication')
		 	window.location.href = 'product/solution/1504.html';
		else if (d.options[d.selectedIndex].value == 'Fiber Optics')
		 	window.location.href = 'product/solution/1505.html';
		else if (d.options[d.selectedIndex].value == 'Antenna and Microwave')
		 	window.location.href = 'product/solution/1506.html';
		else if (d.options[d.selectedIndex].value == 'Radar and Satellite')
		 	window.location.href = 'product/solution/1507.html';			
		else if (d.options[d.selectedIndex].value == 'RF Communication')
		 	window.location.href = 'product/material/1508.html';			
//-medical
		else if (d.options[d.selectedIndex].value == 'Lithotripter Equipment')
		 	window.location.href = 'product/medical/1601.html';
		else if (d.options[d.selectedIndex].value == 'Medical Bed')
		 	window.location.href = 'product/medical/1602.html';
		else if (d.options[d.selectedIndex].value == 'Medical Operation Theater')
		 	window.location.href = 'product/medical/1603.html';
		else if (d.options[d.selectedIndex].value == 'Dentist Chair')
		 	window.location.href = 'product/medical/1604.html';
		else if (d.options[d.selectedIndex].value == 'Disinfectant for Scope')
		 	window.location.href = 'product/medical/1605.html';
	 }
}