Type.registerNamespace("Masahati.Search");Masahati.Search.PropertyInfo=function(a){Masahati.Search.PropertyInfo.initializeBase(this,[a]);this._collapseInfoExtenderId="";this._containerId="";this._currentPropertyId=0;this._loadingDivId=null;this._isOpen=false;this._expandCompleteAdded=false;this._editMode=false};Masahati.Search.PropertyInfo.prototype={initalize:function(){Masahati.Search.PropertyInfo.callBaseMethod(this,"initalize")},openPanel:function(){if(!this._isOpen){if($find("cpeViewProperty")){var a=$find("cpeViewProperty");a.infoId=this._id;if(!this._expandCompleteAdded){a.add_expandComplete(expandCompleted);this._expandCompleteAdded=true}a._animation._fps=30;a._animation._duration=.9;$get(this._containerInnerDivId).style.borderWidth="0";this.hideCloseDiv();a.expandPanel(null)}}else this.collapsePanelOpened()},closePanel:function(){this.hideInnerContainer();this.hideCloseDiv();$get(this._containerInnerDivId).style.borderWidth="0";$find("cpeViewProperty")&&$find("cpeViewProperty").collapsePanel(null);this._isOpen=false},closeIfNoPropertyInfo:function(){!this._currentPropertyId&&this.closePanel()},collapsePanelOpened:function(){this.showCloseDiv();$get(this._containerInnerDivId).style.borderWidth="1px";this._isOpen=true},saveProperty:function(){if(this._currentPropertyId){Masahati.Search.PropertySearch.saveProperty(this._currentPropertyId);$find(this._clipboardId)&&$find(this._clipboardId).refreshProperties();$find(this._confirmationControlId).setMessage(Masahati.Globalisation.PropertySaved);$find(this._confirmationControlId).showConfirmation()}},showCloseDiv:function(){$get(this._closeDivId).style.display=""},hideCloseDiv:function(){$get(this._closeDivId).style.display="none"},showInnerContainer:function(){$get(this._containerId).style.display=""},hideInnerContainer:function(){$get(this._containerId).style.display="none"},showLoadingDiv:function(){$get(this._loadingDivId).style.display=""},hideLoadingDiv:function(){$get(this._loadingDivId).style.display="none"},showInnerAndHideLoadingDiv:function(){this.hideLoadingDiv();this.showInnerContainer()},set_collapseInfoExtenderId:function(a){this._collapseInfoExtenderId=a},get_collapseInfoExtenderId:function(){return this._collapseInfoExtenderId},set_containerInnerDivId:function(a){this._containerInnerDivId=a},get_containerInnerDivId:function(){return this._containerInnerDivId},set_containerId:function(a){this._containerId=a},get_containerId:function(){return this._containerId},set_loadingDivId:function(a){this._loadingDivId=a},get_loadingDivId:function(){return this._loadingDivId},set_closeDivId:function(a){this._closeDivId=a},get_closeDivId:function(){return this._closeDivId},get_confirmationControlId:function(){return this._confirmationControlId},set_confirmationControlId:function(a){this._confirmationControlId=a},set_clipboardId:function(a){this._clipboardId=a},get_clipboardId:function(){return this._clipboardId},dispose:function(){this._collapseInfoExtenderId=null;this._container=null;this._currentPropertyId=null;this._loadingDivId=null;Masahati.Search.PropertyInfo.callBaseMethod(this,"dispose")}};Masahati.Search.PropertyInfo.registerClass("Masahati.Search.PropertyInfo",Sys.Component,Sys.IDisposable);function expandCompleted(a){$find(a.infoId).collapsePanelOpened()}Masahati.Search.ViewPropertyInfo=function(a){Masahati.Search.ViewPropertyInfo.initializeBase(this,[a]);this._titleId=null;this._descriptionId=null;this._descriptionDivId=null;this._descriptionHeadingId=null;this._priceId=null;this._addressId=null;this._amenitiesDivId=null;this._amenitiesHeadingDivId=null;this._amenities1ListId=null;this._amenities2ListId=null;this._amenities3ListId=null;this._smallImageContainerId=null;this._floorPlanContainerId=null;this._videoContainerId=null;this._unitAmenitiesDivId=null;this._unitAmenities1ListId=null;this._unitAmenities2ListId=null;this._unitAmenities3ListId=null;this._commissionLabelId=null;this._siteUrl=null;this._clipboardId=null;this._emailToFriendId=null;this._addNotesId=null;this._contactOwnerId=null;this._imagePopupViewerId=null;this._imageViewerId=null;this._floorPlansTabId=null;this._videoTabId=null;this._imageTabId=null;this._containerTabId=null;this._flowPlayerDivId=null;this._numberOfImages=0};Masahati.Search.ViewPropertyInfo.prototype={initalize:function(){Masahati.Search.ViewPropertyInfo.callBaseMethod(this,"initalize")},setInfo:function(b){var a=b.PropertyData;this._currentPropertyId=a.Id;this._hideUnitAmenities();this._hideAmenities();this._setActionBar(a.ContactData);this._setDescription(a.PropertyDescription);$get(this._titleId).innerHTML=a.PropertyTitle;this._setDateAdded(a.LastListedDate);this._setCommission(a.SaleType,a.Commission.Commission,a.Commission.MonthsRent);$get(this._companyLogoLinkId).innerHTML='<img src="http://'+window.location.host+this._siteUrl+"getcompanylogo.aspx?cid="+a.ClientId+'" />';this._setAddress(a.Address);this._setAmenities(a.Amenities,a.AdditionalAmenities);if(this._editMode)this._setUnitAmenities(a.UnitAmenities);else this._setUnitAmenities(a.VacantUnitAmenities);this._setPrice(b);this._setLocation(a.Latitude,a.Longitude);this._loadFiles();this._loadClientDetails(a.ClientId);window.setTimeout("$find( '"+this._id+"' ).showInnerAndHideLoadingDiv()",1e3)},openInNewWindow:function(){window.open(this._siteUrl+"propertyinfo.aspx?property_id="+this._currentPropertyId,$get(this._titleId).innerHTML.replace(" ","_"),"width=575,height=700,resizable=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0")},_setActionBar:function(a){$find(this._emailToFriendId)&&$find(this._emailToFriendId).setPropertyId(this._currentPropertyId);$find(this._addNotesId)&&$find(this._addNotesId).setPropertyId(this._currentPropertyId);if($find(this._contactOwnerId)){$find(this._contactOwnerId).setPropertyId(this._currentPropertyId);$find(this._contactOwnerId).setContactDetails(a)}this._setNotLoggedInControls()},_setNotLoggedInControls:function(){$find(this._savePropertyNotLoggedIn)&&$find(this._savePropertyNotLoggedIn).setPropertyId(this._currentPropertyId);$find(this._addNotesNotLoggedInControlId)&&$find(this._addNotesNotLoggedInControlId).setPropertyId(this._currentPropertyId)},_setPrice:function(b){var a=b.PropertyData;if(a.DisplayPrice){$get(this._priceId).innerHTML="";if(b.SubPropertyType==0){if(a.Bedrooms>0)$get(this._priceId).innerHTML=a.Bedrooms+" "+Masahati.Globalisation.Beds+": ";$get(this._priceId).innerHTML+="<span class='price'>"+b.PriceRange+"</span> ("+a.Area+Masahati.Globalisation.MetresSquared+") <br />"}else this._loadUnitDetails()}else $get(this._priceId).innerHTML=Masahati.Globalisation.PriceUponRequest+"<br />"},_setAddress:function(a){if(a){var b=$get(this._addressId);b.innerHTML="";if(a.Street)b.innerHTML=a.Street+"<br />";b.innerHTML+=a.Area+"<br />"+a.Region;$get(this._areaNameLabelId).innerHTML=a.Area}},_setCommission:function(c,b,d){var a=Masahati.Globalisation.NoComission;if(b){a="<strong>"+Masahati.Globalisation.Commission+": </strong>"+b+"% "+Masahati.Globalisation.Of+" ";if(c==1)a+=Masahati.Globalisation.Transaction;else if(c==2)a+=d+" "+Masahati.Globalisation.MonthsRent}$get(this._commissionLabelId).innerHTML=a},_hideUnitAmenities:function(){$get(this._unitAmenitiesDivId).style.display="none"},_showUnitAmenities:function(){$get(this._unitAmenitiesDivId).style.display="block";$get(this._amenitiesHeadingDivId).style.display="block"},_hideAmenities:function(){$get(this._amenitiesDivId).style.display="none";$get(this._amenitiesHeadingDivId).style.display="none"},_showAmenities:function(){$get(this._amenitiesDivId).style.display="block";$get(this._amenitiesHeadingDivId).style.display="block"},_hideDescription:function(){$get(this._descriptionDivId).style.display="none";$get(this._descriptionHeadingDivId).style.display="none"},_showDescription:function(){$get(this._descriptionDivId).style.display="block";$get(this._descriptionHeadingDivId).style.display="block"},_setDescription:function(a){if(a){this._showDescription();$get(this._descriptionId).innerHTML=a.replace(/\r\n/g,"<br />")}else this._hideDescription()},_setDateAdded:function(a){if(a&&!this._editMode){var c=$get(this._dateAddedLabelId);if(c){var b=new Date,e=Date.UTC(b.getYear(),b.getMonth(),b.getDate(),0,0,0)-Date.UTC(a.getYear(),a.getMonth(),a.getDate(),0,0,0),d=e/1e3/60/60/24;if(d<=30)c.innerHTML=Masahati.Globalisation.AddedDaysAgo.replace("[X]",d)}}},_setLocation:function(b,a){this._currentLatitude=b;this._currentLongitude=a;this._refreshLocation()},_refreshLocation:function(){var a=$find(this._locationMapId).getGoogleMap();if(a&&this._currentLatitude&&this._currentLongitude){var b=new GLatLng(this._currentLatitude,this._currentLongitude);a.clearOverlays();var c=new GMarker(b);a.addOverlay(c);a.setCenter(b,16)}},setLocationMapType:function(b){var a=$find(this._locationMapId).getGoogleMap();a&&a.setMapType(b)},refreshMap:function(){var a=$find(this._locationMapId).getGoogleMap();a&&a.checkResize();this._refreshLocation()},setUnitDetails:function(a){this._setUnitPrices(a)},_loadUnitDetails:function(){if(this._editMode)Masahati.Services.PropertyService.GetUnitSummary(this._currentPropertyId,this.succeededCallback,this.failedCallback,this);else Masahati.Services.PropertyService.GetVacantUnitSummary(this._currentPropertyId,this.succeededCallback,this.failedCallback,this)},_setUnitPrices:function(b){var c=$get(this._priceId);c.innerHTML="";for(var a=0;a<b.length;a++){if(b[a].Bedrooms>0)c.innerHTML+=b[a].Bedrooms+" "+Masahati.Globalisation.Beds+": ";if(b[a].MinPrice>0||b[a].MaxPrice>0)c.innerHTML+="<span class='price'>"+b[a].PriceRange+"</span>";if(b[a].MinArea>0||b[a].MaxArea>0){c.innerHTML+=" ("+b[a].MinArea;if(!b[a].IsMinAreaTheSameAsMaxArea)c.innerHTML+=" - "+b[a].MaxArea;c.innerHTML+=Masahati.Globalisation.MetresSquared+")"}c.innerHTML+="<br />"}},_setAmenities:function(a,e){$get(this._amenities1ListId).innerHTML="";$get(this._amenities2ListId).innerHTML="";$get(this._amenities3ListId).innerHTML="";if(a&&a.length>0||e){this._showAmenities();var d=1;if(a&&a.length>0){var g=a.length,i=Math.floor(g/3),j=g%3,h=1,c=i;if(j>=d)c++;for(var b=1;b<g+1;b++){var f=a[b-1].Name;switch(d){case 1:this._addToList(this._amenities1ListId,f);break;case 2:this._addToList(this._amenities2ListId,f);break;default:this._addToList(this._amenities3ListId,f)}if(b+1==h+c){d++;h=b+1;c=i;if(j>=d)c++}}}e&&this._addToList(this._amenities1ListId,e)}},_setUnitAmenities:function(a){$get(this._unitAmenities1ListId).innerHTML="";$get(this._unitAmenities2ListId).innerHTML="";$get(this._unitAmenities3ListId).innerHTML="";if(a&&a.length>0){this._showUnitAmenities();var d=1;if(a&&a.length>0){var f=a.length,h=Math.floor(f/3),i=f%3,g=1,c=h;if(i>=d)c++;for(var b=1;b<f+1;b++){var e=a[b-1].Name;switch(d){case 1:this._addToList(this._unitAmenities1ListId,e);break;case 2:this._addToList(this._unitAmenities2ListId,e);break;default:this._addToList(this._unitAmenities3ListId,e)}if(b+1==g+c){d++;g=b+1;c=h;if(i>=d)c++}}}}},_addToList:function(b,c){var a=document.createElement("li");a.innerHTML=c;$get(b).appendChild(a)},_loadClientDetails:function(a){$get(this._viewAllPropertiesLinkId).href="";Masahati.Services.PropertyService.GetClientData(a,this.succeededCallback,this.failedCallback,this)},setClientDetails:function(a){if(a.CompanyWebsite.length>0){if(!a.CompanyWebsite.startsWith("http"))a.CompanyWebsite="http://"+a.CompanyWebsite;$get(this._companyLogoLinkId).href=a.CompanyWebsite;$get(this._companyLogoLinkId).target="_blank"}else{$get(this._companyLogoLinkId).href="#";$get(this._companyLogoLinkId).target="_self"}$get(this._viewAllPropertiesLinkId).href="http://"+window.location.host+this._siteUrl+a.UniqueUrl;$get(this._viewAllPropertiesLinkId).innerHTML=Masahati.Globalisation.ViewAllPropertiesFromCompany.replace("[CompanyName]",a.CompanyName)},_enableTab:function(b,a){var c=$find(b);c.set_enabled(a)},_hideFileTabs:function(){this._hideDocumentsTab();this._hideBrochuresTab();this._hideFloorPlansTab();this._hideVideoTab()},_hideDocumentsTab:function(){this._enableTab(this._documentsTabId,false)},_showDocumentsTab:function(){this._enableTab(this._documentsTabId,true)},_hideBrochuresTab:function(){this._enableTab(this._brochuresTabId,false)},_showBrochuresTab:function(){this._enableTab(this._brochuresTabId,true)},_hideFloorPlansTab:function(){this._enableTab(this._floorPlansTabId,false)},_showFloorPlansTab:function(){this._enableTab(this._floorPlansTabId,true)},_hideVideoTab:function(){this._enableTab(this._videoTabId,false)},_showVideoTab:function(){this._enableTab(this._videoTabId,true)},makeImageTabActive:function(){var a=$find(this._containerTabId),b=$find(this._imageTabId);a.set_activeTab(b)},showInfo:function(a){this.hideInnerContainer();this.hideLoadingDiv();this._currentPropertyId=a;Masahati.Search.ViewPropertyInfo.callBaseMethod(this,"openPanel")},collapsePanelOpened:function(){Masahati.Search.ViewPropertyInfo.callBaseMethod(this,"collapsePanelOpened");this.reloadCurrentProperty()},reloadCurrentProperty:function(){this.loadProperty(this._currentPropertyId)},loadProperty:function(b){this.hideInnerContainer();this.showLoadingDiv();var a=Sys.CultureInfo.CurrentCulture.name.substring(0,2);this._currentPropertyId=b;Masahati.Services.PropertyService.GetProperty(this._currentPropertyId,a,this.succeededCallback,this.failedCallback,this)},succeededCallback:function(b,a,d){switch(d){case"GetAllFiles":for(var e=b.length,c=0;c<e;c++)a.addFile(b[c]);a.setViewAllImagesLink();break;case"GetProperty":a.setInfo(b);break;case"GetUnitSummary":case"GetVacantUnitSummary":a.setUnitDetails(b);break;case"GetClientData":a.setClientDetails(b)}},failedCallback:function(){},setViewAllImagesLink:function(){$get(this._viewAllImagesLink).innerHTML=Masahati.Globalisation.ViewAllImages+" ("+this._numberOfImages+")"},_loadFiles:function(){this._clearFiles();this._numberOfImages=0;var a=Sys.CultureInfo.CurrentCulture.name.substring(0,2);Masahati.Services.PropertyService.GetAllFiles(this._currentPropertyId,a,this.succeededCallback,this.failedCallback,this)},_clearFiles:function(){this._hideFileTabs();$find(this._imageViewerId).clearImages();$get(this._floorPlanContainerId).innerHTML="";$get(this._videoContainerId).innerHTML="";$get(this._smallImageContainerId).innerHTML="";$get(this._documentContainerId).innerHTML="";$get(this._brochureContainerId).innerHTML=""},addFile:function(a){switch(a.CategoryId){case 1:this.addImage(a);break;case 2:this.addVideo(a);this._showVideoTab();break;case 3:this.addFloorPlan(a);this._showFloorPlansTab();break;case 4:this.addDocument(a);this._showDocumentsTab();break;case 5:this.addBrochure(a);this._showBrochuresTab()}},addImage:function(a){var b=document.createElement("a");b.href="javascript: $find( '"+this.get_imagePopupViewerId()+"' ).showImage( "+a.PropertyId+", "+a.Id+", '"+a.FileDescription.Description+"' );";b.title=a.FileDescription.Description;b.innerHTML='<img src="'+this._siteUrl+"getfile.aspx?property_id="+a.PropertyId+"&file_id="+a.Id+'&thumbnail=true" style="height: 75px;" />';$get(this._smallImageContainerId).appendChild(b);$find(this._imageViewerId).addImage(this._currentPropertyId,a.Id,a.FileDescription.Description);this._numberOfImages++},addFileToContainer:function(a,c){var b;if(a.MimeType=="application/pdf")b=this.createThumbnail(a,"javascript: $find( '"+this._id+"' ).showPdf("+a.PropertyId+", "+a.Id+", "+a.FileSize+" );");else if(a.MimeType.startsWith("image"))b=this.createThumbnail(a,"javascript: $find( '"+this.get_imagePopupViewerId()+"' ).showImage( "+a.PropertyId+", "+a.Id+", '"+a.FileDescription.Description+"' );");else b=this.createThumbnail(a,"javascript: $find( '"+this._id+"' ).showFile( "+a.PropertyId+", "+a.Id+" );");$get(c).appendChild(b);this.setThumbnailProperties(b,a)},addFloorPlan:function(a){this.addFileToContainer(a,this._floorPlanContainerId)},addDocument:function(a){this.addFileToContainer(a,this._documentContainerId)},addBrochure:function(a){this.addFileToContainer(a,this._brochureContainerId)},addVideo:function(c){var b=$get(this._videoContainerId);b.childNodes.length==0&&this.displayVideo(c.Id);var a=document.createElement("a");a.innerHTML=c.FileDescription.Description;a.href="#";a.onclick=this.showVideo;this.setThumbnailProperties(a,c);b.appendChild(a);b.appendChild(document.createElement("br"))},createThumbnail:function(b,d){var c=document.createElement("div");Sys.UI.DomElement.addCssClass(c,"clickable");Sys.UI.DomElement.addCssClass(c,"thumbnail");var a=document.createElement("a");a.href=d;a.title=b.FileDescription.Description;a.innerHTML='<img src="'+this._siteUrl+"getfile.aspx?property_id="+b.PropertyId+"&file_id="+b.Id+'&thumbnail=true" />';if(b.FileDescription.Description)a.innerHTML+="<br />"+b.FileDescription.Description;c.appendChild(a);return c},setThumbnailProperties:function(a,b){a.propertyId=this._currentPropertyId;a.fileId=b.Id;a.mimeType=b.MimeType;a.propertyInfo=this;a.setAttribute("title",b.FileDescription.Description)},displayVideo:function(b){var a=this._siteUrl+"/flv/p"+this._currentPropertyId+"f"+b+".flv";flowplayer(this._flowPlayerDivId,this._siteUrl+"flash/flowplayer.commercial-3.0.7.swf",{key:"#@bc51248139b89bb1d64",clip:{autoPlay:false,autoBuffering:true,url:a}})},showImage:function(a,c,b){$find(this.get_imagePopupViewerId()).showImage(a,c,b)},showVideo:function(a){a=a?a:window.event;var b=a.target?a.target:a.srcElement;b.propertyInfo.displayVideo(b.fileId)},showFile:function(a,b){window.open("http://"+window.location.host+this.get_siteUrl()+"getfile.aspx?property_id="+a+"&file_id="+b,"view_file","toolbar=no")},showPdf:function(a,c,b){if(b==0||b>this._pdfViewerLimit)window.location.href="http://"+window.location.host+this.get_siteUrl()+"getfile.aspx?property_id="+a+"&file_id="+c;else window.open("http://docs.google.com/viewer?url="+escape("http://"+window.location.host+this.get_siteUrl()+"getfile.aspx?property_id="+a+"&file_id="+c),"view_pdf","toolbar=no")},hideAdvert:function(){$get(this._advertImageId).style.display="none"},showAdvert:function(){$get(this._advertImageId).style.display=""},set_pdfViewerLimit:function(a){this._pdfViewerLimit=a},get_pdfViewerLimit:function(){return this._pdfViewerLimit},set_advertImageId:function(a){this._advertImageId=a},get_advertImageId:function(){return this._advertImageId},set_imageViewerId:function(a){this._imageViewerId=a},get_imageViewerId:function(){return this._imageViewerId},set_imagePopupViewerId:function(a){this._imagePopupViewerId=a},get_imagePopupViewerId:function(){return this._imagePopupViewerId},set_titleId:function(a){this._titleId=a},get_titleId:function(){return this._titleId},set_descriptionId:function(a){this._descriptionId=a},get_descriptionId:function(){return this._descriptionId},set_priceId:function(a){this._priceId=a},get_priceId:function(){return this._priceId},set_addressId:function(a){this._addressId=a},get_addressId:function(){return this._addressId},set_dateAddedLabelId:function(a){this._dateAddedLabelId=a},get_dateAddedLabelId:function(){return this._dateAddedLabelId},set_descriptionHeadingDivId:function(a){this._descriptionHeadingDivId=a},get_descriptionHeadingDivId:function(){return this._descriptionHeadingDivId},set_descriptionDivId:function(a){this._descriptionDivId=a},get_descriptionDivId:function(){return this._descriptionDivId},set_amenitiesHeadingDivId:function(a){this._amenitiesHeadingDivId=a},get_amenitiesHeadingDivId:function(){return this._amenitiesHeadingDivId},set_amenitiesDivId:function(a){this._amenitiesDivId=a},get_amenitiesDivId:function(){return this._amenitiesDivId},set_amenities1ListId:function(a){this._amenities1ListId=a},get_amenities1ListId:function(){return this._amenities1ListId},set_amenities2ListId:function(a){this._amenities2ListId=a},get_amenities2ListId:function(){return this._amenities2ListId},set_amenities3ListId:function(a){this._amenities3ListId=a},get_amenities3ListId:function(){return this._amenities3ListId},set_smallImageContainerId:function(a){this._smallImageContainerId=a},get_smallImageContainerId:function(){return this._smallImageContainerId},set_floorPlanContainerId:function(a){this._floorPlanContainerId=a},get_floorPlanContainerId:function(){return this._floorPlanContainerId},set_documentContainerId:function(a){this._documentContainerId=a},get_documentContainerId:function(){return this._documentContainerId},set_brochureContainerId:function(a){this._brochureContainerId=a},get_brochureContainerId:function(){return this._brochureContainerId},set_videoContainerId:function(a){this._videoContainerId=a},get_videoContainerId:function(){return this._videoContainerId},set_unitAmenitiesDivId:function(a){this._unitAmenitiesDivId=a},get_unitAmenitiesDivId:function(){return this._unitAmenitiesDivId},set_unitAmenities1ListId:function(a){this._unitAmenities1ListId=a},get_unitAmenities1ListId:function(){return this._unitAmenities1ListId},set_unitAmenities2ListId:function(a){this._unitAmenities2ListId=a},get_unitAmenities2ListId:function(){return this._unitAmenities2ListId},set_unitAmenities3ListId:function(a){this._unitAmenities3ListId=a},get_unitAmenities3ListId:function(){return this._unitAmenities3ListId},set_commissionLabelId:function(a){this._commissionLabelId=a},get_commissionLabelId:function(){return this._commissionLabelId},set_siteUrl:function(a){this._siteUrl=a},get_siteUrl:function(){return this._siteUrl},set_emailToFriendId:function(a){this._emailToFriendId=a},get_emailToFriendId:function(){return this._emailToFriendId},get_addNotesId:function(){return this._addNotesId},set_addNotesId:function(a){this._addNotesId=a},get_addNotesId:function(){return this._addNotesId},set_contactOwnerId:function(a){this._contactOwnerId=a},get_contactOwnerId:function(){return this._contactOwnerId},set_videoTabId:function(a){this._videoTabId=a},get_videoTabId:function(){return this._videoTabId},set_floorPlansTabId:function(a){this._floorPlansTabId=a},get_floorPlansTabId:function(){return this._floorPlansTabId},set_imageTabId:function(a){this._imageTabId=a},get_imageTabId:function(){return this._imageTabId},set_documentsTabId:function(a){this._documentsTabId=a},get_documentsTabId:function(){return this._documentsTabId},set_brochuresTabId:function(a){this._brochuresTabId=a},get_brochuresTabId:function(){return this._brochuresTabId},set_containerTabId:function(a){this._containerTabId=a},get_containerTabId:function(){return this._containerTabId},set_flowPlayerDivId:function(a){this._flowPlayerDivId=a},get_flowPlayerDivId:function(){return this._flowPlayerDivId},set_companyLogoLinkId:function(a){this._companyLogoLinkId=a},get_companyLogoLinkId:function(){return this._companyLogoLinkId},set_viewAllPropertiesLinkId:function(a){this._viewAllPropertiesLinkId=a},get_viewAllPropertiesLinkId:function(){return this._viewAllPropertiesLinkId},set_areaNameLabelId:function(a){this._areaNameLabelId=a},get_areaNameLabelId:function(){return this._areaNameLabelId},set_locationMapId:function(a){this._locationMapId=a},get_locationMapId:function(){return this._locationMapId},set_editMode:function(a){this._editMode=a},get_editMode:function(){return this._editMode},get_addNotesNotLoggedInControlId:function(){return this._addNotesNotLoggedInControlId},set_addNotesNotLoggedInControlId:function(a){this._addNotesNotLoggedInControlId=a},set_savePropertyNotLoggedIn:function(a){this._savePropertyNotLoggedIn=a},get_savePropertyNotLoggedIn:function(){return this._savePropertyNotLoggedIn},set_viewAllImagesLink:function(a){this._viewAllImagesLink=a},get_viewAllImagesLink:function(){return this._viewAllImagesLink},dispose:function(){this._titleId=null;this._descriptionId=null;this._descriptionDivId=null;this._descriptionHeadingId=null;this._priceId=null;this._addressId=null;this._amenitiesDivId=null;this._amenitiesHeadingDivId=null;this._amenities1ListId=null;this._amenities2ListId=null;this._amenities3ListId=null;this._smallImageContainerId=null;this._floorPlanContainerId=null;this._videoContainerId=null;this._unitAmenitiesDivId=null;this._unitAmenities1ListId=null;this._unitAmenities2ListId=null;this._unitAmenities3ListId=null;this._commissionLabelId=null;this._siteUrl=null;this._clipboardId=null;this._emailToFriendId=null;this._addNotesId=null;this._contactOwnerId=null;this._imagePopupViewerId=null;this._imageViewerId=null;this._floorPlansTabId=null;this._videoTabId=null;this._imageTabId=null;this._containerTabId=null;this._flowPlayerDivId=null;this._companyLogoLinkId=null;Masahati.Search.ViewPropertyInfo.callBaseMethod(this,"dispose")}};Masahati.Search.ViewPropertyInfo.registerClass("Masahati.Search.ViewPropertyInfo",Masahati.Search.PropertyInfo);Masahati.Search.StaticPropertyInfo=function(a){Masahati.Search.StaticPropertyInfo.initializeBase(this,[a])};Masahati.Search.StaticPropertyInfo.prototype={initalize:function(){Masahati.Search.StaticPropertyInfo.callBaseMethod(this,"initalize")},set_propertyId:function(a){this._currentPropertyId=a},get_propertyId:function(){return this._currentPropertyId},dispose:function(){}};Masahati.Search.StaticPropertyInfo.registerClass("Masahati.Search.StaticPropertyInfo",Masahati.Search.PropertyInfo);typeof Sys!=="undefined"&&Sys.Application.notifyScriptLoaded();
Type.registerNamespace('Masahati');Masahati.Globalisation={"Surname":"Surname","Summary":"Summary","ReqDateError":"Please enter a date","ContactEmailAddress":"Contact Email Address","Registration":"Registration","Welcome":"Welcome","PhoneNumber":"Phone Number","PreviewProperty":"Preview Property","CompanyName":"Company Name","CompanyLogo":"Company Logo","IncomeSummary":"Income &amp; Expenses Summary","DeactivateListing":"Deactivate Listing","SaveSearch":"Save Search","PropertiesListed":"Properties Listed","TotalNet":"Total Net","PreviewListing":"Preview Listing","TenantsPhoneNumber":"Tenant\u0027s Phone Number","CustomEditLocationError":"The location of the property is outside the area specified in the address field. Click \u0027update location\u0027 if you are sure the location is correct or select the property type tab to edit the address.","ExpensesThisMonth":"Expenses This Month","ReqYourEmailAddressError":"Please enter your email address","UnitSummary":"Unit Summary","ResidentialSaleKeywords":"property in Kuwait, Kuwait real estate, buy apartment Kuwait, purchase apartment Kuwait, Kuwaiti home purchase, Kuwaiti real estate","ContactUs":"Contact Us","EnterDetailsIn":"Enter details in","RentAmount":"Rent Amount","RegexEmailAddressError":"Please enter a valid email address","CustomUnitsPerFloorError":"Cannot reduce the amount of units per floor as this will cause defined units to become hidden.","ConfirmDeleteMessage":"Are you sure you wish to delete this message?","ReqSelectTenant":"Please select a tenant","Answer":"Answer","Amount":"Amount","Alerts":"Alerts","DeleteTenant":"Delete Tenant","August":"August","AreaM2":"Area m&#178;","Arabic":"Arabic","OfficeBuilding":"Office Building","CreateAnAccount":"Create An Account","Family":"Family","NoComission":"No Commission","YourDetails":"Your Details","RentManagement":"Rent Management","SecurityQuestion5":"What is your favorite color?","SecurityQuestion4":"What is your favorite type of food?","SecurityQuestion6":"What was the model of your first car?","SecurityQuestion1":"What was the name of your best childhood friend ?","SecurityQuestion3":"What high school did you graduate from?","SecurityQuestion2":"What was the name of your first pet?","Delist":"De-List","Delete":"Delete","Occupied":"Occupied","CommercialMetaKeywords":"Kuwait Commercial Real Estate, office space Kuwait, retail units Kuwait, industrial units Kuwait, commercial property listings Kuwait, Masahati, Kuwaiti commercial real estate,","PaymentFrequency":"Payment Frequency","ListingExpiresOn":"Listing Expires On [Date]","ListingExpiredOn":"Listing Expired On [Date]","MinBathrooms":"Min Bathrooms","ReqRecipientsNameError":"Please enter the recipients name","ReqConfirmPasswordError":"Please confirm your password","EmailAddress":"Email Address","Title404":"404 - The page cannot be found","Cancel":"Cancel","RegexUniqueUrlError":"Your web address must only contain alphanumeric characters and underscores","UniqueUrlText":"You are viewing properties from \u003cspan class=\"unique-url-company-name\"\u003e[CompanyName]\u003c/span\u003e.","Cheque":"Cheque","Credit":"Credit","ReqBuildingNumberError":"Please enter the building number","ReqCodeError":"Please enter the code above","UnitsPerFloor":"Units Per Floor","RegexCompanyLogoError":"Your company logo must either be a jpeg, gif or png","Income":"Income","Images":"Images","Import":"Import","ConfirmDelistProperty":"Are you sure you wish to deactivate this listing?","RegisterPageTitle":"Kuwait Property Listings | Property Management Kuwait| Masahati","Ascending":"Ascending","AdditionalInfo":"Additional Information","SearchProperties":"Search","RegexClientNameError":"Your name must be less than 50 characters","ListView":"List View","Office":"Office","Personal":"Personal","AgentTitle":"Register for free as\u003cbr /\u003e \u003cstrong\u003eProperty Agent/Agency\u003c/strong\u003e","Listed":"Listed","Message404":"The page you are looking for might have been removed, had it\u0027s name changed, or is temporarily unavailable","AddCredits":"Add Credits","Transaction":"Transaction","ForgottenYourPassword":"forgot your password?","PropertyContactDetails":"Property Contact Details","ReqBuildingNameError":"Please enter the building name","MinimumFilesWhenListed":"This category must have a minimum of [NumberOfFiles] files whilst the property is listed","Apartment":"Apartment","UploadingPleaseWait":"Uploading...please wait","CurrentPassword":"Current Password","Property":"Property","ListingExpired":"Listing Expired","ReqDescriptionError":"Please enter a description for this property","AddProperty":"Add Property","ReadMessages":"Read Messages","ReEnterCode":"Re-enter the code above","Undefined":"Undefined","ListingGuide":"Listing Guide","Reference":"Reference","PropertyGroup":"Property Group","MinImages":"Min Images","PropertySaved":"This property has been saved","PropertyTitle":"Listing Title","GenericValueError":"Please enter a valid value","ReqConfirmEmailError":"Please confirm your email address","MyProperties":"My Properties","ViewBrochure":"View Brochure (23MB)","NoItems":"No Items Were Found","ContractEndDate":"Contract End Date","Vacant":"Vacant","ThankYou":"Thank You","IncomeAndExpenses":"Income &amp; Expenses","Longitude":"Longitude","ResidentialRentKeywords":"rent kuwait, kuwait real estate, renting in Kuwait, apartments in Kuwait, Kuwaiti rental, Kuwaiti real estate","PropertyLister":"Property Lister","ContactForm":"Contact Form","ContactName":"Contact Name","ReqPhoneNumberError":"Please enter the tenant\u0027s phone number","ViewProperty":"view property","PhotoFlowView":"Photo Flow View","Tenants":"Tenants","PayAllRentToDate":"Pay all rent to date","Amenities":"Amenities","ReqYourAddressError":"Please enter your address","December":"December","ReqEmployerContactError":"Please enter the employer\u0027s contact number","Tenant":"Tenant","ReqBedroomsError":"Please select the number of bedrooms the property has","FloorPlans":"Floor Plans","AddExpense":"Add Expense","BuildingName":"Building Name","Retail":"Retail","Reason":"Reason","Region":"Region","Status":"Status","Street":"Street","RentCollectionDay":"Rent Collection Day","Select":"Select","PropertyNotFound":"This property is no longer available","ShowLocationOnMap":"Show Location On Google Maps","DaysLeft":"[DaysLeft] Days Left","YourAddress":"Your Address","BenefitListTitle":"Benefits","ListedProperties":"Listed Properties","CompareConfirmEmailError":"The 2 email addresses do not match","RegisterMetaKeywords":"Kuwait property listing, Kuwait property management, Kuwait real estate management, Kuwait real estate listings, Kuwait letting agency, Kuwait letting agencies, Kuwait rentals","AccountActivation":"Account Activation","CustomUniqueUrlError":"This URL is already in use.  Please enter a different one","November":"November","ViewAllPropertiesFromCompany":"view all properties from [CompanyName]","Preview":"Preview","AddNewTenant":"Add New Tenant","ApartmentBuilding":"Apartment Building","PriceKd":"Price (KD)","TotalCollected":"Total Collected","AddToClipboard":"add to clipboard","PropertyAmenities":"Property Amenities","SearcherTitle":"Register for free as \u003cbr /\u003e\u003cstrong\u003eProperty Searcher\u003c/strong\u003e","DividedHouse":"Divided House","ReqUniqueUrlError":"Please enter a web address for your properties","PropertyManagement":"Property Management","EmployerContact":"Employer Contact","RangeBathroomsError":"Please enter a valid number of bathrooms","RegisterMetaDescription":"Property owners and real estate agents in Kuwait, register with Masahati to list your apartments, houses, retail and office properties.  Masahati allows you to rent and sell properties in Kuwait easily.","MasahatiAddress":"15th Floor, Sharq Tower\u003cbr /\u003e\r\nAhmed Al-Jaber St, Sharq\u003cbr /\u003e\r\nP.O.Box 5607 Safat\u003cbr /\u003e\r\n13057 Kuwait","Company":"Company","AddToFavourites":"Save Property","InvalidCode":"You have entered an invalid code","September":"September","AdvertisingSummary":"Advertising Summary","Password":"Password","WhereDidYouHear4":"Magazine","WhereDidYouHear5":"Newspaper","WhereDidYouHear6":"Flyer","WhereDidYouHear7":"Friend","WhereDidYouHear1":"Google","WhereDidYouHear2":"Facebook","WhereDidYouHear3":"Blog","ReqSurnameError":"Please enter your surname","ReactivateListing":"Reactivate Listing","ReqNoOfUnitsError":"Please enter the number of units","RegexDateError":"Please enter a valid date (DD/MM/YYYY)","SearchName":"Search Name","DateOfBirth":"Date Of Birth","AreaSize":"Area","HouseNumber":"House Number","AddIncome":"Add Income","Investment":"Expenses","SearchSaved":"Your search has been saved","StepByStep":"Step by step","YourMessageSent":"Your message has been sent","ResultsPerPage":"Results Per Page","ReqStreetError":"Please enter the street","ReqYourNameError":"Please enter your name","ReqEmailAddressError":"Please enter an email address","YourPhoneNumber":"Your Phone Number","Confirmation":"Confirmation","MinBedrooms":"Min Bedrooms","Payment":"Payment","ReqPriceError":"Please enter the price of the property","ConfirmEmail":"Confirm Email","ResidentialMetaKeywords":"Kuwait Real Estate, rent in Kuwait, Kuwait Property, Rent apartments in Kuwait, rent houses in Kuwait, rent property in Kuwait, Kuwaiti Real Estate, Kuwaiti property, Kuwaiti homes, Kuwaiti apartments","ReqAmountError":"Please enter an amount","DividedHouseApartment":"Apartment","TenantName":"Tenant\u0027s Name","NoResultsFound":"No results found!","Cluster":"Cluster","Quarterly":"Quarterly","CreditsPerWeek":"Credits per week","EditBuilding":"Edit Building","AddTenant":"Add Tenant","AlreadyRegistered":"Already \u003cstrong\u003eRegistered?\u003c/strong\u003e","PropertyType":"Property Type","DateAdded":"Date Added","January":"January","EmailToFriend":"Email To Friend","ReqReferenceError":"Please enter a reference","GoToMyPublicPage":"Go to My Public Page","PriceUponRequest":"Price upon request","PropertyDetails":"Property Details","BuildingNumber":"Building Number","ActivateListing":"Activate Listing","ViewPortfolio":"Go to Dashboard","CustomEditLocationWithNameError":"The location of the property is outside the area specified in the address field. Did you mean to select \u0027[LocationName] in the area drop down list?  Click \u0027update location\u0027 if you are sure the location is correct or select the \u0027property type\u0027 tab to edit the address.","ReqAreaError":"Please select the area","RangeUnitsPerFloorError":"Please enter a number between 1 and 100","Credits":"Credits","NewTenant":"New Tenant","ReqEmployerError":"Please enter the tenant\u0027s employer","RegexTelephoneError":"Please enter a valid telephone number","ChangePassword":"Change Password","RangeNoOfFloorsError":"Please enter a number between 1 and 100","AdditionalInformation":"Additional Information","CustomLocationWithNameError":"The location of the property is outside the area specified in the address field. Did you mean to select \u0027[LocationName] in the area drop down list?  Click \u0027next\u0027 if you are sure the location is correct or click \u0027back\u0027 to edit the address.","YourMessage":"Your Message","SavedSearches":"Saved Searches","HalfAnnually":"Half Annually","English":"English","DeleteAllSelectedUnits":"Are you sure you wish to delete all selected units?","Of":"of","OK":"OK","KD":"KD","ViewAllImages":"View All Images","RangeAmountError":"Please enter a valid amount","NoCommission":"No Commission","RecentlyViewed":"Recently Viewed","SearcherBenefits":"\u003col\u003e\r\n\u003cli\u003eSearch for your ideal property \u003c/li\u003e\r\n\u003cli\u003eContact property owner/agent directly\u003c/li\u003e\r\n\u003cli\u003eSave your favorite properties\u003c/li\u003e\r\n\u003cli\u003eSave your search and receive new property updates \u003c/li\u003e\r\n\u003cli\u003eCompare properties and prices\u003c/li\u003e\r\n\u003cli\u003eAdd notes to properties while you browse\u003c/li\u003e\r\n\u003cli\u003eShare properties with your friends\u003c/li\u003e\r\n\u003c/ol\u003e","Bathrooms":"Bathrooms","October":"October","ForgotYourPassword":"Forgot Your Password?","UpdateSecurityQuestion":"Update Security Question","ReqClientNameError":"Please enter your name","CollectedThisMonth":"Collected This Month","Any":"Any","All":"All","Fax":"Fax","May":"May","Map":"Map","Buy":"Buy","Key":"Key","ROI":"ROI","ReqSecurityAnswerError":"Please enter an answer to the security question","Email":"Email","ListingDueToExpire":"Listing Due to Expire","Alert":"Alert","April":"April","Files":"Files","March":"March","Close":"Close","Notes":"Notes","Other":"Other","Login":"Login","Units":"Units","House":"House","MyProperty":"My Property","Video":"Video","ReqPasswordError":"Please enter a password","Price":"Price","Pages":"pages","TotalIncome":"Total Income","SplitVilla":"Divided House","SearchYourProperties":"Search your properties","PrintProperty":"Print Property","Username":"Username","LastWeek":"Last Week","MonthsRent":"Months Rent","RegexCountryCodeError":"Please enter a valid country code","Advertise":"Advertise","Address":"Address","AddRent":"Add Rent","ViewAllMasahatiProperties":"\u003ca href=\"[HomeUrl]\"\u003eClick here\u003c/a\u003e to view all properties on Masahati.com","Contract":"Contract","PlotNumber":"Plot Number","RegexPasswordError":"Your password must only contain letters and numbers and be between 6 and 20 characters","ChangePasswordMessage":"Your password has been successfully updated","Commission":"Commission","ConfirmDeleteTenant":"Are you sure you wish to delete this tenant and any associated rent records?","PhotoFlow":"Photo Flow","RegexCompanyNameError":"The company name must be less than 50 characters","VideoBeingConvertedMsg":"This file is currently being converted. Please check back in a few minutes to view the video.","EditTenant":"edit tenant","PercentCollected":"Percent Collected","MetresSquared":"m\u003csup\u003e2\u003c/sup\u003e","TotalInvestment":"Total Expenses","SingleMale":"Single Male","CommercialPageTitle":"Kuwait Commercial Real Estate | Office Space | Retail Property| Masahati","OwnerBenefits":"\u003col\u003e\r\n\u003cli\u003eAll the benefits of a searcher\u003c/li\u003e\r\n\u003cli\u003eCreate and manage all your advertising \u003c/li\u003e\r\n\u003cli\u003eBrand listings with your company logo\u003c/li\u003e\r\n\u003cli\u003eReceive your own Masahati URL Address\u003c/li\u003e\r\n\u003cli\u003eDirectly target searchers who\u0027s criteria matches your property via automatic email updates \u003c/li\u003e\r\n\u003cli\u003eView your properties on our map interface\u003c/li\u003e\r\n\u003cli\u003eHave a secure property management system accessible anywhere\u003c/li\u003e\r\n\u003cli\u003eMaintain a list of client contacts and details\u003c/li\u003e\r\n\u003cli\u003eStore property pictures, floor plans, and videos\u003c/li\u003e\r\n\u003cli\u003eView income and expense reports\u003c/li\u003e\r\n\u003cli\u003eCompare your prices to others around you\u003c/li\u003e\r\n\u003cli\u003eReceive alerts on contract expiry and rent payment delays\u003c/li\u003e\r\n\u003cli\u003eGet an edge over your competitors\u003c/li\u003e\r\n\u003c/ol\u003e","NewMessages":"New Messages","February":"February","YourEmailAddress":"Your Email Address","ReqSecurityQuestionError":"Please select a security question","OverdueRent":"Overdue Rent","RangeAreaError":"Please enter a valid area","ConfirmReducePropertySize":"Are you sure you wish to reduce the size of this property? Doing so will delete some units!","Latitude":"Latitude","ReqTitleError":"Please enter a title for this property","GroupedHouseCompound":"Grouped House Compound","SystemError":"System Error","ContactDetails":"Contact Details","YourNotesSaved":"Your notes have been saved","YourUniqueUrl":"Your unique URL","ReqUnitsPerFloorError":"Please enter the maximum number of units per floor","ReqFirstNameError":"Please enter your first name","Telephone":"Telephone","OrderBy":"Order By","ReqUsernameError":"Please enter a username","MyFavourites":"Saved Properties","UniquePropertyTitle":"[PropertyTitle] | Kuwait Real Estate | [SaleType] | Masahati","FirstName":"First name","ActiveListing":"Active Listings","GroupedHouse":"Grouped House","ResidentialPageTitle":"Rent in Kuwait | Buy Property | Real Estate | Masahati","RegexPriceError":"Please enter a valid price","Register":"register","ReqRegionError":"Please select the region","SecurityQuestion":"Security Question","EditDetails":"Edit Details","Commercial":"Commercial","Uploading":"Uploading","YourName":"Your Name","ClientName":"Name","ReqTenantNameError":"Please enter the tenant\u0027s name","GroupedHouses":"Grouped Houses","MyAccount":"My Account","ReqAreaM2Error":"Please enter the area of the property","ReqYourMessageError":"Please enter your message","ViewAll":"View All","PlayDemo":"Play Demo","SingleFemale":"Single Female","Masahati":"Masahati","NetForThisMonth":"Net For This Month","Annually":"Annually","RangeBedroomsError":"Please enter a valid number of bedrooms","CustomLocationError":"The location of the property is outside the area specified in the address field. Click next if you are sure this is correct","ReqBathroomsError":"Please select the number of bathrooms the property has","SearchingPleaseWait":"Searching...please wait!","SaveAndContinue":"Save And Continue","ConfirmDeleteProperty":"Are you sure you wish to delete this property?","RentSingleUnit":"Rent - Single Unit","RegistrationConfirmationMessage":"Thank you for registering with masahati.com.  You will now receive an email from us. To complete the registration process you must follow the instructions within this email to enable your account.","Descending":"Descending","Monthly":"Monthly","AgentBenefits":"\u003col\u003e\r\n\u003cli\u003eAll the benefits of a searcher\u003c/li\u003e\r\n\u003cli\u003eCreate and manage all your advertising\u003c/li\u003e\r\n\u003cli\u003eBrand listings with your company logo\u003c/li\u003e\r\n\u003cli\u003eReceive your own Masahati URL Address\u003c/li\u003e\r\n\u003cli\u003eDirectly target searchers who\u0027s criteria matches your property via automatic email updates \u003c/li\u003e\r\n\u003cli\u003eView your properties on our map interface\u003c/li\u003e\r\n\u003cli\u003eHave a secure property management system accessible anywhere\u003c/li\u003e\r\n\u003cli\u003eMaintain a list of client contacts and details\u003c/li\u003e\r\n\u003cli\u003eBe notified when client contracts expire\u003c/li\u003e\r\n\u003cli\u003eStore property pictures, floor plans, and videos\u003c/li\u003e\r\n\u003cli\u003eGet an edge over your competitors\u003c/li\u003e\r\n\u003c/ol\u003e","HowDidYouHear1":"Google","HowDidYouHear3":"Blog","HowDidYouHear2":"Facebook","HowDidYouHear5":"Newspaper","HowDidYouHear4":"Magazine","HowDidYouHear7":"Friend","HowDidYouHear6":"Flyer","CreditDebitCard":"Credit/Debit Card","TotalMessages":"Total Messages","LastPaymentDate":"Last Payment Date","ConfirmDeleteFile":"Are you sure you wish to delete this file?","ReqCompanyNameError":"Please enter the name of your company","OwnerTitle":"Register for free as\u003cbr /\u003e\u003cstrong\u003eProperty Owner/Company\u003c/strong\u003e","CommercialSaleKeywords":"office for sale Kuwait, commercial property sales Kuwait, industrial property sales Kuwait, retail property sales Kuwait, Kuwaiti real estate,","MasahatiAddressWithoutPoBox":"15th Floor, Sharq Tower\u003cbr /\u003e\r\nAhmed Al-Jaber St, Sharq\u003cbr /\u003e","TenantSaved":"The tenant was saved successfully","RentSummary":"Rent summary for this month","CompanyWebsite":"Company Website","ContractStartDate":"Contract Start Date","SquareMetres":"Sq Metres","RegexUsernameError":"Your username must only contain letters and numbers and be between 6 and 20 characters","ChangeSecurityQuestion":"Change Security Question","ComingSoon":"coming soon","Results":"Results","LastDay":"Last Day","WhereDidYouHearAboutUs":"Where did you hear about us?","RangeFloorError":"Please enter a valid floor number","ReqCountryCodeError":"Please enter your country code","MapView":"Map View","ReqPropertyTypeError":"Please select the type of property","Loading":"Loading...","RegisterForFree":"register for free","AddedDaysAgo":"Added [X] Days Ago","TenantsContractsNearExpiry":"Tenants Contracts Near Expiry","ThumbnailView":"Thumbnail View","ContactPhoneNumber":"Contact Phone Number","ViewLocation":"View Location","CustomEmailAddressError":"This email address has already been registered","ReqYourPasswordError":"Please enter your password","Message":"Message","MoveRight":"move right","Properties":"Properties","AdditionalAmenities":"Additional Amenities","TenantsContractsDueToExpiry":"[NumberOfTenants] Tenants Contracts Due To Expiry","UnitAmenities":"Unit Amenities","Selected":"Selected","AddViewNotes":"Add/View Notes","Brochures":"Brochures","ReqNoOfFloorsError":"Please enter the number of floors that the building has","MoveBack":"Move Back","MoveNext":"Move Next","MoveLeft":"move left","ContactOwner":"Contact","RegexSecurityAnswerError":"Your answer must be less than 50 characters","SavedSearchNotifyEmail":"Email Me Property Alerts","NewPassword":"New Password","ClickToViewThumbnail":"Click on a thumbnail to view","Employer":"Employer","DeleteProperty":"Delete Property","BackToDashboard":"back to dashboard","ListProperty":"List Property","MoreInfo":"More Info","ReqTelephoneError":"Please enter your telephone number","TotalOutstandingRent":"Total Delayed Rent","ReqYourPhoneNumberError":"Please enter your phone number","Documents":"Documents","CommercialMetaDescription":"Kuwait Commercial Real Estate, office space Kuwait, retail units Kuwait, industrial units Kuwait, commercial property listings Kuwait, Masahati, Kuwaiti commercial real estate,","TotalInitialInvestment":"Total Initial Investment","TenantsSummary":"Tenants Summary","Messages":"Messages","DetailsUpdated":"Your details have been updated","ClickToEnlargeThumbnail":"Click on a thumbnail to enlarge","Bedrooms":"Bedrooms","Duration":"Duration","SystemErrorMessage":"A system error occured and our technical team has been informed of the problem. If you continue to experience problems after a few days then please contact us via our \u003ca href=\"[ContactPage]\"\u003eonline form\u003c/a\u003e","EditProperty":"Edit Property","ComparePasswordError":"The 2 passwords do not match","YouMustBeLoggedIn":"You must be logged in to perform this action","IE6Warning":"You are currently using Internet Explorer Version 6 or below. This browser will only support limited functionality.\u003cbr /\u003e\r\nTo access all the features that Masahati.com has to offer, please \u003ca href=\"http://www.microsoft.com/windows/internet-explorer/default.aspx\" target=\"_blank\"\u003eclick here\u003c/a\u003e to upgrade to the latest version of Internet Explorer","TermsOfUseLabel":"I have read and accepted the \u003ca href=\"[TermsOfUsePage]\" target=\"_blank\"\u003eterms of use\u003c/a\u003e","ReqYourEmailError":"Please enter your email","PaymentType":"Payment Type","ReqFloorError":"Please enter the floor number of this unit","CustomTermsOfUseError":"Please confirm that you have read and accept the terms of use","NoOfFloors":"No. Of Floors","Residential":"Residential","TenantsContractExpiresOn":"[TenantName]\u0027s contract is due to expire on [Date]","ConfirmPassword":"Confirm Password","SaveTenant":"Save Tenant","Location":"Location","ForSale":"For Sale","ForRent":"For Rent","NextPaymentDate":"Next Payment Date","IncomeThisMonth":"Income This Month","PortfolioSummary":"Portfolio Summary","ResidentialMetaDescription":"Kuwait Real Estate listings from Masahati. Properties including apartments, villas and houses for rent or sale in Kuwait. Search for your perfect Kuwait real estate online","PropertyDescription":"Description","Edit":"Edit","Area":"Area","From":"From","Date":"Date","Days":"Days","Mall":"Mall","Beds":"Beds","Back":"Back","Cash":"Cash","Info":"Info","Name":"Name","Next":"Next","List":"List","Land":"Land","Unit":"Unit","July":"July","June":"June","Type":"Type","Rent":"Rent","Sell":"Sell","Save":"save","Sale":"Sale","OutstandingRent":"Delayed Rent","ViewResults":"view results","ViewRegions":"View Regions","SaleType":"Sale Type","Thumbnail":"Thumbnail","CommercialRentKeywords":"office for rent Kuwait, commercial property rental Kuwait, industrial property rental Kuwait, retail property rental Kuwait, Kuwaiti real estate,"};
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();