// JavaScript Document
function quick(){
	if(document.myform1.links.selectedIndex ==1) location="http://www.careerservices.txstate.edu/";
	else if(document.myform1.links.selectedIndex ==2) location="http://www.gradcollege.txstate.edu/catalogadmission.html";
	else if(document.myform1.links.selectedIndex ==3) location="http://www.txstate.edu/academicaffairs/catalog/catalogindex.html"
	else if(document.myform1.links.selectedIndex ==4) location="http://www1.txstate.edu/catsweb/index.htm";
	else if(document.myform1.links.selectedIndex ==5) location="http://www.business.txstate.edu/cba/contacts.htm";
	else if(document.myform1.links.selectedIndex ==6) location="http://www.business.txstate.edu/foundation/";
	else if(document.myform1.links.selectedIndex ==7) location="http://www.business.txstate.edu/cba/speakers.htm"
	else if(document.myform1.links.selectedIndex ==8) location="http://www.business.txstate.edu/cba/employment.htm";
	else if(document.myform1.links.selectedIndex ==9) location="http://www.grants.gov/";
	else if(document.myform1.links.selectedIndex ==10) location="http://www.business.txstate.edu/lab/lab.htm";
	else if(document.myform1.links.selectedIndex ==11) location="http://www.business.txstate.edu/users/jm28/aacsb/aacsbindex.htm";
	else if(document.myform1.links.selectedIndex ==12) location="http://www.business.txstate.edu/archived.htm";
	else if(document.myform1.links.selectedIndex ==13) location="http://www.business.txstate.edu/foundation/foundation.htm";
	else if(document.myform1.links.selectedIndex ==14) location="http://www.business.txstate.edu/cba/prospectivestudents.htm";
	else if(document.myform1.links.selectedIndex ==15) location="http://www.business.txstate.edu/cba/servicesorgs.htm";
	else if(document.myform1.links.selectedIndex ==16) location="http://www.txstate.edu";
}

function directory(){
		if(document.myform2.listings.selectedIndex ==1) location="http://www.business.txstate.edu/cba/directory/accounting.php";
		else if(document.myform2.listings.selectedIndex ==2) location="http://www.business.txstate.edu/cba/directory/advising.php";
		else if(document.myform2.listings.selectedIndex ==3) location="http://www.business.txstate.edu/cba/directory/cis.php";
		else if(document.myform2.listings.selectedIndex ==4) location="http://www.business.txstate.edu/cba/directory/fin.php";
		else if(document.myform2.listings.selectedIndex ==5) location="http://www.business.txstate.edu/cba/directory/management.php";
		else if(document.myform2.listings.selectedIndex ==6) location="http://www.business.txstate.edu/cba/directory/marketing.php";
		else if(document.myform2.listings.selectedIndex ==7) location="http://www.business.txstate.edu/cba/directory/sbdc.php";
}
function useful(){
		if(document.myform3.information.selectedIndex ==1) location="http://www.business.txstate.edu/adv/admission.htm";
		else if(document.myform3.information.selectedIndex ==2) location="http://www.business.txstate.edu/adv/resources.htm";
		else if(document.myform3.information.selectedIndex ==3) location="http://www.business.txstate.edu/adv/advisors.htm";
		else if(document.myform3.information.selectedIndex ==4) location="http://www.business.txstate.edu/adv/graduation.htm";
		else if(document.myform3.information.selectedIndex ==5) location="http://www.business.txstate.edu/adv/faq/";
}
