function bottom_nav(ontab)
{
	  document.write("<table style=\"background: #ffffff url('images/bottom_nav_bg.gif') repeat-x scroll bottom;\"");
	document.writeln("border=0 width='790px' cellpadding=0 cellspacing=0>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 width='220px' height='79px'></td>");

	switch (ontab)
	{	case 1:  document.writeln("<td style=\"background: url('images/welcome_bg.gif') no-repeat scroll top left;\">"); break;
		case 2:  document.writeln("<td style=\"background: url('images/media_buying_bg.gif') no-repeat scroll top left;\">"); break;
		case 3:  document.writeln("<td style=\"background: url('images/seo_bg.gif') no-repeat scroll top left;\">"); break;
		case 4:  document.writeln("<td style=\"background: url('images/about_bg.gif') no-repeat scroll top left;\">"); break;
		case 5:  document.writeln("<td style=\"background: url('images/contact_bg.gif') no-repeat scroll top left;\">"); break;
		case 7:  document.writeln("<td style=\"background: url('images/news_bg.gif') no-repeat scroll top left;\">"); break;
		default: document.writeln("<td>");
	}
	
	document.writeln("			<table border=0 width='467px' cellpadding=0 cellspacing=0>");
	document.writeln("				<tr><td><img src='images/spacer.gif' border=0 height='40px'></td></tr>");
	  document.write("				<tr><td><table border=0 width='467px' height='15px' cellpadding=0 cellspacing=0 ");
	document.writeln("style='font:9px Century Gothic, Arial;'><tr>");

	if (ontab == 1)
	{	document.writeln("<td width='48px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>HOME</a></td>");
	} else {
		  document.write("<td width='48px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='index.shtml'>HOME</a></td>");
	}

	if (ontab == 2)
	{	document.writeln("<td width='95px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>MEDIA BUYING</a></td>");
	} else {
		  document.write("<td width='95px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='services.shtml'>MEDIA BUYING</a></td>");
	}

	if (ontab == 3)
	{	document.writeln("<td width='98px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>SEO SERVICES</a></td>");
	} else {
		  document.write("<td width='98px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='website_seo.html'>SEO SERVICES</a></td>");
	}

	if (ontab == 4)
	{	document.writeln("<td width='46px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>TEAM</a></td>");
	} else {
		  document.write("<td width='46px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='mission.shtml'>TEAM</a></td>");
	}

	if (ontab == 5)
	{	document.writeln("<td width='69px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>CONTACT</a></td>");
	} else {
		  document.write("<td width='69px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='contact.shtml'>CONTACT</a></td>");
	}

	if (ontab == 6)
	{	document.writeln("<td width='71px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>VEN-VIEW</a></td>");
	} else {
		  document.write("<td width='71px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='http://www.mediavenue.com/wordpress/' target='_blank'>VEN-VIEW</a></td>");
	}

	if (ontab == 7)
	{	document.writeln("<td width='50px' align='center' style='color:#000000; font:900 12px Century Gothic, Arial;'>NEWS</a></td>");
	} else {
		  document.write("<td width='50px' align='center'><a onmouseover=\"this.style.font='900 12px Arial'\" ");
		  document.write("style=\"text-decoration:none; color:#000000;\" onmouseout=\"this.style.font='9px Arial'\" ");
		document.writeln("href='news.htm'>NEWS</a></td>");
	}

	document.writeln("						</tr></table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' border=0 height='24px'></td></tr>");
	document.writeln("			</table></td>");
	document.writeln("		<td><table border=0 width='85px' cellpadding=0 cellspacing=0>");
	document.writeln("				<tr><td><img src='images/spacer.gif' border=0 width='85px' height='28px'></td></tr>");
	document.writeln("				<tr><td><img border=0 src='images/bottom_logo.gif'></td></tr>");
	document.writeln("				<tr><td bgcolor='#8181A5' height='16px'></td></tr>");
	document.writeln("			</table></td>");
	document.writeln("		<td><img src='images/spacer.gif' border=0 width='18px'></td></tr>");
	document.writeln("</table></td></tr>");
}
