// JavaScript Document
var timer=0;
var hoverid='';
function show(id,id2){
	if(hoverid==id)	clearTimeout(timer);
	document.getElementById(id2).style.color="#000000";
	document.getElementById(id).className='visibleNav';
	hoverid=id;
}
function hide(id,id2){
	timer=setTimeout(function(){document.getElementById(id).className='nav'; document.getElementById(id2).style.color="#FFFFFF";},100);
}

function create_menu(id,content,cols){
	// this is a function used to create a drop down navigation links
	// the id is the id of the div
	// content determines what are the links to be displayed
	// cols determines the number of column to be created
	switch(content){
		case 1:
			var content1=new Array();
			var links1=new Array();
			var x=0;
			var mainpage='http://www.sportsfantreasures.com/ncaa.htm';
//			content1[x]="Air Force";				links1[x]="http://www.sportsfantreasures.com/ncaa-air-force-falcons.htm";					x++;
			content1[x]="Alabama";					links1[x]="http://www.sportsfantreasures.com/alabama.htm";									x++;
//			content1[x]="Albany State"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-albany-state.htm";							x++;	
//			content1[x]="Appalachian State";		links1[x]="http://www.sportsfantreasures.com/ncaa-appalachian-state-mountaineers.htm";		x++;
			content1[x]="Arizona State";			links1[x]="http://www.sportsfantreasures.com/ncaa-arizona-state-sun-devils.htm";				x++;
			content1[x]="Arizona";					links1[x]="http://www.sportsfantreasures.com/ncaa-arizona-wildcats.htm";						x++;
			content1[x]="Arkansas";					links1[x]="http://www.sportsfantreasures.com/arkansas.htm";									x++;
//			content1[x]="Arkansas State";			links1[x]="http://www.sportsfantreasures.com/ncaa-arkansas-state-indians.htm";				x++;
//			content1[x]="Army Black Knights";		links1[x]="http://www.sportsfantreasures.com/ncaa-army-black-knights.htm";					x++;
			content1[x]="Auburn";					links1[x]="http://www.sportsfantreasures.com/auburn.htm";									x++;
//			content1[x]="Ball State";				links1[x]="http://www.sportsfantreasures.com/ncaa-ball-state-cardinals.htm";					x++;
			content1[x]="Baylor";					links1[x]="http://www.sportsfantreasures.com/baylor.htm";									x++;
//			content1[x]="Boise State";				links1[x]="http://www.sportsfantreasures.com/ncaa-boise-state-broncos.htm";					x++;
			content1[x]="Boston College";			links1[x]="http://www.sportsfantreasures.com/ncaa-boston-college-eagles.htm";				x++;
//			content1[x]="Bowling Green";			links1[x]="http://www.sportsfantreasures.com/ncaa-bowling-green-falcons.htm";				x++;
//			content1[x]="Brigham Young";			links1[x]="http://www.sportsfantreasures.com/ncaa-brigham-young-cougars.htm";				x++;
			content1[x]="California";				links1[x]="http://www.sportsfantreasures.com/ncaa-cal-golden-bears.htm";						x++;
//			content1[x]="California-State Fullerton";links1[x]="http://www.sportsfantreasures.com/ncaa-cal-state-fullerton-titans.htm";			x++;
			content1[x]="Central Florida";			links1[x]="http://www.sportsfantreasures.com/ncaa-central-florida-golden-knights.htm";		x++;
			content1[x]="Cincinnati";				links1[x]="http://www.sportsfantreasures.com/ncaa-cincinnati-bearcats.htm";					x++;
//			content1[x]="Citadel";					links1[x]="http://www.sportsfantreasures.com/ncaa-citadel-bulldogs.htm";						x++;
			content1[x]="Clemson";					links1[x]="http://www.sportsfantreasures.com/clemson.htm";									x++;
//			content1[x]="Colgate University";		links1[x]="http://www.sportsfantreasures.com/ncaa-colgate-university-raiders.htm";			x++;
			content1[x]="Colorado";					links1[x]="http://www.sportsfantreasures.com/colorado.htm";									x++;
//			content1[x]="Colorado State";			links1[x]="http://www.sportsfantreasures.com/ncaa-colorado-state-rams.htm";					x++;
//			content1[x]="Columbia";					links1[x]="http://www.sportsfantreasures.com/ncaa-columbia-lions.htm";						x++;
//			content1[x]="Connecticut";				links1[x]="http://www.sportsfantreasures.com/ncaa-connecticut-uconn-huskies.htm";			x++;
//			content1[x]="Dayton";					links1[x]="http://www.sportsfantreasures.com/ncaa-dayton-flyers.htm";						x++;
//			content1[x]="Delaware";					links1[x]="http://www.sportsfantreasures.com/ncaa-delaware-fighting-blue-hens.htm";			x++;
			content1[x]="Duke";						links1[x]="http://www.sportsfantreasures.com/ncaa-duke-blue-devils.htm";						x++;
//			content1[x]="East Carolina";			links1[x]="http://www.sportsfantreasures.com/east_carolina.htm";								x++;
//			content1[x]="Emporia State";			links1[x]="http://www.sportsfantreasures.com/ncaa-emporia-state-hornets.htm";				x++;
			content1[x]="Florida";					links1[x]="http://www.sportsfantreasures.com/florida.htm";									x++;
//			content1[x]="Florida A&amp;M";			links1[x]="http://www.sportsfantreasures.com/ncaa-florida-a&m-rattlers.htm";					x++;
			content1[x]="Florida State";			links1[x]="http://www.sportsfantreasures.com/florida_state.htm";								x++;
//			content1[x]="Fresno State";				links1[x]="http://www.sportsfantreasures.com/ncaa-fresno-state-bulldogs.htm";				x++;
//			content1[x]="George Mason";				links1[x]="http://www.sportsfantreasures.com/ncaa-george-mason-patriots.htm";				x++;
			content1[x]="Georgia";					links1[x]="http://www.sportsfantreasures.com/georgia.htm";									x++;
//			content1[x]="Georgia Southern";			links1[x]="http://www.sportsfantreasures.com/ncaa-georgia-southern-eagles.htm";				x++;
			content1[x]="Georgia Tech";				links1[x]="http://www.sportsfantreasures.com/georgia_tech.htm";								x++;
//			content1[x]="Gonzaga";					links1[x]="http://www.sportsfantreasures.com/ncaa-gonzaga-bulldogs.htm";						x++;
//			content1[x]="Hawaii";					links1[x]="http://www.sportsfantreasures.com/ncaa-hawaii-rainbows.htm";						x++;
//			content1[x]="Houston";					links1[x]="http://www.sportsfantreasures.com/ncaa-houston-cougars.htm";						x++;
			content1[x]="Illinois";					links1[x]="http://www.sportsfantreasures.com/illinois.htm";									x++;
//			content1[x]="Illinois State";			links1[x]="http://www.sportsfantreasures.com/ncaa-illinois-state-redbirds.htm";				x++;
			content1[x]="Indiana";					links1[x]="http://www.sportsfantreasures.com/indiana.htm";									x++;
//			content1[x]="Indiana State";			links1[x]="http://www.sportsfantreasures.com/ncaa-indiana-state-sycamores.htm";				x++;
			content1[x]="Iowa";						links1[x]="http://www.sportsfantreasures.com/iowa.htm";										x++;
			content1[x]="Iowa State";				links1[x]="http://www.sportsfantreasures.com/iowa_state.htm";								x++;
//			content1[x]="Jacksonville";				links1[x]="http://www.sportsfantreasures.com/ncaa-jacksonville-gamecocks.htm";				x++;
			content1[x]="Kansas";					links1[x]="http://www.sportsfantreasures.com/kansas.htm";									x++;
			content1[x]="Kansas State";				links1[x]="http://www.sportsfantreasures.com/kansas_state.htm";								x++;
			content1[x]="Kentucky";					links1[x]="http://www.sportsfantreasures.com/kentucky.htm";									x++;
//			content1[x]="Louisiana Lafayette";		links1[x]="http://www.sportsfantreasures.com/ncaa-louisiana-lafayette-ragin-cajuns.htm";		x++;
//			content1[x]="Louisiana Tech";			links1[x]="http://www.sportsfantreasures.com/ncaa-louisiana-tech-bulldogs.htm";				x++;
			content1[x]="Louisville";				links1[x]="http://www.sportsfantreasures.com/louisville.htm";								x++;
			content1[x]="LSU";						links1[x]="http://www.sportsfantreasures.com/lsu.htm";										x++;
//			content1[x]="Marquette";				links1[x]="http://www.sportsfantreasures.com/ncaa-marquette-golden-eagles.htm";				x++;
//			content1[x]="Marshall";					links1[x]="http://www.sportsfantreasures.com/marshall.htm";									x++;
//			content1[x]="Maryland";					links1[x]="http://www.sportsfantreasures.com/ncaa-maryland-terrapins.htm";					x++;
//			content1[x]="McNeese State";			links1[x]="http://www.sportsfantreasures.com/ncaa-mcneese-state-cowboys.htm";				x++;
			content1[x]="Memphis";					links1[x]="http://www.sportsfantreasures.com/ncaa-memphis-tigers.htm";						x++;
			content1[x]="Miami";					links1[x]="http://www.sportsfantreasures.com/miami.htm";										x++;
//			content1[x]="Miami Ohio";				links1[x]="http://www.sportsfantreasures.com/ncaa-miami-ohio-redhawks.htm";					x++;
			content1[x]="Michigan";					links1[x]="http://www.sportsfantreasures.com/michigan.htm";									x++;
			content1[x]="Michigan State";			links1[x]="http://www.sportsfantreasures.com/michigan_state.htm";							x++;
//			content1[x]="Michigan Tech";			links1[x]="http://www.sportsfantreasures.com/ncaa-michigan-tech-huskies.htm";				x++;
//			content1[x]="Middle Tennessee State";	links1[x]="http://www.sportsfantreasures.com/ncaa-middle-tennessee-state-blue-raiders.htm";	x++;
//			content1[x]="Minnesota";				links1[x]="http://www.sportsfantreasures.com/ncaa-minnesota-golden gophers.htm";				x++;
			content1[x]="Mississippi State"; 		links1[x]="http://www.sportsfantreasures.com/mississippi_state.htm";							x++;
			content1[x]="Missouri"; 				links1[x]="http://www.sportsfantreasures.com/missouri.htm";									x++;
//			content1[x]="Missouri State"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-missouri-state.htm";						x++;
//			content1[x]="Montana"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-montana-grizzlies.htm";					x++;
//			content1[x]="Naval Academy"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-navy-midshipmen.htm"	;					x++;
			content1[x]="Nebraska"; 				links1[x]="http://www.sportsfantreasures.com/nebraska.htm";									x++;
//			content1[x]="Navada Navy";	 			links1[x]="http://www.sportsfantreasures.com/ncaa-nevada-wolf-pack.htm";						x++;
			content1[x]="New Mexico"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-new-mexico-lobos.htm";						x++;
			content1[x]="New Mexico State"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-new-mexico-state-aggies.htm";				x++;
			content1[x]="North Carolina"; 			links1[x]="http://www.sportsfantreasures.com/north_carolina.htm";							x++;
			content1[x]="North Carolina State";		links1[x]="http://www.sportsfantreasures.com/nc_state.htm";									x++;
//			content1[x]="North Dakota"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-north-dakota-state-bison.htm";				x++;
//			content1[x]="Northern Illinois"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-northern-illinois-huskies.htm";			x++;
//			content1[x]="Northern Iowa";  			links1[x]="http://www.sportsfantreasures.com/ncaa-northern-iowa-panthers.htm";				x++;
//			content1[x]="North Texas"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-north-texas-mean-green.htm";				x++;
//			content1[x]="Northwestern"; 			links1[x]="http://www.sportsfantreasures.com/northwestern.htm";								x++;
			content1[x]="Notre Dame"; 				links1[x]="http://www.sportsfantreasures.com/notre_dame.htm";								x++;
			content1[x]="Ohio State"; 				links1[x]="http://www.sportsfantreasures.com/ohio_state.htm";								x++;
//			content1[x]="Ohio University"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-ohio-university-bobcats.htm";				x++;
			content1[x]="Oklahoma"; 				links1[x]="http://www.sportsfantreasures.com/oklahoma.htm";									x++;
			content1[x]="Oklahoma State"; 			links1[x]="http://www.sportsfantreasures.com/oklahoma_state.htm";							x++;
			content1[x]="Ole Miss"; 				links1[x]="http://www.sportsfantreasures.com/ole_miss.htm";									x++;
			content1[x]="Oregon"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-oregon-ducks.htm";							x++;
			content1[x]="Oregon State"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-oregon-state-beavers.htm";					x++;
//			content1[x]="Palmetto";  				links1[x]="http://www.sportsfantreasures.com/ncaa-palmetto.htm";								x++;
			content1[x]="Penn State"; 				links1[x]="http://www.sportsfantreasures.com/penn_state.htm";								x++;
			content1[x]="Pittsburgh"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-pittsburgh-panthers.htm";					x++;
//			content1[x]="Pittsburgh State"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-pittsburgh-state-gorillas.htm";			x++;
			content1[x]="Purdue"; 					links1[x]="http://www.sportsfantreasures.com/purdue.htm";									x++;
			content1[x]="Rice"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-rice-owls.htm";							x++;
//			content1[x]="Rutgers";					links1[x]="http://www.sportsfantreasures.com/ncaa-rutgers-scarlet-knights.htm";				x++;
//			content1[x]="Sam Houston State";		links1[x]="http://www.sportsfantreasures.com/ncaa-sam-houston-state-bearkats.htm";			x++;
//			content1[x]="San Diego State"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-san-diego-state-aztecs.htm";				x++;
			content1[x]="South Carolina"; 			links1[x]="http://www.sportsfantreasures.com/south_carolina.htm";							x++;
			content1[x]="Southern California";		links1[x]="http://www.sportsfantreasures.com/ncaa-southern-cal-usc-trojans.htm";				x++;
//			content1[x]="Southern Illinois"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-southern-illinois-salukis.htm";			x++;
			content1[x]="Southern Mississippi";		links1[x]="http://www.sportsfantreasures.com/southern_mississippi.htm";						x++;
//			content1[x]="Southern University"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-southern-university-jaguars.htm";			x++;
//			content1[x]="South Florida"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-south-florida-bulls.htm";					x++;
//			content1[x]="Stanford"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-stanford-cardinals.htm";					x++;
//			content1[x]="Stephen F. Austin"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-stephen-f-austin-lumberjacks.htm";			x++;
			content1[x]="Syracuse"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-syracuse-orange.htm";						x++;
			content1[x]="Tennessee"; 				links1[x]="http://www.sportsfantreasures.com/tennessee.htm";									x++;
			content1[x]="Texas"; 					links1[x]="http://www.sportsfantreasures.com/texas.htm";										x++;
			content1[x]="Texas A&amp;M"; 			links1[x]="http://www.sportsfantreasures.com/texas_a_m.htm";									x++;
			content1[x]="Texas Christian"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-texas-christian-horned-frogs.htm";			x++;
//			content1[x]="Texas State";  			links1[x]="http://www.sportsfantreasures.com/ncaa-texas-state-bobcats.htm";					x++;
			content1[x]="Texas Tech"; 				links1[x]="http://www.sportsfantreasures.com/texas_tech.htm";								x++;
//			content1[x]="Towson"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-towson-tigers.htm";						x++;
//			content1[x]="Troy"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-troy-trojans.htm";							x++;
//			content1[x]="Tulsa"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-tulsa-golden-hurricanes.htm";				x++;
//			content1[x]="UAB Blazers"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-uab-blazers.htm";							x++;
			content1[x]="UCLA"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-ucla-bruins.htm";							x++;
//			content1[x]="UNC Wilmington"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-unc-wilmington-seahawks.htm";				x++;
//			content1[x]="UNLV"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-unlv-rebels.htm";							x++;
//			content1[x]="Utah State"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-utah-state-aggies.htm";					x++;
			content1[x]="Utah"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-utah-utes.htm";							x++;
//			content1[x]="UTEP"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-utep-miners.htm";							x++;
			content1[x]="Vanderbilt"; 				links1[x]="http://www.sportsfantreasures.com/vanderbilt.htm";								x++;
			content1[x]="Virginia"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-virginia-cavaliers.htm";					x++;
//			content1[x]="Virginia Commonwealth"; 	links1[x]="http://www.sportsfantreasures.com/ncaa-virginia-commonwealth-rams.htm";			x++;
//			content1[x]="Virginia Military";		links1[x]="http://www.sportsfantreasures.com/ncaa-virginia-military.htm";					x++;
			content1[x]="Virginia Tech"; 			links1[x]="http://www.sportsfantreasures.com/virginia_tech.htm";								x++;
//			content1[x]="Wake Forest"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-wake-forest-demon-deacons.htm";			x++;
			content1[x]="Washington"; 				links1[x]="http://www.sportsfantreasures.com/ncaa-washington-huskies.htm";					x++;
//			content1[x]="Washington and Lee"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-washington-lee.htm";						x++;
//			content1[x]="Washington St. Louis"; 	links1[x]="http://www.sportsfantreasures.com/ncaa-washington-st.-louis-bears.htm";			x++;
//			content1[x]="Washington State"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-washington-state-cougars.htm";				x++;	
//			content1[x]="Western Carolina"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-western-carolina-catamounts.htm";			x++;	
//			content1[x]="Western Kentucky"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-western-kentucky-hilltoppers.htm";			x++;	
			content1[x]="West Virginia"; 			links1[x]="http://www.sportsfantreasures.com/west_virginia.htm";								x++;	
//			content1[x]="Wichita State"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-wichita-state-shockers.htm";				x++;	
			content1[x]="Wisconsin"; 				links1[x]="http://www.sportsfantreasures.com/wisconsin.htm";									x++;	
//			content1[x]="Wisconsin Green Bay"; 		links1[x]="http://www.sportsfantreasures.com/ncaa-wisconsin-green-bay-phoenix.htm";			x++;	
//			content1[x]="Wyoming Cowboys"; 			links1[x]="http://www.sportsfantreasures.com/ncaa-wyoming-cowboys.htm";						x++;
//			content1[x]="Xavier"; 					links1[x]="http://www.sportsfantreasures.com/ncaa-xavier-musketeers.htm";					x++;	
			num_rows=content1.length /cols;
			size=content1.length ;
			name='NCAA';
		break;
		case 2:
			var content2=new Array();
			var x=0;
			var links2=new Array();
			var mainpage='http://www.sportsfantreasures.com/nfl.htm';
			content2[x]="Arizona Cardinals";		links2[x]="http://www.sportsfantreasures.com/nfl-arizona-cardinals.htm";						x++;
			content2[x]="Atlanta Falcons";			links2[x]="http://www.sportsfantreasures.com/nfl-atlanta-falcons.htm";						x++;
			content2[x]="Baltimore Ravens";			links2[x]="http://www.sportsfantreasures.com/nfl-baltimore-ravens.htm";						x++;
			content2[x]="Buffalo Bills";			links2[x]="http://www.sportsfantreasures.com/nfl-buffalo-bills.htm";							x++;
			content2[x]="Carolina Panthers";		links2[x]="http://www.sportsfantreasures.com/nfl-carolina-panthers.htm";						x++;
			content2[x]="Chicago Bears";			links2[x]="http://www.sportsfantreasures.com/nfl-chicago-bears.htm";							x++;
			content2[x]="Cincinnati Bengals";		links2[x]="http://www.sportsfantreasures.com/nfl-cincinnati-bengals.htm";					x++;
			content2[x]="Cleveland Browns";			links2[x]="http://www.sportsfantreasures.com/nfl-cleveland-browns.htm";						x++;
			content2[x]="Dallas Cowboys";			links2[x]="http://www.sportsfantreasures.com/nfl-dallas-cowboys.htm";						x++;
			content2[x]="Denver Broncos";			links2[x]="http://www.sportsfantreasures.com/nfl-denver-broncos.htm";						x++;
			content2[x]="Detroit Lions";			links2[x]="http://www.sportsfantreasures.com/nfl-detroit-lions.htm";							x++;
			content2[x]="Green Bay Packers";		links2[x]="http://www.sportsfantreasures.com/nfl-green-bay-packers.htm";						x++;
			content2[x]="Houston Texans";			links2[x]="http://www.sportsfantreasures.com/nfl-houston-texans.htm";						x++;
			content2[x]="Indianapolis Colts";		links2[x]="http://www.sportsfantreasures.com/nfl-indianapolis-colts.htm";					x++;
			content2[x]="Jacksonville Jaguars";		links2[x]="http://www.sportsfantreasures.com/nfl-jacksonville-jaguars.htm";					x++;
			content2[x]="Kansas City Chiefs";		links2[x]="http://www.sportsfantreasures.com/nfl-kansas-city-chiefs.htm";					x++;
			content2[x]="Miami Dolphins";			links2[x]="http://www.sportsfantreasures.com/nfl-miami-dolphins.htm";						x++;
			content2[x]="Minnesota Vikings";		links2[x]="http://www.sportsfantreasures.com/nfl-minnesota-vikings.htm";						x++;
			content2[x]="New England Patriots";	links2[x]="http://www.sportsfantreasures.com/nfl-new-england-patriots.htm";					x++;
			content2[x]="New Orleans Saints";		links2[x]="http://www.sportsfantreasures.com/nfl-new-orleans-saints.htm";					x++;
			content2[x]="New York Giants";			links2[x]="http://www.sportsfantreasures.com/nfl-new-york-giants.htm";						x++;
			content2[x]="New York Jets";			links2[x]="http://www.sportsfantreasures.com/nfl-new-york-jets.htm";							x++;
			content2[x]="Oakland Raiders";			links2[x]="http://www.sportsfantreasures.com/nfl-oakland-raiders.htm";						x++;
			content2[x]="Philadelphia Eagles";		links2[x]="http://www.sportsfantreasures.com/nfl-philadelphia-eagles.htm";					x++;
			content2[x]="Pittsburgh Steelers";		links2[x]="http://www.sportsfantreasures.com/nfl-pittsburgh-steelers.htm";					x++;
			content2[x]="San Diego Chargers";		links2[x]="http://www.sportsfantreasures.com/nfl-san-diego-chargers.htm";					x++;
			content2[x]="San Francisco 49ers";		links2[x]="http://www.sportsfantreasures.com/nfl-san-francisco-49ers.htm";					x++;
			content2[x]="Seattle Seahawks";			links2[x]="http://www.sportsfantreasures.com/nfl-seattle-seahawks.htm";						x++;
			content2[x]="St. Louis Rams";			links2[x]="http://www.sportsfantreasures.com/nfl-st.-louis-rams.htm";						x++;
			content2[x]="Tampa Bay Bucs";			links2[x]="http://www.sportsfantreasures.com/nfl-tampa-bay-bucs.htm";						x++;
			content2[x]="Tennessee Titans";			links2[x]="http://www.sportsfantreasures.com/nfl-tennessee-titans.htm";						x++;
			content2[x]="Washington Redskins";		links2[x]="http://www.sportsfantreasures.com/nfl-washington-redskins.htm";					x++;
			num_rows=content2.length /cols;
			size=content2.length ;
			name='NFL';
		break;
		case 3:
			content3=new Array();
			var x=0;
			var links3=new Array();
			var mainpage='http://www.sportsfantreasures.com/mlb.htm';
			content3[x]="Anaheim Angels";			links3[x]="http://www.sportsfantreasures.com/mlb-anaheim-angels.htm";						x++;
			content3[x]="Arizona Diamondbacks";		links3[x]="http://www.sportsfantreasures.com/mlb-arizona-diamondbacks.htm";					x++;
			content3[x]="Atlanta Braves";			links3[x]="http://www.sportsfantreasures.com/mlb--atlanta-braves.htm";						x++;
			content3[x]="Baltimore Orioles";		links3[x]="http://www.sportsfantreasures.com/mlb-baltimore-orioles.htm";						x++;
			content3[x]="Boston Red Sox";			links3[x]="http://www.sportsfantreasures.com/mlb-boston-red-sox.htm";						x++;
			content3[x]="Chicago Cubs";				links3[x]="http://www.sportsfantreasures.com/mlb-chicago-cubs.htm";							x++;
			content3[x]="Chicago White Sox";		links3[x]="http://www.sportsfantreasures.com/mlb-chicago-white-sox.htm";						x++;
			content3[x]="Cincinnati Reds";			links3[x]="http://www.sportsfantreasures.com/mlb-cincinnati-reds.htm";						x++;
			content3[x]="Cleveland Indians";		links3[x]="http://www.sportsfantreasures.com/mlb-cleveland-indians.htm";						x++;
			content3[x]="Colorado Rockies";			links3[x]="http://www.sportsfantreasures.com/mlb-colorado-rockies.htm";						x++;
			content3[x]="Detroit Tigers";			links3[x]="http://www.sportsfantreasures.com/mlb-detroit-tigers.htm";						x++;
			content3[x]="Florida Marlins";			links3[x]="http://www.sportsfantreasures.com/mlb-florida-marlins.htm";						x++;
			content3[x]="Houston Astros";			links3[x]="http://www.sportsfantreasures.com/mlb-houston-astros.htm";						x++;
			content3[x]="Kansas City Royals";		links3[x]="http://www.sportsfantreasures.com/mlb-kansas-city-royals.htm";					x++;
			content3[x]="Los Angeles Dodgers";		links3[x]="http://www.sportsfantreasures.com/mlb-los-angeles-dodgers.htm";					x++;
			content3[x]="Milwaukee Brewers";		links3[x]="http://www.sportsfantreasures.com/mlb-milwaukee-brewers.htm";						x++;
			content3[x]="Minnesota Twins";			links3[x]="http://www.sportsfantreasures.com/mlb-minnesota-twins.htm";						x++;
			content3[x]="New York Mets";			links3[x]="http://www.sportsfantreasures.com/mlb-new-york-mets.htm";							x++;
			content3[x]="New York Yankees";			links3[x]="http://www.sportsfantreasures.com/mlb-new-york-yankees.htm";						x++;
			content3[x]="Oakland A&acute;s";		links3[x]="http://www.sportsfantreasures.com/mlb-oakland-as.htm";							x++;
			content3[x]="Philadelphia Phillies";	links3[x]="http://www.sportsfantreasures.com/mlb-philadelphia-phillies.htm";					x++;
			content3[x]="Pittsburgh Pirates";		links3[x]="http://www.sportsfantreasures.com/mlb-pittsburgh-pirates.htm";					x++;
			content3[x]="San Diego Padres";			links3[x]="http://www.sportsfantreasures.com/mlb-san-diego-padres.htm";						x++;
			content3[x]="San Francisco Giants";		links3[x]="http://www.sportsfantreasures.com/mlb-san-francisco-giants.htm";					x++;
			content3[x]="Seattle Mariners";			links3[x]="http://www.sportsfantreasures.com/mlb-seattle-mariners.htm";						x++;
			content3[x]="St. Louis Cardinals";		links3[x]="http://www.sportsfantreasures.com/mlb-st-louis-cardinals.htm";					x++;
			content3[x]="Tampa Bay Devil Rays";		links3[x]="http://www.sportsfantreasures.com/mlb-tampa-bay-devil-rays.htm";					x++;
			content3[x]="Texas Rangers";			links3[x]="http://www.sportsfantreasures.com/mlb-texas-rangers.htm";							x++;
			content3[x]="Toronto Blue Jays";		links3[x]="http://www.sportsfantreasures.com/mlb-toronto-blue-jays.htm";						x++;
			content3[x]="Washington Nationals";		links3[x]="http://www.sportsfantreasures.com/mlb-washington-nationals.htm";					x++;
			num_rows=content3.length /cols;
			size=content3.length ;
			name='MLB';
		break;		
		case 4:
			content4=new Array();
			var x=0;
			var links4=new Array();
			var mainpage='http://www.sportsfantreasures.com/nba.htm';
			content4[x]="Atlanta Hawks";			links4[x]="http://www.sportsfantreasures.com/nba-atlanta-hawks.htm";							x++;
			content4[x]="Boston Celtics";			links4[x]="http://www.sportsfantreasures.com/nba-boston-celtics.htm";						x++;
			content4[x]="Charlotte Bobcats";		links4[x]="http://www.sportsfantreasures.com/nba-charlotte-bobcats.htm";						x++;
			content4[x]="Chicago Bulls";			links4[x]="http://www.sportsfantreasures.com/nba-chicago-bulls.htm";							x++;
			content4[x]="Cleveland Cavaliers";		links4[x]="http://www.sportsfantreasures.com/nba-cleveland-cavaliers.htm";					x++;
			content4[x]="Dallas Mavericks";			links4[x]="http://www.sportsfantreasures.com/nba-dallas-mavericks.htm";						x++;
			content4[x]="Denver Nuggets";			links4[x]="http://www.sportsfantreasures.com/nba-denver-nuggets.htm";						x++;
			content4[x]="Detroit Pistons";			links4[x]="http://www.sportsfantreasures.com/nba-detroit-pistons.htm";						x++;
			content4[x]="Golden State Warriors";	links4[x]="http://www.sportsfantreasures.com/nba-golden-state-warriors.htm";					x++;
			content4[x]="Houston Rockets";			links4[x]="http://www.sportsfantreasures.com/nba-houston-rockets.htm";						x++;
			content4[x]="Indiana Pacers";			links4[x]="http://www.sportsfantreasures.com/nba-indiana-pacers.htm";						x++;
			content4[x]="Los Angeles Clippers";		links4[x]="http://www.sportsfantreasures.com/nba-los-angeles-clippers.htm";					x++;
			content4[x]="Los Angeles Lakers";		links4[x]="http://www.sportsfantreasures.com/nba-los-angeles-lakers.htm";					x++;
			content4[x]="Memphis Grizzlies";			links4[x]="http://www.sportsfantreasures.com/nba-memphis-grizzlies.htm";						x++;
			content4[x]="Miami Heat";				links4[x]="http://www.sportsfantreasures.com/nba-miami-heat.htm";							x++;
			content4[x]="Milwaukee Bucks";			links4[x]="http://www.sportsfantreasures.com/nba-milwaukee-bucks.htm";						x++;
			content4[x]="Minnesota Timberwolves";	links4[x]="http://www.sportsfantreasures.com/nba-minnesota-timberwolves.htm";				x++;
			content4[x]="New Jersey Nets";			links4[x]="http://www.sportsfantreasures.com/nba-new-jersey-nets.htm";						x++;
			content4[x]="New Orleans Hornets";		links4[x]="http://www.sportsfantreasures.com/nba-new-orleans-hornets.htm";					x++;
			content4[x]="New York Knicks";			links4[x]="http://www.sportsfantreasures.com/nba-new-york-knicks.htm";						x++;
			content4[x]="Orlando Magic";			links4[x]="http://www.sportsfantreasures.com/nba-orlando-magic.htm";							x++;
			content4[x]="Philadelphia 76ers";		links4[x]="http://www.sportsfantreasures.com/nba-philadelphia-76ers.htm";					x++;
			content4[x]="Phoenix Suns";				links4[x]="http://www.sportsfantreasures.com/nba-phoenix-suns.htm";							x++;
			content4[x]="Portland Trail Blazers";	links4[x]="http://www.sportsfantreasures.com/nba-portland-trail-blazers.htm";				x++;
			content4[x]="Sacramento Kings";			links4[x]="http://www.sportsfantreasures.com/nba-sacramento-kings.htm";						x++;
			content4[x]="San Antonio Spurs";		links4[x]="http://www.sportsfantreasures.com/nba-san-antonio-spurs.htm";						x++;
			content4[x]="Seattle Supersonics";		links4[x]="http://www.sportsfantreasures.com/nba-seattle-supersonics.htm";					x++;
			content4[x]="Toronto Raptors";			links4[x]="http://www.sportsfantreasures.com/nba-toronto-raptors.htm";						x++;
			content4[x]="Utah Jazz";				links4[x]="http://www.sportsfantreasures.com/nba-utah-jazz.htm";								x++;
			content4[x]="Washington Wizards";		links4[x]="http://www.sportsfantreasures.com/nba-washington-wizards.htm";					x++;
			num_rows=content4.length /cols;
			size=content4.length ;
			name='NBA';
		break;
		case 5:
			content5=new Array();
			var x=0;
			var links5=new Array();
			var mainpage='http://www.sportsfantreasures.com/nhl.htm';
			content5[x]="Anaheim Mighty Ducks";		links5[x]="http://www.sportsfantreasures.com/nhl-anaheim-mighty-ducks.htm";					x++;
			content5[x]="Atlanta Thrashers";		links5[x]="http://www.sportsfantreasures.com/nhl-atlanta-thrashers.htm";						x++;
			content5[x]="Boston Bruins";			links5[x]="http://www.sportsfantreasures.com/nhl-boston-bruins.htm";							x++;
			content5[x]="Buffalo Sabres";			links5[x]="http://www.sportsfantreasures.com/nhl-buffalo-sabres.htm";						x++;
			content5[x]="Calgary Flames";			links5[x]="http://www.sportsfantreasures.com/nhl-calgary-flames.htm";						x++;
			content5[x]="Carolina Hurricanes";		links5[x]="http://www.sportsfantreasures.com/nhl-carolina-hurricanes.htm";					x++;
			content5[x]="Chicago Blackhawks";		links5[x]="http://www.sportsfantreasures.com/nhl-chicago-blackhawks.htm";					x++;
			content5[x]="Colorado Avalanche";		links5[x]="http://www.sportsfantreasures.com/nhl-colorado-avalanche.htm";					x++;
			content5[x]="Columbus Blue Jackets";	links5[x]="http://www.sportsfantreasures.com/nhl-columbus-blue-jackets.htm";					x++;
			content5[x]="Dallas Stars";				links5[x]="http://www.sportsfantreasures.com/nhl-dallas-stars.htm";							x++;
			content5[x]="Detroit Red Wings";		links5[x]="http://www.sportsfantreasures.com/nhl-detroit-red-wings.htm";						x++;
			content5[x]="Edmonton Oilers";			links5[x]="http://www.sportsfantreasures.com/nhl-edmonton-oilers.htm";						x++;
			content5[x]="Florida Panthers";			links5[x]="http://www.sportsfantreasures.com/nhl-florida-panthers.htm";						x++;
			content5[x]="LA Kings";					links5[x]="http://www.sportsfantreasures.com/nhl-la-kings.htm";								x++;
			content5[x]="Minnesota Wild";			links5[x]="http://www.sportsfantreasures.com/nhl-minnesota-wild.htm";						x++;
			content5[x]="Montreal Canadiens";		links5[x]="http://www.sportsfantreasures.com/nhl-montreal-canadiens.htm";					x++;
			content5[x]="Nashville Predators";		links5[x]="http://www.sportsfantreasures.com/nhl-nashville-predators.htm";					x++;
			content5[x]="New Jersey Devils";		links5[x]="http://www.sportsfantreasures.com/nhl-new-jersey-devils.htm";						x++;
			content5[x]="New York Islanders";		links5[x]="http://www.sportsfantreasures.com/nhl-new-york-islanders.htm";					x++;
			content5[x]="New York Rangers";			links5[x]="http://www.sportsfantreasures.com/nhl-new-york-rangers.htm";						x++;
			content5[x]="Ottawa Senators";			links5[x]="http://www.sportsfantreasures.com/nhl-ottawa-senators.htm";						x++;
			content5[x]="Philadelphia Flyers";		links5[x]="http://www.sportsfantreasures.com/nhl-philadelphia-flyers.htm";					x++;
			content5[x]="Phoenix Coyotes";			links5[x]="http://www.sportsfantreasures.com/nhl-phoenix-coyotes.htm";						x++;
			content5[x]="Pittsburgh Penguins";		links5[x]="http://www.sportsfantreasures.com/nhl-pittsburgh-penguins.htm";					x++;
			content5[x]="San Jose Sharks";			links5[x]="http://www.sportsfantreasures.com/nhl-san-jose-sharks.htm";						x++;
			content5[x]="St. Louis Blues";			links5[x]="http://www.sportsfantreasures.com/nhl-st.-louis-blues.htm";						x++;
			content5[x]="Tampa Bay Lightning";		links5[x]="http://www.sportsfantreasures.com/nhl-tampa-bay-lightning.htm";					x++;
			content5[x]="Toronto Maple Leafs";		links5[x]="http://www.sportsfantreasures.com/nhl-toronto-maple-leafs.htm";					x++;
			content5[x]="Vancouver Canucks";		links5[x]="http://www.sportsfantreasures.com/nhl-vancouver-canucks.htm";						x++;
			content5[x]="Washington Capitals";		links5[x]="http://www.sportsfantreasures.com/nhl-washington-capitals.htm";					x++;
			num_rows=content5.length /cols;
			num_of_teams=30;
			size=content5.length ;
			name='NHL';
		break;
		case 6:
			content6=new Array();
			var x=0;
			var links6=new Array();
			var mainpage='http://www.sportsfantreasures.com/nascar.htm';
			content6[x]="Bobby Labonte";			links6[x]="http://www.sportsfantreasures.com/nascar-bobby-labonte.htm";						x++;
			content6[x]="Dale Earnhardt, Jr.";		links6[x]="http://www.sportsfantreasures.com/nascar-dale-earnhardt-jr.htm";					x++;
			content6[x]="Dale Earnhardt, Sr.";		links6[x]="http://www.sportsfantreasures.com/nascar-dale-earnhardt-sr.htm";					x++;
			content6[x]="Dale Jarrett";				links6[x]="http://www.sportsfantreasures.com/nascar-dale-jarrett.htm";						x++;
			content6[x]="Jeff Gordon";				links6[x]="http://www.sportsfantreasures.com/nascar-jeff-gordon.htm";						x++;
			content6[x]="Jimmie Johnson";			links6[x]="http://www.sportsfantreasures.com/nascar-jimmie-johnson.htm";						x++;
			content6[x]="Kasey Kahne";				links6[x]="http://www.sportsfantreasures.com/nascar-kasey-kahne.htm";						x++;
			content6[x]="Kevin Harvick";			links6[x]="http://www.sportsfantreasures.com/nascar-kevin-harvick.htm";						x++;
			content6[x]="Tony Stewart";				links6[x]="http://www.sportsfantreasures.com/nascar-tony-stewart.htm";						x++;
			content6[x]="Kurt Busch";				links6[x]="http://www.sportsfantreasures.com/nascar-kurt-busch.htm";							x++;
			content6[x]="Mark Martin";				links6[x]="http://www.sportsfantreasures.com/nascar-mark-martin.htm";						x++;
			content6[x]="Matt Kenseth";				links6[x]="http://www.sportsfantreasures.com/nascar-matt-kenseth.htm";						x++;
			content6[x]="NFL NASCAR";				links6[x]="http://www.sportsfantreasures.com/nfl-nascar.htm";								x++;
			name='NASCAR';
			num_rows=content6.length /cols;
			size=content6.length ;
		break;
	}
	add='';
	size2=size;
		add='<div class="column2"  style="width:'+(150*cols-10)+'px;"><a href="'+mainpage+'"  ><div style="width:'+(150*cols-10)+'px;" class="column3" onMouseOver="this.className=\'column3-hover\'" onMouseOut="this.className=\'column3\'">View the '+name+' Home Page &gt;&gt;</div></a></div>';
	if(size>60){
		num_rows=60/cols;
		size2=60;
	}
	row=0;
	html='<div class="column" style="left:10px" ><ul >';
	for(i=0;i<size2;i++){
		if(content==1)	html=html+'<li><a href="'+links1[i]+'">'+content1[i]+'</a></li>';
		if(content==2)	html=html+'<li><a href="'+links2[i]+'">'+content2[i]+'</a></li>';
		if(content==3)	html=html+'<li><a href="'+links3[i]+'">'+content3[i]+'</a></li>';
		if(content==4)	html=html+'<li><a href="'+links4[i]+'">'+content4[i]+'</a></li>';
		if(content==5)	html=html+'<li><a href="'+links5[i]+'">'+content5[i]+'</a></li>';
		if(content==6)	html=html+'<li><a href="'+links6[i]+'">'+content6[i]+'</a></li>';
		row++;
		if(row>num_rows){
			row=0;
			html=html+'</ul></div><div class="column" ><ul >';
		}
	}
	x=i;
	for(i=row;i<=num_rows;i++){ 
		if(x<size){
			if(content==1)	html=html+'<li><a href="'+links1[x]+'">'+content1[x]+'</a></li>';
			if(content==2)	html=html+'<li><a href="'+links2[x]+'">'+content2[x]+'</a></li>';
			if(content==3)	html=html+'<li><a href="'+links3[x]+'">'+content3[x]+'</a></li>';
			if(content==4)	html=html+'<li><a href="'+links4[x]+'">'+content4[x]+'</a></li>';
			if(content==5)	html=html+'<li><a href="'+links5[x]+'">'+content5[x]+'</a></li>';
			if(content==6)	html=html+'<li><a href="'+links6[x]+'">'+content6[x]+'</a></li>';
		}else{
			html=html+'<li>&nbsp;</li>';
		}
		x++;
	}	
	html=html+'</ul></div>';
	html=add+html+add;
	document.getElementById(id).innerHTML=html;
}
