<!--
var aaa=new Array('View from the apartment.',
		'Another view from the apartment',
		'A view of the living area',
		'A view of the kitchen',
		'Another view of the kitchen',
		'A view of the dining area',
		'A view of the 1st bedroom',
		'A view of the 2nd bedroom',
		'The JBR walk is just downstairs with plenty of shops...',
		'Large choice of restaurant and caffees just downstairs',
		'The free beach is just downstairs...',
		'The gardens of JBR just downstairs',
		'Another view of the courtyeard of JBR towers',
		'One of the many swimming pools available');

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;
}
//-->
