Партнерка на США и Канаду по недвижимости, выплаты в крипто
- 30% recurring commission
- Выплаты в USDT
- Вывод каждую неделю
- Комиссия до 5 лет за каждого referral
ЗАО "БАНК" |
Содержание | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Общая информация Карточка
Регистрационные данные
Структура компании Основные акционеры по состоянию на 01.08.2006 (источник: Росстат)
|
// Подсвечивает строку в контекстном меню function HighLightPopup() { this. event. toElement. style. backgroundColor = "#E2E2DE"; } // убирает подсветку со строки в контекстном меню function RemoveHighlitePopup() { this. event. fromElement. style. backgroundColor = "transparent"; } // скрывает всплывающее меню function HidePopupMenu() { if (document. activeElement. parentElement. parentElement. parentElement == null) { return; } if (document. activeElement. parentElement. parentElement. parentElement. parentElement!= this. event. srcElement) { this. event. srcElement. style. display = 'none' } } // уходит по ссылке из контекстного меню function Redirect() { var objTD = event. srcElement; if (event. srcElement. tagName!= "TD") objTD = event. srcElement. parentElement; objTD. parentElement. parentElement. parentElement. parentElement. style. display = "none"; if (objTD. OpenInParent!= null) { if (mainWindow == null || mainWindow. closed) { alert("Главное окно СПАРКа было закрыто, поэтому информация не может быть отображена."); return; } mainWindow. location. href = objTD. link; mainWindow. focus(); return; } if (objTD. OpenInNew!= null) { window. open(objTD. link, "_blank", "toolbar=no, menubar=no, scrollbars=yes, resizable=yes, status=yes"); return; } document. location. href = objTD. link; // скрываем контекстное меню objTD. parentElement. parentElement. parentElement. parentElement. style. display = "none"; }
function showAuditorMenu(auditorId) { auditorMenu_CompanyInfo. link = "CompanyInformation. aspx? id=" + auditorId + "&lnk=1.1"; auditorMenu_Clients. link = "Lists. aspx? type=clients&id=" + auditorId; var posX = 0; var posY = document. activeElement. offsetHeight; for (var elem = document. activeElement; elem!= null; elem = elem. offsetParent) { posX += elem. offsetLeft; posY += elem. offsetTop; } auditorMenu. style. posLeft = posX; auditorMenu. style. posTop = posY; auditorMenu. style. display = ""; auditorMenu. focus(); }
function showPersonMenu(name, birthday) { personMenu_Relationships. link = "Lists. aspx? type=person&name=" + name; if ((birthday!= null) && (birthday!= "")) { personMenu_Relatioships_with_birthday. link = "Lists. aspx? type=person&name=" + name +"&birthday=" + birthday; personMenu_Relatioships_with_birthday. style. display = ""; } else { personMenu_Relatioships_with_birthday. link = ""; personMenu_Relatioships_with_birthday. style. display = "none"; } var posX = 0; var posY = document. activeElement. offsetHeight; for (var elem = document. activeElement; elem!= null; elem = elem. offsetParent) { posX += elem. offsetLeft; posY += elem. offsetTop; } personMenu. style. posLeft = posX; personMenu. style. posTop = posY; personMenu. style. display = ""; personMenu. focus(); }
function showCompanyMenu(companyId) { companyMenu_CompanyInfo. link = "CompanyInformation. aspx? id=" + companyId + "&lnk=1.1"; companyMenu_Relationships. link = "Lists. aspx? type=company&id=" + companyId; var posX = 0; var posY = document. activeElement. offsetHeight; for (var elem = document. activeElement; elem!= null; elem = elem. offsetParent) { posX += elem. offsetLeft; posY += elem. offsetTop; } companyMenu. style. posLeft = posX; companyMenu. style. posTop = posY; companyMenu. style. display = ""; companyMenu. focus(); }


