function teamObj(name,URL) {
	this.name=name;
	this.URL=URL;
}

var acc=new Array(
	new teamObj('ACC Teams','#'),
	new teamObj('Boston College','/acc/boston.college.html'),
	new teamObj('Clemson','/acc/clemson.html'),
	new teamObj('Duke','/acc/duke.html'),
	new teamObj('Florida State','/acc/floridast.html'),
	new teamObj('Georgia Tech','/acc/gatech.html'),
	new teamObj('Maryland','/acc/maryland.html'),
	new teamObj('Miami','/acc/miami.html'),
	new teamObj('North Carolina','/acc/unc.html'),
	new teamObj('North Carolina State','/acc/ncstate.html'),
	new teamObj('Virginia','/acc/virginia.html'),
	new teamObj('Virginia Tech','/acc/vatech.html'),
	new teamObj('Wake Forest','/acc/wakeforest.html')
);

var bigTwelve=new Array(
	new teamObj('Big 12 Teams','#'),
	new teamObj('Baylor','/b12/baylor.html'),
	new teamObj('Colorado','/b12/colorado.html'),
	new teamObj('Iowa State','/b12/iowast.html'),
	new teamObj('Kansas','/b12/kansas.html'),
	new teamObj('Kansas State','/b12/kansasst.html'),
	new teamObj('Missouri','/b12/missouri.html'),
	new teamObj('Nebraska','/b12/nebraska.html'),
	new teamObj('Oklahoma','/b12/oklahoma.html'),
	new teamObj('Oklahoma State','/b12/oklast.html'),
	new teamObj('Texas','/b12/texas.html'),
	new teamObj('Texas A&M','/b12/texasam.html'),
	new teamObj('Texas Tech','/b12/texastech.html')
);

var bigEast=new Array(
	new teamObj('Big East Teams','#'),
	new teamObj('Cincinnati','/east/cincinnati.html'),	
	new teamObj('Connecticut','/east/connecticut.html'),	
	new teamObj('Louisville','/east/louisville.html'),	
	new teamObj('Pittsburgh','/east/pittsburgh.html'),	
	new teamObj('Rutgers','/east/rutgers.html'),	
	new teamObj('South Florida','/south.florida.html'),	
	new teamObj('Syracuse','/east/syracuse.html'),
	new teamObj('West Virginia','/east/west.virginia.html')
);	

var bigTen=new Array(
	new teamObj('Big Ten Teams','#'),
	new teamObj('Illinois','/ten/illinois.html'),
	new teamObj('Indiana','/ten/indiana.html'),
	new teamObj('Iowa','/ten/iowa.html'),
	new teamObj('Michigan','/ten/michigan.html'),
	new teamObj('Michigan State','/ten/michiganst.html'),
	new teamObj('Minnesota','/ten/minnesota.html'),
	new teamObj('Northwestern','/ten/northwstrn.html'),
	new teamObj('Ohio State','/ten/ohiost.html'),
	new teamObj('Penn State','/ten/pennst.html'),
	new teamObj('Purdue','/ten/purdue.html'),
	new teamObj('Wisconsin','/ten/wisconsin.html')
);

var cusa=new Array(
	new teamObj('C-USA Teams','#'),
	new teamObj('Central Florida','/cusa/ucf.html'),
	new teamObj('East Carolina','/eastcarolina.html'),
	new teamObj('Houston','/cusa/houston.html'),
	new teamObj('Marshall','/cusa/marshall.html'),
	new teamObj('Memphis','/cusa/memphis.html'),
	new teamObj('Rice','/cusa/rice.html'),
	new teamObj('SMU','/cusa/smu.html'),
	new teamObj('Southern Miss','/cusa/southern.miss.html'),
	new teamObj('Tulane','/cusa/tulane.html'),
	new teamObj('Tulsa','/cusa/tulsa.html'),
	new teamObj('UAB','/cusa/uab.html'),
	new teamObj('UTEP','/cusa/utep.html')
);

var independents=new Array(
	new teamObj('Independents Teams','#'),
	new teamObj('Army','/ind/army.html'),
	new teamObj('Navy','/ind/navy.html'),
	new teamObj('Notre Dame','/ind/notre.dame.html'),
	new teamObj('Temple','/ind/temple.html')
);

var mac=new Array(
	new teamObj('MAC Teams','#'),
	new teamObj('Akron','/mac/akron.html'),
	new teamObj('Ball State','/mac/ball.state.html'),
	new teamObj('Bowling Green','/bowling.green.html'),
	new teamObj('Buffalo','/mac/buffalo.html'),
	new teamObj('Central Michigan','/mac/central.michigan.html'),
	new teamObj('Eastern Michigan','/mac/east.michigan.html'),
	new teamObj('Kent State','/mac/kent.state.html'),
	new teamObj('Miami of Ohio','/mac/miami.ohio.html'),
	new teamObj('Northern Illinois','/mac/nillinois.html'),
	new teamObj('Ohio','/mac/ohio.html'),
	new teamObj('Toledo','/mac/toledo.html'),
	new teamObj('Western Michigan','/mac/west.michigan.html')
);

var mountainWest=new Array(
	new teamObj('Mountain West Teams','#'),
	new teamObj('Air Force','/mwc/air.force.html'),
	new teamObj('BYU','/mwc/byu.html'),
	new teamObj('Colorado State','/mwc/colorado.state.html'),
	new teamObj('New Mexico','/mwc/new.mexico.html'),
	new teamObj('San Diego State','/mwc/san.diego.state.html'),
	new teamObj('TCU','/mwc/tcu.html'),
	new teamObj('UNLV','/mwc/unlv.html'),
	new teamObj('Utah','/mwc/utah.html'),
	new teamObj('Wyoming','/mwc/wyoming.html')
);

var pacTen=new Array(
	new teamObj('PAC 10 Teams','#'),
	new teamObj('Arizona','/pac/arizona.html'),
	new teamObj('Arizona State','/pac/arizona.state.html'),
	new teamObj('California','/pac/california.html'),
	new teamObj('Oregon','/pac/oregon.html'),
	new teamObj('Oregon State','/pac/oregonst.html'),
	new teamObj('Stanford','/pac/stanford.html'),
	new teamObj('UCLA','/pac/ucla.html'),
	new teamObj('USC','/pac/usc.html'),
	new teamObj('Washington','/pac/washington.html'),
	new teamObj('Washington State','/pac/washst.html')
);

var sec=new Array(
	new teamObj('SEC Teams','#'),
	new teamObj('Alabama','/sec/alabama.html'),
	new teamObj('Arkansas','/sec/arkansas.html'),
	new teamObj('Auburn','/sec/auburn.html'),
	new teamObj('Florida','/sec/florida.html'),
	new teamObj('Georgia','/sec/georgia.html'),
	new teamObj('Kentucky','/sec/kentucky.html'),
	new teamObj('LSU','/sec/lsu.html'),
	new teamObj('Mississippi','/sec/olemiss.html'),
	new teamObj('Mississippi State','/sec/missstate.html'),
	new teamObj('South Carolina','/sec/socarolina.html'),
	new teamObj('Tennessee','/sec/tennessee.html'),
	new teamObj('Vanderbilt','/sec/vanderbilt.html')
);

var sunBelt=new Array(
	new teamObj('Sun Belt Teams','#'),
	new teamObj('Arkansas Sate','/sun/arkst.html'),
	new teamObj('Fla Atlantic','/sun/flaatlantc.html'),
	new teamObj('Florida Intl','/sun/flaintl.html'),
	new teamObj('La Lafayette','/sun/lalafaytte.html'),
	new teamObj('Louisiana Monroe','/sun/lamonroe.html'),
	new teamObj('Middle Tenn. St.','/sun/middletenn.html'),
	new teamObj('North Texas','/sun/northtexas.html'),
	new teamObj('Troy','/sun/troy.html')
);

var wac=new Array(
	new teamObj('WAC Teams','#'),
	new teamObj('Boise State','/wac/boisest.html'),
	new teamObj('Fresno State','/wac/fresnost.html'),
	new teamObj('Hawaii','/wac/hawaii.html'),
	new teamObj('Idaho','/wac/idaho.html'),
	new teamObj('Louisiana Tech','/wac/latech.html'),
	new teamObj('Nevada','/wac/nevada.html'),
	new teamObj('New Mexico State','/wac/newmexst.html'),
	new teamObj('San Jose State','/wac/sanjosest.html'),
	new teamObj('Utah State','/wac/utahst.html')
);

function changeTeams() {
	if (document.teamsNav.conferences.options[document.teamsNav.conferences.selectedIndex].value!='#') {
		var newTeam=eval(document.teamsNav.conferences.options[document.teamsNav.conferences.selectedIndex].value);
		document.teamsNav.teams.options.length=0;
		document.getElementById('teamsMenu').style.visibility='visible';
		for(i=0; i<newTeam.length; i++) document.teamsNav.teams.options[i]=new Option(newTeam[i].name,newTeam[i].URL);
	}
	else {
		document.teamsNav.teams.options.length=0;
		document.teamsNav.teams.options[0]=new Option('Select Team','#');
		document.getElementById('teamsMenu').style.visibility='hidden';
	}
}
function openTeam() {
	var team=document.teamsNav.teams.options[document.teamsNav.teams.selectedIndex].value;
	if (team!='#') 
		window.location='/football/ncaa/specials/preview/2006/teams'+team;
}
//
function changeTeamsBot() {
	if (document.teamsNavBot.conferencesBot.options[document.teamsNavBot.conferencesBot.selectedIndex].value!='#') {
		var newTeam=eval(document.teamsNavBot.conferencesBot.options[document.teamsNavBot.conferencesBot.selectedIndex].value);
		document.teamsNavBot.teamsBot.options.length=0;
		document.getElementById('teamsMenuBot').style.visibility='visible';
		for(i=0; i<newTeam.length; i++) document.teamsNavBot.teamsBot.options[i]=new Option(newTeam[i].name,newTeam[i].URL);
	}
	else {
		document.teamsNavBot.teamsBot.options.length=0;
		document.teamsNavBot.teamsBot.options[0]=new Option('Select Team','#');
		document.getElementById('teamsMenuBot').style.visibility='hidden';
	}
}
function openTeamBot() {
	var team=document.teamsNavBot.teamsBot.options[document.teamsNavBot.teamsBot.selectedIndex].value;
	if (team!='#') 
		window.location='/football/ncaa/specials/preview/2006/teams'+team;
}