<!--
var aaa=new Array('The beautiful pool with Marina view',
                'The Marina Hotel Apartments right by the water',		
                'The elegant reception with professional staff',
		'The wide lobby area',
		'The corridor to the elevators',
		'The fully equipped gymnasium',
		'The squash court',
		'The living area of a three bedroom apartment',
		'Another view of the living area',
		'The double bedroom',
		'The kitchen');
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;
}
//-->