<!--
var aaa=new Array('A view of the Marina apartments from the balcony',
		'The beautiful sitting area',
		'Another view of the sitting area',
		'A view of the dining table',
		'A view of the bedroom',
		'A closer view of the bedroom',
		'The Bathroom',
		'The fully equipped Kitchen ');
		
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;
}
//-->
