<!--
var aaa=new Array('View of the Al Fattan Towers',
		'The beautiful sitting area',
		'A view of the dining room',
		'A view of the bedroom',
		'A view of the 2nd bedroom',
		'A view of the 3rd bedroom',
		'The sitting area',
		'The fully equipped Kitchen',
		'Gateway to the Towers',
		'The JBR walk is just downstairs with plenty of shops...',
		'Large choice of restaurant and caffees just downstairs',
		'The free beach is just downstairs...');


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;
}
//-->
