function tst()
	{
		var opt = new Option();
		var len;
		//len=[loc.selectedindex].values;
		//alert(document.form.loc.selectedIndex);
		len=document.form.loc.selectedIndex;
		
//var l=new Array('prg/pg/intro_phd.htm','prg/pg/Phdinpharmacology.htm','prg/pg/masterofscienceinsuplychain.htm','prg/pg/llm program.html','prg/pg/MBA.htm','prg/accounting.htm','prg/business_information_systems.htm','prg/pg/electronic_commerce_management.htm','prg/pg/health_service_management.htm','prg/hospitality_management.htm','prg/pg/human_resource_management.htm','prg/operations_management.htm','prg/pg/project_management.htm','prg/sales_and_marketing.htm','prg/security_management.htm','prg/small_business_management_and_entrepreneurship.htm','prg/technical_management.htm','prg/biomedical_engineering_technology.htm','prg/biomedical_informatics.htm','prg/computer_engineering_technology.htm','prg/computer_engineering_technology.htm','prg/electronics_and_computer_technology.htm','prg/electronics_engineering_technology.htm','prg/game_and_simulation_programming.htm','prg/health_information_technology.htm','prg/technical_management.htm','prg/information_technology.htm','prg/pg/ncm.htm','prg/pg/information_security.htm','prg/pg/information_systems_management.htm','prg/pg/network_and_communications_management.htm','prg/businessadmin.htm','prg/pg/accounting.htm','prg/business_information_systems.htm','prg/e-commerce.htm','prg/health_service_management.htm','prg/hospitality_management.htm','prg/human_resources_technology_management.htm','prg/operations_management.htm','prg/project management concentration.htm','prg/sales_and_marketing.htm','prg/security_management.htm','prg/small_business_management_and_entrepreneurship.htm','prg/technical_management.htm','prg/biomedical_engineering_technology.htm','prg/biomedical_informatics.htm','prg/computer_engineering_technology.htm','prg/computer_engineering_technology.htm','prg/electronics_and_computer_technology.htm','prg/electronics_engineering_technology.htm','prg/game_and_simulation_programming.htm','prg/health_information_technology.htm','prg/information_technology.htm','prg/network_and_communications_management.htm','prg/network_systems_administration.htm','prg/llb program.html','prg/llb programs.html');
	
	var l=new Array(
'prg/pg/intro_phd.htm',
'prg/pg/Phdinpharmacology.htm',
'dba program.html',
'prg/pg/bba.htm',
'prg/pg/MBA.htm',
'prg/pg/mafm.htm',
'prg/pg/hrm.htm',
'prg/pg/pm.htm',
'prg/pg/mpa.htm',
'prg/master law.html',
'prg/pg/masterofscienceinsuplychain.htm',
'prg/pg/ism.htm',
'prg/pg/ncm.htm',
'prg/pg/accounting.htm',
'prg/pg/busiad.htm',
'prg/pg/educational_management.htm',
'prg/pg/electronic_commerce_management.htm',
'prg/pg/entrepreneurship.htm',
'prg/pg/financial_analysis.htm',
'prg/pg/health service management.htm',
'prg/pg/human_resource_management.htm',
'prg/pg/project_management.htm',
'prg/pg/information_security.htm',
'prg/pg/information_systems_management.htm',
'prg/pg/network_and_communications_management.htm',
'prg/pg/wireless.htm',
'prg/businessadmin.htm',
'prg/pg/accounting.htm',
'prg/business_information_systems.htm',
'prg/health_service_management.htm',
'prg/hospitality_management.htm',
'prg/human_resources_technology_management.htm',
'prg/operations_management.htm',
'prg/project management concentration.htm',
'prg/sales_and_marketing.htm',
'prg/security_management.htm',
'prg/small_business_management_and_entrepreneurship.htm',
'prg/technical_management.htm',
'prg/biomedical_engineering_technology.htm',
'prg/biomedical_informatics.htm',
'prg/computer_engineering_technology.htm',
'prg/computer_information_systems.htm',
'prg/electronics_and_computer_technology.htm',
'prg/electronics_engineering_technology.htm',
'prg/game_and_simulation_programming.htm',
'prg/health_information_technology.htm',
'prg/information_technology.htm',
'prg/network_and_communications_management.htm',
'prg/network_systems_administration.htm',
'prg/llb program.html',
'prg/llb programs.html',
'prg/llm program.html',
'school/schooledu.htm',
'school/schoohealth.htm',
'school/schoolman.htm',
'school/schoolpys.htm',
'school/progeng.htm',
'school/proadm.htm');

				 var s=l[len-1];
				 // alert(s);
				  location.href=s;
				 /*for (var i=0;i<=l.length-1;i++)
				      {
                       if(i=len)
					     {
						alert(i);
						 var s=l[i-1];
						 alert(s)
//window.open(s,'SDDM_Evaluation','menubar=no,status=no,scrollbars=no,resizable=yes,width=550,height=520,toolbar=no,location=no,directories=no');
location.href=s;
//window.location='accounting.htm';
						 }
					 }*/
				   
		
	}