function menu_swap(image, menu_alt, body_alt)
{
   var path = 'http://www.hogwildtx.com/';

	if(menu_alt)
   	image.src=path+'images/'+menu_alt;
   
   
   if(document.getElementById('image_home') && body_alt)
      document.getElementById('image_home').src=path+'images/'+body_alt;
}