<!--
var aaa=new Array('The master bathroom',
                'The beautiful sitting area',
		'A wider view of the living room',
		'The state of the art SONY wireless teather system',
		'The Marina Heights breathtaking view',
		'The bedroom view',
		'The panorama from the bedroom',
		'The modern and fully equipped kitchen',
                'The 6 seater dining aera',
                'The beautiful view from the dining area');
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;
}
//-->