
function fnShowBuildingDetails(buildingid){var strURL=$('rooturl').value;Shadowbox.open({player:'iframe',content:strURL+'Property/'+buildingid+'.aspx?displaycontentonly=1',height:500,width:795});}
function fnShowOccupierDetails(buildingid){var strURL=$('rooturl').value;Shadowbox.open({player:'iframe',content:strURL+'TenantDirectory/List.aspx?displaycontentonly=1&bid='+buildingid,height:500,width:795});}