<!--
var aaa=new Array('An overview of the living area',
		'The LCD screen with play station etc',
		'A view of the dining corner',
        	'The fully equipped kitchen',
		'The bedroom',
		'Another view of the bedroom',
		'A wide angle view of the living area',
		'Another view of the bedroom and its view',
                'The clear water and calm beach is just downstairs',
		'Looking to the right from the balcony',
                'The fully equipped gymnasium',
                'The fitness center',
                'The Palm Jumeirah Island at the time of construction',
                'An artist inpression of the Palm Jumeirah Island',
		'The monorail transportation within the Pal Island',
		'The amazing Atlantis Hotel on the island',
                'The pool and the beach are 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;
}
//-->