function Estates26ShowGallery(theId, theLang, theType) {
	if ((theType == 'Photo')||(theType == 'Plan')) {
		w_width = 830;
		w_height = 640;
	} else if (theType == 'Video') {
		w_width = 550;
		w_height = 450;
	}
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = 'templates/ws_mm_estates_26/showgallery.php?pageid=' + theId+'&lang=' + theLang +'&type='+ theType;
  window.showGalleryWindow = open(fparam, 'showGalleryWindow', theWindowParam);
	setTimeout('if(showGalleryWindow&&!showGalleryWindow.closed)showGalleryWindow.focus()',100);
}
function Estates26ShowBigPhoto(theId, theLang) {
	w_width = 750;
	w_height = 620;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = 'templates/ws_mm_estates_26/showphoto.php?pageid=' + theId + '&lang=' + theLang;
  window.showPhotoWindow = open(fparam, 'showPhotoWindow', theWindowParam);
	setTimeout('if(showPhotoWindow&&!showPhotoWindow.closed)showPhotoWindow.focus()',100);
}
function Estates26ShowPhotoSrc(theId, theFile, theDescId, theDesc, theType) {
	if (document.getElementById) {
		var c = document.getElementById(theId);
		if (c.style.display != "block") {
			if ((theType == 'Photo')||(theType == 'Plan')) {
				c.innerHTML = '<img src="' + theFile + '">';
			} else if (theType == 'Video'){
				c.innerHTML =  '<OBJECT ID="EstatesVideo" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject"><PARAM NAME="FileName" VALUE="'+theFile+'"><PARAM NAME="animationatStart" VALUE="true"><PARAM NAME="transparentatStart" VALUE="true"><PARAM NAME="autoStart" VALUE="true"><PARAM NAME="showControls" VALUE="true"><EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="'+theFile+'" name="EstatesVideo" AutoStart=true></EMBED></OBJECT>';
			}
		} else {
			c.innerHTML = '<img src="../../layout/images/transparent.gif">';
			c.style.display="none";
		}
	}
	if ((theType == 'Photo')||(theType == 'Plan')) {
	document.getElementById(theId).alt = theDesc;
	}
	document.getElementById(theDescId).value = theDesc;
}

function Estates26showEnquiry(theId, theLang) {
	w_width = 650;
	w_height = 620;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = 'templates/ws_mm_estates_26/showenquiry.php?pageid=' + theId + '&lang=' + theLang;
  window.Estates26showEnquiryWindow = open(fparam, 'Estates26showEnquiryWindow', theWindowParam);
	setTimeout('if(Estates26showEnquiryWindow&&!Estates26showEnquiryWindow.closed)Estates26showEnquiryWindow.focus()',100);
}
