<!--
var aaa=new Array('The beautiful sitting area',
		'Another view of the sitting area, TV and Dining in the back',
		'Another view of the sitting area',
		'Beautifully aranged Dining area view',
		'A view of the bath room',
		'Beautifully furnished bedroom',
		'A view of the balcony, Marina in the background',
		'Another view of the balcony, Marina in the background',
		'A view of the beautiful Marina from the balcony');
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;
}
//-->