<!--
var aaa=new Array('A closer view of the lobby waiting area',
		'The lobby',
		'Particula of the lobby decor',
		'A view of the living room',
		'Breathtaking view from the living room ',
		'The LCD screen and DVD player in the livgin area',
		'A view of the bedroom',
		'The bedroom LCD screen and dressing table',
		'The dining area',
		'The Bath',
		'The huge pool',
		'Water fall and water slide',
		'The kitchen',
		'Brethtaking view even from the kitchen',
		'Your afternoon tea is served');
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;
}
//-->