<!--
var aaa=new Array('The beautifully furnished sitting and dining area',
'The diningcorner and its Marina view',
'Another view of the dining area & open kitchen',
'A view of the fully equipped kitchen',
'A view of the Marina at night',
'A view of the modern bathroom',
'A beautiful view of the swimming pool',
'Fully equipped Health Club',
'Dubai Marina, A distant view of the Apartment and Swimming pool',
'A view of the sea and the Dubai Marina from the balcony');
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;
}
//-->

