	
			function rootpage(obj)
			{	
				with (document.rootpager)
				{
					router(obj[obj.selectedIndex].value);
				}
			}

			function router(val)
			{
				switch (val)			
				{
					//Links for Engines
					case '1':
						window.location.href="/engines/commercial/index.html";
						break;
					case '2':
						window.location.href="/engines/commercial/cf34/index.html";
						break;
					case '3':
						window.location.href="/engines/commercial/cf6/index.html";
						break;
					case '4':
						window.location.href="/engines/commercial/cfm56/index.html";
						break;
					case '5':
						window.location.href="/engines/commercial/ct7/index.html";
						break;
					case '6':
						window.location.href="/engines/commercial/ge90/index.html";
						break;		
					case '7':
						window.location.href="/engines/commercial/gp7000/index.html";
						break;
					case '8':
						window.location.href="/engines/corporate/index.html";
						break;
					case '9':
						window.location.href="/engines/corporate/cf34/index.html";
						break;
					case '10':
						window.location.href="/engines/corporate/cfe738.html";
						break;
					case '11':
						window.location.href="/engines/corporate/cf700.html";
						break;
					case '12':
						window.location.href="/engines/corporate/cfm56/index.html";
						break;
					case '13':
						window.location.href="/engines/corporate/cj610.html";
						break;
					case '14':
						window.location.href="/engines/marine/index.html";
						break;
					case '15':
						window.location.href="/engines/marine/lm1600.html";
						break;
					case '16':
						window.location.href="/engines/marine/lm2500+.html";
						break;
					case '17':
						window.location.href="/engines/marine/lm2500.html";
						break;
					case '18':
						window.location.href="/engines/marine/lm500.html";
						break;
					case '19':
						window.location.href="/engines/marine/lm6000.html";
						break;
					case '20':
						window.location.href="/engines/military/index.html";
						break;
					case '21':
						window.location.href="/engines/military/f108/index.html";
						break;
					case '22':
						window.location.href="/engines/military/f101/index.html";
						break;
					case '23':
						window.location.href="/engines/military/f103/index.html";
						break;
					case '24':
						window.location.href="/engines/military/f110/index.html";
						break;
					case '25':
						window.location.href="/engines/military/f118/index.html";
						break;
					case '26':
						window.location.href="/engines/military/f136/index.html";
						break;
					case '27':
						window.location.href="/engines/military/f404/index.html";
						break;
					case '28':
						window.location.href="/engines/military/f414/index.html";
						break;
					case '29':
						window.location.href="/engines/military/j79/index.html";
						break;
					case '30':
						window.location.href="/engines/military/j85/index.html";
						break;
					case '31':
						window.location.href="/engines/military/lv100/index.html";
						break;
					case '32':
						window.location.href="/engines/military/t58/index.html";
						break;
					case '33':
						window.location.href="/engines/military/t64/index.html";
						break;
					case '34':
						window.location.href="/engines/military/t700/index.html";
						break;
					case '35':
						window.location.href="/engines/military/tf34/index.html";
						break;
					case '36':
						window.location.href="/engines/military/tf39/index.html";
						break;
					case '37':
						window.location.href="/services/maintenance/accessories/index.html";
						break;
					case '38':
						window.location.href="/services/material/componentrepair/index.html";
						break;
					case '39':
						window.location.href="/services/finance/customizedsolutions/index.html";
						break;
					case '40':
						window.location.href="/services/finance/engineleasing/index.html";
						break;
					case '41':
						window.location.href="http://www.geinspectiontechnologies.com";
						break;
					case '42':
						window.location.href="/services/material/newparts/index.html";
						break;
					case '43':
						window.location.href="/services/maintenance/ows/index.html";
						break;
					case '44':
						window.location.href="/services/maintenance/overhaul/index.html";
						break;
					case '45':
						window.location.href="/services/information/diagnostics/index.html";
						break;
					case '46':
						window.location.href="/services/technicalpublications/index.html";
						break;
					case '47':
						window.location.href="/services/material/technologyupgrades/index.html";
						break;
					case '48':
						window.location.href="/services/material/usedserviceable/index.html";
						break;
					case '49':
						window.location.href="https://customer.geae.com";
						break;
					case '50':
						window.location.href="http://www.supplychainwebcenter.com/";
						break;
					case '51':
						window.location.href="https://acc.geae.com/";
						break;
					case '52':
						window.location.href="http://www.geae.com/engines/commercial/genx/index.html";
						break;
					case '53':
						window.location.href="http://geae.com/services/exchange/index.html";
						break;
					case '54':
						window.location.href="/services/material.html";
						break;
					case '55':
						window.location.href="/services/asset.html";
						break;
					case '56':
						window.location.href="http://www.unisonindustries.com";
						break;
					case '57':
						window.location.href="/services/information/servicesolutions/index.html";
						break;	
					case '58':
						window.location.href="/bizaviation/";
						break;
					case '60':
						window.location.href="/services/onpoint.html";
						break;
					case '61':
						window.location.href="/services/maintenance.html";
						break;
					case '62':
						window.location.href="/services/ctec/index.html";
						break;
					case '63':
						window.location.href="/engines/military/ge38/index.html";
						break;
					case '64':
						window.location.href="/engines/corporate/hf120.html";
						break;
					case '65':
						window.location.href="/engines/corporate/m601.html";
						break;
					case '66':
						window.location.href="http://www.gehonda.com/";
						break;
					case '67':
						window.location.href="http://www.geaviation.cz";
						break;
				}
			}
	
	
