/* Hier worden de global navigation items toegevoegd aan de footer navigation */
addFooterNavigationItem(NAVIGATION_FOOTER_ITEM, "Reviews and awards", "/bv/computers/tnt/reviews_awards.htm");
addFooterNavigationItem(NAVIGATION_FOOTER_ITEM, "Technology trends", "/bv/computers/tnt/technology_trends/index.htm");
addFooterNavigationItem(NAVIGATION_FOOTER_ITEM, "Business trends", "/bv/computers/tnt/business_trends/index.htm");
/* The first part of the footer, black bar */
function getTopFooterHTML() {
	var text = "";
	text += "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
		text += "<TR valign=\"top\">";
			text += "<TD class=\"globfooterbar\" valign=\"top\">";
				text += "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
					text += "<TR>";
						text += "<TD width=\"160\"><IMG src=\"/bv/computers/navigation/bottom/images/header_moreinformation.gif\" alt=\"More Information\" width=\"160\" height=\"19\" border=\"0\"></TD>";
						text += "<TD class=\"globseparator\"><IMG src=\"/bv/computers/navigation/pixel.gif\" width=\"1\"></TD>";
					text += "</TR>";
				text += "</TABLE>";
			text += "</TD>";
			text += "<TD class=\"globfooterbar\" align=\"left\" width=\"100%\"><A href=\"/bv/computers/home.asp\"><IMG border=\"0\" width=\"147\" height=\"19\" src=\"/bv/computers/navigation/bottom/images/button_home_en.gif\"></A></TD>";
			text += "<TD class=\"globfooterbar\" align=\"right\" width=\"100%\"><A href=\"#top\"><IMG border=\"0\" width=\"81\" height=\"19\" src=\"/bv/computers/navigation/bottom/images/button_backtotop_en.gif\"></A></TD>";
		text += "</TR>";
	text += "</TABLE>";

	return text;
}

/* The last part of the footer, the grey bar */
function getLegalFooterHTML() {

	var text = "";
		text += "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
			text += "<TR valign=\"top\">";
				text += "<TD class=\"globlegalbar\" width=\"50%\"><A href=\"http://www.toshiba-europe.com/eu/legal/index.html\"><IMG src=\"/bv/computers/navigation/bottom/images/button_termsnconditions_en.gif\" alt=\"&copy; Toshiba 2001\" width=\"201\" height=\"19\" border=\"0\"></A></TD>";
				text += "<TD class=\"globlegalbar\" width=\"50%\" align=\"right\"><A href=\"/bv/computers/inside/index.htm\"><IMG src=\"/bv/computers/navigation/bottom/images/button_insidetoshiba_en.gif\" alt=\"Inside Toshiba\" width=\"88\" height=\"19\" border=\"0\"></A>";
				text += "<A href=\"http://www.toshiba-europe.com/eu/contact/index_computers.html\"><IMG src=\"/bv/computers/navigation/bottom/images/button_contacttoshiba_en.gif\" alt=\"Contact Toshiba\" width=\"101\" height=\"19\" border=\"0\"></A></TD>";
			text += "</TR>";
		text += "<td align=\"left\" valign=\"top\"><a href=\"http://www.microsoft.com/piracy/howtotell\" target=\"_blank\"><img src=\"/bv/computers/products/windows/microsoft_genuinewindows.gif\" width=\"350\" height=\"48\" border=\"0\"></a></td></table>";
	
	return text;
}

function getBottomHTML() {
	var text = "";
	text += getTopFooterHTML();
	//text += getFooterNavigationHTML();
	text += getLegalFooterHTML();
	
	return text;
}
