function menulinks(link){
	var links = link;
	var theLoc;
	switch (links){
		case 1	:
			theLoc = "home.htm";
			break;
		case 2	:	
			theLoc = "whystudy.htm";
			break;
		case 3	:
			theLoc = "application.htm";
			break;
	    case 4  :
	    	theLoc = "firstsemester.htm";
			break;
		case 5	:
			theLoc = "advising.htm";
			break;
		case 6	:
			theLoc = "courses.htm";
			break;
		case 7	:
			theLoc = "courseware/toolbox/";
			break;
		case 8	:
			theLoc = "undergraduateoptions.htm";
			break;
		case 29 :
			theLoc = "worldcourseware.html";
			break;  
		case 26:
			theLoc = "newsletters.htm";
			break; 	
		case 27:
			theLoc = "faq.html";
			break; 	
		case 10	:
			theLoc = "http://www.uah.edu/cgi-bin/schedule.pl";
			break;
 		case 11	:
			theLoc = "faculty.htm";
			break;
		case 12	:
			theLoc = "students.htm";
			break;
		case 13	:
			theLoc = "http://www.che.uah.edu/iab/iab.html";
			break;
		case 14	:
			theLoc = "alumni.htm";
			break;
		case 15	:
			theLoc = "facultyresearch.htm";
			break;
		case 16	:
			theLoc = "/aiche/";
			break;
		case 17	:
			theLoc = "/oxe/";
			break;
		case 18	:
			theLoc = "chescholarshipfund.htm";
			break;
		case 28: 
			theLoc = "http://www.che.uah.edu/facilities.html";
			break; 	
	case 19	:
			theLoc = "info/contact.htm";
			break;
	case 20	:
			theLoc = "mailto:perkinjl@email.uah.edu.htm";
			break;
	case 25 : 
			theLoc = "graduationpictures.htm"; 
			break; 	
	case 21 :
			theLoc = "graduateprogram.htm";
			break;
	}
	parent.content.location.href = theLoc;
}
