<!--
var aaa=new Array('The beautiful master bedroom',
		'Another angle of the master bedroom',
		'A view of the master bedroom bathroom',
		'The second bedroom with LCD screen and DVD player',
		'The third bedroom with LCD screen and DVD player',
		'The second bathroom',
		'A wide view of the elegant living area',
		'A view of the dining table and kitchen area',
                'A closer view of the kitchen',
		'A wide angle view of the kitchen',
		'The spare room with extra bathroom',
		'The amazing private beach just downstairs',
		'The lovelly view from the balcony',
         'The Palm Jumeirah Island',
		'The fully equipped gymnasium',
		'The fitness center',
        'The Palm Jumeirah Island at the time of construction',
		'Artistic impression of the Palm Island Jumeirah',
		'The monorail transportation within the Pal Island',
		'The amazing Atlantis hotel on the island');
		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;
}
//-->