<!--
var aaa=new Array('Beautiful Marina view from the apartment',
		'The wide living area',
		'Another view of the living area',
		'A close view of the sofa corner',
		'Another view of sofa corner with LCD screen',
		'The quite bedroom with marina view',
		'The second bedroom',
                'The Marina view from the bedroom',
		'Even the kitchen has a Marina view',
		'The stunning Marina Heights Tower');
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;
}
//-->