<!--
var aaa=new Array('The modern living area',
		'A view of the living area from the dining corner',
                'The dining corner with the open kitchen',
                'The LCD TV and entertaiment system',
                'The first bedroom',
                'The second bedroom',
		'The fully equipped kitchen',
		'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 first bathroom',
		'The second bathroom',
		'The living area with LCD screen and playstation',
		'The elegant reception of the building',
		'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;
}
//-->