// 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://www1.txstate.edu/catsweb/index.htm";
	else if(document.myform1.links.selectedIndex ==3) location="http://www.business.txstate.edu/foundation/";
	else if(document.myform1.links.selectedIndex ==4) location="http://www.business.txstate.edu/McCoy/Entrepreneurial/default.htm"
	else if(document.myform1.links.selectedIndex ==5) location="http://www.business.txstate.edu/lab/lab.htm";
	else if(document.myform1.links.selectedIndex ==6) location="http://www.business.txstate.edu/accreditation/";
	else if(document.myform1.links.selectedIndex ==7) location="http://www.business.txstate.edu/foundation/foundation.htm";
	else if(document.myform1.links.selectedIndex ==8) location="http://www.business.txstate.edu/McCoy/syllabi.htm";
}

function directory(){
		if(document.myform2.listings.selectedIndex ==1) location="http://www.business.txstate.edu/McCoy/directory/accounting.php";
		else if(document.myform2.listings.selectedIndex ==2) location="http://www.business.txstate.edu/McCoy/directory/advising.php";
		else if(document.myform2.listings.selectedIndex ==3) location="http://www.business.txstate.edu/McCoy/directory/cis.php";
		else if(document.myform2.listings.selectedIndex ==4) location="http://www.business.txstate.edu/McCoy/directory/dean.php";
		else if(document.myform2.listings.selectedIndex ==5) location="http://www.business.txstate.edu/McCoy/directory/fin.php";
		else if(document.myform2.listings.selectedIndex ==6) location="http://www.business.txstate.edu/McCoy/directory/management.php";
		else if(document.myform2.listings.selectedIndex ==7) location="http://www.business.txstate.edu/McCoy/directory/marketing.php";
		else if(document.myform2.listings.selectedIndex ==8) location="http://www.business.txstate.edu/McCoy/directory/sbdc.php";
		else if(document.myform2.listings.selectedIndex ==9) location="http://www.business.txstate.edu/McCoy/directory/Tech.php";
}

function assessment(){
		if(document.myform3.links2.selectedIndex ==1) location="http://www.business.txstate.edu/users/jm28/aacsb/aacsbindex.htm";
		else if (document.myform3.links2.selectedIndex ==2) location="http://www.sacscoc.org/principles.asp";
		else if (document.myform3.links2.selectedIndex ==3) location="http://www.ada.txstate.edu/";
		else if (document.myform3.links2.selectedIndex ==4) location="http://www.upa.txstate.edu/";
		else if (document.myform3.links2.selectedIndex ==5) location="http://www.avpie.txstate.edu/SACS.html";
}
