<!--
var aaa=new Array('The beautiful Palm view from the balcony',
		'The Golf Course view from the bedroom',
		'The living area',
		'A closer view on the seating area',
		'The fully equipped kitchen',
		'The master bedroom',
		'The second bedroom',
		'The corridor area',
		'The master bathroom',
		'The guest toilet');
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;
}
//-->