<!--
var aaa=new Array('An overview of the seaview bedroom',
		'The living room with balcony and sea view',
		'Another view of the living area',
        	'The fully equipped kitchen',
		'The apartment entrance',
		'A view of the dining corner',
		'Looking to the right from the balcony',
		'The balcony with outdoor seatting and its view','Another view of the gymnasium','The state of the art gymnasium');
		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;
}
//-->