// JavaScript Document

function Tray1()
	{
		document.mainImg.src = 'imgs/hostess_tray_1.jpg';
}
function Tray2()
	{
		document.mainImg.src = 'imgs/hostess_tray_2.jpg';
}


