<!--
var aaa=new Array('Coral Boutique, Lobby and the bar',
		'Coral Boutique, Reception area',
		'Tulsi, The Ayurvedic treatment area',
		'A fine view of the gymnasium',
		'Living area, 1 Bedroom Apartment',
		'Bedroom view, 1 Bedroom Apartment',
		'Living area, 2 Bedroom Apartment',
		'Another view of Living area, 2 Bedroom Apartment',
		'A view from the separate Kitchen, 2 Bedroom Apartment',
		'Tulsi, The Spa',
		'Sitting area, inside the spa',
		'Ayurvedic Massage room, Emarald',
		'Ayurvedic Massage room, Sapphire',
		'Ayurvedic Massage room, Amber');
function mmm(xy){
msgs.innerHTML=aaa[xy];
}
// onClick="javascript:ch_pro(document.getElementById('main'),'map.asp')"
function doPic(imgName) {
imgOn = ("" + imgName);
main.mainpic.src = imgOn;
   }
function doPic2(imgName) {
imgOn = ("" + imgName);
document.galctrl.src = imgOn;
   }
function ch_pro(obj, url) {
	obj.src = url;
}
function getSrc(obj) {
	alert(obj.src);
	return obj.src;
}
//-->