<!--
var aaa=new Array('View of the living area from the entrance corridor.',
		'Close up on the Sitting Area.',
		'Another view of the living area and TV corner',
		'Another view of the living area',
		'The fully equipped kitchen with Marina View',
		'Another view of the kitchen',
		'The Marina view from the balcony',
		'A view form the apartment corridor',
		'The master bedroom',
		'Another view of the master bedroom',
		'The second bedroom',
		'Another view of the second bedroom',
		'A view of the roof top Jacuzzi',
                'A view of the pool',
		'Another view of the roof top pool');
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;
}
//-->