<!--
var aaa=new Array('View of the Entrance of the Apartment.',
		'The dining Area view from the corridor.',
		'A closer view of the dining corner Area.',
		'A close up of the dining table',
		'An interesting view of the living area from the mirror',
		'Another view of the Bed Room',
		'The LCD screen with cable TV and High Speed router',
		'The very elegant master bedroom',
		'A corner of the huge terrace',
		'Another corner of the terrace with the barbeque');
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;
}
//-->