<!--
var aaa=new Array('View of the Entrance of the Apartment.',
		'Beautifully Furnished Sitting Area.',
		'Another view of the Sitting Area.',
		'A view of the Dining Area',
		'Beautifully furnished Bedroom',
		'Another view of the Bed Room',
		'Beautifully furnished Master Bedroom',
		'A view from the fully equipped Bathroom',
		'Another view from the Bathroom',
		'A view from the fully equipped Kitchen',
		'Another view of the Kitchen',
		'A beautiful view from the Terrace',
		'A view of the roof top Jacuzzi',
		'A view of the roof top Swimming Pool',
		'Another view of the Pool',
		'Fully equipped Gymnasium');
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;
}
//-->