<!--
var aaa=new Array('The lovely studio apartment',
		'A close up on the seating area',
		'A view of the dining corner',
                'The fully equipped modern kitchen',
		'The beach view from the studio',
		'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;
}
//-->