<!--  Created with the CoffeeCup HTML Editor  -->
<!--        http://www.coffeecup.com/         -->
<!--     Brewed on 06/21/2005 8:33:38 AM      -->
<!--  Copyright 2005 Bay Landing Hotel        -->

/**************************************************************************/
/* Functions for Hotel pages Photos                                       */ 
/**************************************************************************/

function switchImages(loc,image) {
  if (document.images) 
  {
  document[loc].src = eval(image + ".src");
  }
}


function ChangePhoto(location,photo)
{
  	document.getElementById(location).src = photo;
return;	
}


 
