 function func(objThis)
	   {
	   		switch (objThis.value)
            {
                case "1":
                    window.location="activity.html";
                break;
                case "2":
                    window.location="admission.html";
                break;
                case "3":
                    window.location="apexbody.html";
                break;
				case "4":
                    window.location="course.html";
                break;
				case "5":
                    window.location="contact.html";
                break;
				case "6":
                    window.location="facilities.html";
                break;
				case "7":
                    window.location="management.html";
                break;
				case "8":
                    window.location="mandatorydiscl.html";
                break;
				case "9":
                    window.location="photogallery.html";
                break;
				case "10":
                    window.location="principal.html";
                break;
				case "11":
                    window.location="ranks.html";
					break;
				case "12":
                    window.location="cocurricular.html";
					break;
				case "13":
                    window.location="governingbody.html";
					break;
				case "14":
                    window.location="infrastucture.html";
					break;
				case "15":
                    window.location="location.html";
					break;
				case "16":
                    window.location="principal.html";
					break;
				case "17":
                    window.location="splprogrammes.html";
					
                break;
				case "17":
                    window.location="trust.html";
					
                break;
                default : 
                    window.location="index.html";
            } 
		}