<!--
var aaa=new Array('The modern living area and its Marina view',
		'Another view of the living area with the Marina View',
		'A view of the dining corner',
                'The living are with the open kitchen',
                'The quite master bedroom',
                'The guest toilet',
                'The ensuit bathroom',
                'A particular of the cealing lamp',
                'A corner of the living area',
                'A particular of the curtains',
                'A close up on the dining arrangment',
                'The marina view from the apartment',
		'The gimnasium');
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;
}
//-->