// DOWNLOADS
// Get the variable in the pass
var passed = window.location.href.split("?")[1];

// Overall Length of Table 793
// a = All Downloads
// b = Mods
// c = Tools
// d = 3D Models
// e = Textures
// f = Others

var useit="ab";
if (useit.indexOf(passed)>=0)
	{
	document.write('	<table>');
	document.write('	<table width="793" height="102" border="1" cellspacing="0" cellpadding="1" align="center">');
	document.write('	<td width="202" align="center">');
	document.write('	<img src="portfolio/nsr_sm.png"></td>');
	document.write('	<td width="591" align="left">');
	document.write('	<b>Nascar Sim Racing for rFactor</b><br>');
	document.write('	Complete conversion of Nascar Sim Racing by EA Sports to rFactor.<br><br>');
	document.write('	<a href="downloads/NSR_Ver_1.0.rar">Download ver 1.0<br></a>');
	document.write('	<a href="downloads/NSR_Ver_1.1_Update.rar">Download Update 1.1<br></a>');
	document.write('	<br><b>Painting Templates</b><br>');
	document.write('	<a href="downloads/NSR_General_Templates.rar">Download General Templates<br></a>');
	document.write('	<a href="downloads/NSR_Truck_Templates.rar">Download Truck Templates<br></a>');
	document.write('	<a href="downloads/NSR_Car_Templates.rar">Download Car Templates<br></a>');
	document.write('	</td></table>');
	}

var useit="ac";
if (useit.indexOf(passed)>=0)
	{
	document.write('	<table>');
	document.write('	<table width="793" height="102" border="1" cellspacing="0" cellpadding="1" align="center">');
	document.write('	<td width="202" align="center">');
	document.write('	<img src="portfolio/AI_Creator_sm.png"></td>');
	document.write('	<td width="591" align="left">');
	document.write('	<b>AI Creator for rFactor</b><br>');
	document.write('	Create random talent files for your mods. Gets rid of the tendency to show preference to certain drivers. Very little input is needed with this tool.<br><br>');
	document.write('	<a href="downloads/AI_Creator.rar">Download AI Creator<br></a>');
	document.write('	</td></table>');
	}

var useit="af";
if (useit.indexOf(passed)>=0)
	{
	document.write('	<table>');
	document.write('	<table width="793" height="102" border="1" cellspacing="0" cellpadding="1" align="center">');
	document.write('	<td width="202" align="center">');
	document.write('	<img src="portfolio/badinfluenz_sm.png"></td>');
	document.write('	<td width="591" align="left">');
	document.write('	<b>Bad Influenz</b><br>');
	document.write('	The band I was in while I was in high school. 7 of the original tunes and pictures! The original copy of the music was lost, but these were put back together from the 4 track they were originally recorded on. Keep in mind, this was from about 20 years ago.<br><br>');
	document.write('	<a href="downloads/badinfluenz.rar">Download<br></a>');
	document.write('	</td></table>');
	}


var useit="deghijklmnopqrstuvwxyz";
if (useit.indexOf(passed)>=0)
	{
	document.write('<!-- Under Construction -->')
	document.write('	<table>')
	document.write('		<table width=100% border="1" cellspacing="0" cellpadding="1" align="center">')
	document.write('		<tr valign=top>')
	document.write('		<td width=100% align=center>')
	document.write('		<img src="images/construction.png"><br>')
	document.write('		No downloads available in this area yet.')
	document.write('		</td></tr>')
	document.write('		</table>')
	document.write('<!-- End Under Construction -->')
	}
