function swapIMG(NewImage,NewImageName)
{
	document["footer_lifestyle_a"].src = 'template_images/footer_lifestyle_a_1.jpg';
	document["footer_lifestyle_b"].src = 'template_images/footer_lifestyle_b_1.jpg';
	document["footer_lifestyle_c"].src = 'template_images/footer_lifestyle_c_1.jpg';
	document["footer_lifestyle_d"].src = 'template_images/footer_lifestyle_d_1.jpg';
	document["footer_lifestyle_e"].src = 'template_images/footer_lifestyle_e_1.jpg';
	
	document["lifestyle_img"].src = NewImage;
	document[NewImageName].src = 'template_images/'+NewImageName+'_2.jpg';
}
