	function generate_bread_crumb( intPage ){

		chrUrl = 'http://www.advantia.co.uk/content.php?website_page_id=';

		chrBreadCrumb = 'Home';

		var arrBreadCrumb = new Array();

		arrBreadCrumb[5453] = "Home"; 

		arrBreadCrumb[5465] = "<a href='" + chrUrl + "5453'>Home</a> >> About us";

		arrBreadCrumb[5769] = "<a href='" + chrUrl + "5453'>Home</a> >> Join us";

		arrBreadCrumb[5775] = "<a href='" + chrUrl + "5453'>Home</a> >> Corporate Focus";

		arrBreadCrumb[5466] = "<a href='" + chrUrl + "5453'>Home</a> >> Unique Brand";

		arrBreadCrumb[5765] = "<a href='" + chrUrl + "5453'>Home</a> >> Catalogue Request";

		arrBreadCrumb[5766] = "<a href='" + chrUrl + "5453'>Home</a> >> Online Ordering";

		arrBreadCrumb[5767] = "<a href='" + chrUrl + "5453'>Home</a> >> Environment";

		arrBreadCrumb[5774] = "<a href='" + chrUrl + "5453'>Home</a> >> News";

		arrBreadCrumb[5770] = "<a href='" + chrUrl + "5453'>Home</a> >> Testimonials";

		arrBreadCrumb[5458] = "<a href='" + chrUrl + "5453'>Home</a> >> Contact Us";	

		arrBreadCrumb[5467] = "<a href='" + chrUrl + "5453'>Home</a> >> Products & Services";

		arrBreadCrumb[5756] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Office Supplies";

		arrBreadCrumb[5755] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> FM Supplies";

		arrBreadCrumb[5459] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Interiors";

		arrBreadCrumb[5761] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Technology";

		arrBreadCrumb[5754] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Presentation";

		arrBreadCrumb[5757] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Telecoms";

		arrBreadCrumb[5758] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Business Gifts";

		arrBreadCrumb[5460] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Print Solutions";

		arrBreadCrumb[5461] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Computer Supplies";

		arrBreadCrumb[5763] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5467'>Products & Services</a> >> Recycling & Environment";



		

		arrBreadCrumb[5464] = "<a href='" + chrUrl + "5453'>Home</a> >> Career";

		arrBreadCrumb[5463] = "<a href='" + chrUrl + "5453'>Home</a> >> Site Map";

		arrBreadCrumb[5775] = "<a href='" + chrUrl + "5453'>Home</a> >> Corporate Focus";

		arrBreadCrumb[5454] = "<a href='" + chrUrl + "5453'>Home</a> >> Website Policy";

		

		arrBreadCrumb[5457] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5465'>About us</a> >> Head Office";

		arrBreadCrumb[1000] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5465'>About us</a> >> Local Dealers";

		arrBreadCrumb[1001] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5769'>Join us</a> >> Local Dealers";

		arrBreadCrumb[5773] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5769'>Join us</a> >> Partnership";

		arrBreadCrumb[5455] = "<a href='" + chrUrl + "5453'>Home</a> >> <a href='" + chrUrl + "5465'>About us</a> >> Membership";

		

<!-- No need to edit anything below; unless you know what your doing!!! -->



		

		chrBreadCrumb = arrBreadCrumb[intPage];

		if (chrBreadCrumb == undefined){

			chrBreadCrumb = "";

		}

		return chrBreadCrumb;

	

	}

	intPage = queryString();

	document.write(generate_bread_crumb( intPage ));

	

	function queryString( chrQueryString ){

		var querystring = window.location.search;

		return strRight(querystring, 4);

	}

	

	function strRight(str, n){

	    if (n <= 0)

	       return 0;

	    else if (n > String(str).length)

	       return str;
	    else {

	       var iLen = String(str).length;

	       return String(str).substring(iLen, iLen - n);

	    }

	}



