<!--
var aaa=new Array('Beautifully furnished sitting area',
		'Another view of the sitting area',
		'Another view of the sitting area',
		'A view of the Dining table through the mirror',
		'Another view, Sitting Area',
		'The elegant and modern sofa',
		'Dubai Marina, viewed from the balcony',
		'Japanese Tea Table, View from the Bedroom',
		'Beautifuly aranged Dining Table',
		'Another view of the Dining Table',
		'Another beautful view of the kitchen',
		'A view of the bathroom',
		'A view of the fully furnished bedroom',
		'Another beautiful view of the bedroom');
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;
}
//-->