function showOnMain(fileName,fileTitle)
{
var main=document.getElementById('hotelMainPic');
main.src='http://www.booktoday.com.au/images/slideshow/'+fileName;
main.alt=fileTitle;
}
