						function generate(menuItem){
						 
						if (menuItem=='home'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/for_you.html\';">Home</td>'); 
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/for_you.html\';" style="cursor:hand;">Home</td>');
						 }
						 
						if (menuItem=='explore'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/explore.html\';">Explore Our Plans</td>');
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/explore.html\';" style="cursor:hand;">Explore Our Plans</td>');
						 }
						 
						if (menuItem=='affordable'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/affordable.html\';">Affordable Health Insurance</td>');
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/affordable.html\';" style="cursor:hand;">Affordable Health Insurance</td>');
						 }
						 
						if (menuItem=='difference'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/difference.html\';">The Cigna Difference</td>');
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/difference.html\';" style="cursor:hand;">The Cigna Difference</td>');
						 }
						 
						if (menuItem=='apply'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/applyOnline.html\';">How to Apply</td>');
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/applyOnline.html\';" style="cursor:hand;">How to Apply</td>');
						 }
						 	
						if (menuItem=='tools'){
							document.write('<td style="background-color:#4EA6D8;" OnClick="self.location.href=\'/our_plans/individual_and_family/tools.html\';">Tools & Resources</td>');
						 }
						 else{
							document.write('<td onMouseOver="this.style.backgroundColor=\'#4EA6D8\';" onMouseOut="this.style.background=\'none\';" OnClick="location.href=\'/our_plans/individual_and_family/tools.html\';" style="cursor:hand;">Tools & Resources</td>');
						 }
						}
						

