<!--
var aaa=new Array('A view of the Marina apartments from the balcony',
		'The beautiful sitting area',
		'A view of the dining table',
		'A view of the bedroom',
		'View of the bathroom',
		'The fully equipped Kitchen',
		'Another view of the dining table and sitting 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;
}
//-->
