function memo_switch(memo)
{
	var lyr=document.getElementById('memo'+memo);

	if (lyr.style.display=='none') lyr.style.display='';
	else lyr.style.display='none';

	return;
}
function menu_switch(memo)
{
	var lyr=document.getElementById('menu'+memo);
	var pic='menupic'+memo;

	if (lyr.style.display=='none') {
			lyr.style.display='';
			}
	else {
			lyr.style.display='none';
			}

	return;
}
function open_booking()
{
  window.open('http://www.pepss.com/gti/0138/GTI_138_RMG/15/',"",'toolbar=no,status=no,scrollbars=yes,resizable=yes,width=772,height=440');
}

