<!--
var aaa=new Array('a view of the Marina Heights tower',
                'The beautiful sitting area',
		'A wider view of the living room',
		'the beautiful view of the bathroom',
		'Beautifully furnished Kitchen',
		'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;
}
//-->
