function showFooter(header)
{    
    var contactus='home/contactus.aspx';
    var boostglucosecontrol='';
    var faqs='home/faq.aspx';
    var sitemap='home/sitemap.aspx';
    var legal='home/legal.aspx';
    var privacypolicy='home/privacypolicy.aspx';
	var id='footer';
	var idcontent='footerContent';
    
    if(header=='content')
    {
        contactus='../home/'+contactus;
        boostglucosecontrol='../'+boostglucosecontrol;
        faqs='../home/'+faqs;
        sitemap='../home/'+sitemap;
		legal='../home/'+legal;
		privacypolicy='../home/'+privacypolicy;
    }
	
	if(header=='search')
    {
        contactus='http://www.boost.com/'+contactus;
        boostglucosecontrol='http://www.boost.com/'+boostglucosecontrol;
        faqs='http://www.boost.com/'+faqs;
        sitemap='http://www.boost.com/'+sitemap;
		legal='http://www.boost.com/'+legal;
		privacypolicy='http://www.boost.com/'+privacypolicy;
    }
	
	if(header=='home')
    {
		id='footer_home';
        idcontent='footerContent_home';
    }
    
    document.write('<div id="'+id+'"><div id="'+idcontent+'"><a href="#" onclick="confirmation(\'http://www.nestlenutrition.com/us\');">Nestlenutrition.com/us</a> | <a href="'+contactus+'">Contact Us</a> | <a href="http://www.boostgc.com">BOOST Glucose Control</a> | <a href="'+faqs+'">FAQ\'s</a> | <a href="'+sitemap+'">Site Map</a> | <a href="'+legal+'">Terms & Conditions</a> | <a href="'+privacypolicy+'">Privacy Policy</a><br/><a href="#" onclick="confirmation(\'http://www.nestlenutrition.com/us/\');">&copy;2008 Nestl&eacute; HealthCare Nutrition, Inc.</a></div></div>');
}

