Ваши контактные данные будут использоваться исключительно для вашего информирования по вашему запросу. " +
"Никаких спам-рассылок, никакой навязчивой рекламы туда отправляться не будет. Ваши контактные данные никогда не " +
"будут видны на сайте и не будут никому передаваться без вашего согласия. У вас всегда будет возможность удалить " +
"свои контактные данные и отказаться от любых уведомлений. Отправляя данную форму, вы соглашаетесь с этими условиями.
";
} else document.getElementById('spectro_formrules').innerHTML = "";
}
iscryptshow = 0;
function Spectro_CryptPhone(phone)
{
phone = phone.split("oo").join("1"); phone = phone.split("tt").join("2");
phone = phone.split("hh").join("3"); phone = phone.split("ff").join("4");
phone = phone.split("ii").join("5"); phone = phone.split("ss").join("6");
phone = phone.split("ee").join("7"); phone = phone.split("gg").join("8");
phone = phone.split("nn").join("9"); phone = phone.split("zz").join("0");
return(phone);
}
Enemy = 0;
function Spectro_EnemyOff()
{
done = 0;
var item = document.getElementsByTagName('div');
for (var i = 0; i < item.length; i++) {
if (done == 1) {
item[i].innerHTML = "";
Enemy = 1;
}
if (item[i].className == 'spectro_end') done = 1;
}
if (document.getElementById('spectro_end') && Enemy == 0) setTimeout(Spectro_EnemyOff, 1000);
}
function Spectro_Statistic()
{
ref = document.referrer;
ajax_var.open('get', 'https://shah-surgery.com/spectro_statistic/' + ref + '/', true);
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
document.getElementById("spectro_panel").innerHTML = response;
}
};
ajax_var.send();
}
function Spectro_JS_Results()
{
ajax_var.open('get', 'https://shah-surgery.com/cms-dynamic/', false);
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
var db = response.split("-|-");
if (db[1] && db[1] != "") {
document.getElementById('spectro_results').innerHTML = db[1];
setTimeout(Spectro_CleanResults, 2500);
}
}
};
ajax_var.send();
}
function Spectro_DynamicBlocks()
{
Spectro_DynamicDraw();
if (document.getElementById("spectro_dynamicdata")) {
Spectro_Frame("spectro_data", document.getElementById("spectro_dynamicdata").value);
}
for (i = 1; i < 6; i++) {
if (document.getElementById("spectro_dynamicblock" + i)) {
Spectro_Frame("spectro_block" + i, document.getElementById("spectro_dynamicblock" + i).value);
}
}
}
function Spectro_DynamicData()
{
if (document.getElementById("spectro_images") && document.getElementById("spectro_images").value != "") {
Spectro_DynamicImg(document.getElementById("spectro_images").value);
}
urlgoods = "";
if (document.getElementById("spectro_goods") && document.getElementById("spectro_goods").value != "") {
goodui = document.getElementById("spectro_goods").value.split("-");
end = goodui.length;
for (var i = 0; i < end; i++) {
blow = goodui[i].split(":");
urlgoods = urlgoods + blow[0];
if (i < end - 1) urlgoods = urlgoods + "-";
}
urlgoods = urlgoods + "/";
}
ajax_var.open('get', 'https://shah-surgery.com/cms-dynamic/spectro-open-type/' + urlgoods, false);
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
var db = response.split("-|-");
if (db[1] && db[1] != "") {
document.getElementById('spectro_results').innerHTML = db[1];
setTimeout(Spectro_CleanResults, 2500);
}
if (db[2] && urlgoods != "") {
good = db[2].split("-");
for (var i = 0; i < good.length; i++) {
currui = "";
blow = good[i].split(":");
for (var j = 0; j < goodui.length; j++) {
blow1 = goodui[j].split(":");
if (blow[0] == blow1[0]) {
currui = blow1[1];
if (document.getElementById("spectro_price" + currui)) {
Spectro_Value("spectro_price" + currui, blow[1]);
}
if (document.getElementById("spectro_showprice" + currui)) {
document.getElementById("spectro_showprice" + currui).innerHTML = Spectro_ShowPrice(blow[1], " ");
div = document.getElementById('spectro_buy' + currui);
currclass = div.getAttribute("class");
currclass = currclass.replace("spectro_disable", "");
div.setAttribute('class', currclass);
}
}
}
}
}
if (db[3] && document.getElementById("spectro_basket")) document.getElementById("spectro_basket").innerHTML = db[3];
if (db[4] && urlgoods != "") {
good = db[4].split("+|+");
for (var i = 0; i < good.length; i++) {
currui = "";
blow = good[i].split("::");
for (var j = 0; j < goodui.length; j++) {
blow1 = goodui[j].split(":");
if (blow[0] == blow1[0]) {
currui = blow1[1];
if (document.getElementById("spectro_ing_" + currui)) {
Spectro_Style("spectro_ing_" + currui, "display", "block");
document.getElementById("spectro_ingc_" + currui).innerHTML = blow[1];
}
if (document.getElementById("spectro_inl0_" + currui)) {
Spectro_Style("spectro_inl0_" + currui, "display", "block");
document.getElementById("spectro_inl0c_" + currui).innerHTML = blow[1];
}
if (document.getElementById("spectro_inl3_" + currui)) Spectro_Style("spectro_inl3_" + currui, "display", "block");
if (document.getElementById("spectro_inl4_" + currui)) Spectro_Style("spectro_inl4_" + currui, "display", "block");
if (document.getElementById("spectro_inl5_" + currui)) Spectro_Style("spectro_inl5_" + currui, "display", "block");
}
}
}
}
if (db[5]) {
for (i = 1; i < 6; i++) {
if (document.getElementById("spectro_protect" + i)) {
document.getElementById("spectro_protect" + i).src = "/spectro-protect-" + db[5] + ".png";
Spectro_Value("spectro_protect" + i + "num", db[5]);
}
}
}
if (db[6] && db[6] != "") document.getElementById('spectro_add').innerHTML = db[6];
if (db[7]) onlinemode = db[7];
if (db[8] && document.getElementById("spectro_onlinedialog")) {
document.getElementById("spectro_onlinedialog").innerHTML = db[8];
}
/* if (db[7] && document.getElementById("spectro_dialog")) {
dialog = db[7].split("") setTimeout(Spectro_OnlineFirst, 5000);
document.getElementById("spectro_dialog").innerHTML = dialog[0];
}*/
if (db[8] && db[8] != "" && document.getElementById("spectro_phone_top"))
document.getElementById('spectro_phone_top').innerHTML = Spectro_CryptPhone(db[8]);
if (db[9] && db[9] != "" && document.getElementById("spectro_phone_bottom"))
document.getElementById('spectro_phone_bottom').innerHTML = Spectro_CryptPhone(db[9]);
if (db[10] && db[10] != "") {
db[10] = db[10].split("[A]").join("@");
db[10] = db[10].split("[S]").join("mailto:");
db[10] = db[10].split("[D]").join(".");
if (document.getElementById("spectro_sitemail_top"))
document.getElementById('spectro_sitemail_top').innerHTML = db[10];
if (document.getElementById("spectro_sitemail_bottom"))
document.getElementById('spectro_sitemail_bottom').innerHTML = db[10];
if (document.getElementById("spectro_sitemail_page"))
document.getElementById('spectro_sitemail_page').innerHTML = db[10];
}
if (db[11] && db[11] != "") {
db[11] = Spectro_CryptPhone(db[11]);
if (document.getElementById("spectro_phone_region_top"))
document.getElementById('spectro_phone_region_top').innerHTML = db[11];
if (document.getElementById("spectro_phone_region_bottom"))
document.getElementById('spectro_phone_region_bottom').innerHTML = db[11];
if (document.getElementById("spectro_phone_region_page"))
document.getElementById('spectro_phone_region_page').innerHTML = db[11];
}
}
};
ajax_var.send();
}
function Spectro_Start()
{
Spectro_DynamicBlocks();
Spectro_DynamicData();
onlinemode = 0;
if (document.getElementById("spectro_noregion")) setTimeout(Spectro_RegionConfirm, 3000);
if (document.getElementById("spectro_end")) setTimeout(Spectro_EnemyOff, 100);
isslider = 0;
for (i = 1; i < 6; i++) {
if (document.getElementById("spectro_slider" + i)) {
isslider = 1;
setTimeout(Spectro_SliderAuto, 3000);
}
}
if (isslider == 1) Spectro_SliderResize();
ismodebg = 0;
for (i = 1; i < 6; i++) {
if (document.getElementById("spectro_movebg" + i)) ismodebg = 1;
}
if (ismodebg == 1) Spectro_MoveBG1();
if (document.getElementById("spectro_scanpage")) setTimeout(Spectro_ScanPage, 3000);
if (document.getElementById("spectro_dialoglist")) {
Spectro_DialogScroll();
setTimeout(Spectro_DialogScroll, 1000);
setTimeout(Spectro_DialogScroll, 2000);
setTimeout(Spectro_DialogScroll, 3000);
}
if (document.getElementById("spectro_crypt")) Spectro_UnCryptData();
if (document.getElementById("spectro_calc")) Spectro_initCalc();
if (document.getElementById("dataview")) {
htmlEditor = new Application.Editor({ ID: 'dataview' });
htmlEditor.EditMode = 1;
htmlEditor.SetHeight();
var fontc = new MooRainbow('fontc', {
id: 'chfontcol', wheel: true, 'startColor': [58, 142, 246],
onChange: function(color) { htmlEditor.SetColor(color.hex); },
onComplete: function(color) { htmlEditor.SetColor(color.hex); }
});
}
if (document.getElementById("deliverymap")) ymaps.ready(initYMaps);
if (document.getElementById("outjsonload")) OutJSonload();
if (document.getElementById("spectrosnow1")) Spectro_RunSnow();
}
function Spectro_Field2check(id)
{
if (document.getElementById(id).checked == false) document.getElementById(id).checked = true;
else document.getElementById(id).checked = false;
}
function Spectro_Field2(block, name, field, catid, filter, pos)
{
if (document.getElementById(block + "open")) document.getElementById(block).innerHTML = ""; else {
ajax_var.open('get', 'https://shah-surgery.com/cms-field2/' + block + '/' + name + '/' + field + '/' + catid + '/' + filter +
'/id' + pos + '/', true);
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
document.getElementById(block).innerHTML = response;
}
};
ajax_var.send(null);
}
}
function Spectro_GoodImg(img, goodid, ui)
{
document.getElementById('goodimg' + goodid + "_" + ui).src = img;
}
function Spectro_ImgOne(img, goodid)
{
Spectro_Style("spectro_movebg2", "bgurl", img);
document.getElementById('good' + goodid).src = img;
}
runsnow = 0;
function Spectro_RunSnow()
{
if (runsnow == 0) {
Spectro_Snow();
runsnow = 1;
}
}
var snowtop = [0, 222, 13, 30, 28, 344, 170, 299, 124, 150];
var snowleft = [0, 100, 300, 700, 900, 400, 560, 800, 200, 555];
function Spectro_Snow()
{
if (window.innerWidth) spectro_screen = window.innerWidth;
else if (document.documentElement && document.documentElement.clientWidth)
spectro_screen = document.documentElement.clientWidth;
else if (document.body && document.body.clientWidth) spectro_screen = document.body.clientWidth;
if (spectro_screen > 1000) {
for (i = 1; i < 11; i++) {
cid = 'spectrosnow' + i;
Spectro_Style(cid, 'top', snowtop[i]);
snowtop[i] = snowtop[i] + Math.floor(Math.random()*(4 - 1) + 1);
Spectro_Style(cid, 'margin-left', snowleft[i]);
snowleft[i] = snowleft[i] + Math.floor(Math.random()*2);
if (snowtop[i] > 600) {
snowtop[i] = Math.floor(Math.random()*(190 - 1) + 1);
snowleft[i] = Math.floor(Math.random()*(990 - 1) + 1);
}
if (snowleft[i] > 1000) snowleft[i] = Math.floor(Math.random()*(990 - 1) + 1);
}
setTimeout(Spectro_Snow, 50);
} else {
for (i = 1; i < 11; i++) {
cid = 'spectrosnow' + i;
Spectro_Style(cid, 'display', 'none');
}
}
}
function Spectro_SetMask(pos, elem)
{
elem.focus();
if (elem.setSelectionRange) elem.setSelectionRange(pos, pos);
else if (elem.createTextRange) {
var range = elem.createTextRange();
range.collapse(true);
range.moveEnd("character", pos);
range.moveStart("character", pos);
range.select()
}
}
function Spectro_PhoneMask(event, type = "phone")
{
var matrix = "+7 (___) ___-__-__",
element = event.target,
i = 0;
switch(type) {
case "time":
matrix = "__:__";
break;
case "date":
matrix = "__.__.____";
break;
}
var def = matrix.replace(/\D/g, ""),
val = element.value.replace(/\D/g, "");
if (def.length >= val.length) val = def;
element.value = matrix.replace(/./g, function(a) {
return /[_\d]/.test(a) && i < val.length ? val.charAt(i++) : i >= val.length ? "" : a
});
if (event.type == "blur") {
if (element.value.length == 2) element.value = ""
} else Spectro_SetMask(element.value.length, element)
}
function Spectro_BuyButton(ui, currclass)
{
Spectro_Pressed('buy' + ui, currclass);
Spectro_Pressed('buy2_' + ui, currclass);
}
function Spectro_Buy(ui, targetblock = 'none')
{
div = document.getElementById('spectro_buy' + ui);
currclass = div.getAttribute("class");
div.setAttribute('class', currclass + ' spectro_pressed');
if (document.getElementById('spectro_buy2_' + ui)) {
div = document.getElementById('spectro_buy2_' + ui);
div.setAttribute('class', currclass + ' spectro_pressed');
}
var price = document.getElementById("spectro_price" + ui).value;
var goodid = document.getElementById("spectro_goodid" + ui).value;
var vars = 0;
if (document.getElementById("spectro_vars" + ui)) vars = document.getElementById("spectro_vars" + ui).value;
var col = 1;
if (document.getElementById("spectro_col" + ui)) col = document.getElementById("spectro_col" + ui).value;
var addgoods = "";
if (document.getElementById("spectro_addgoods")) addgoods = encodeURIComponent(document.getElementById("spectro_addgoods").value);
var newgoods = "";
if (document.getElementById("spectro_newgoods")) newgoods = encodeURIComponent(document.getElementById("spectro_newgoods").value);
var varlist = "";
if (vars > 0) {
for (i = 0; i < vars; i++) {
var varname = document.getElementById("spectro_varname" + i + "_" + ui).value;
isid = 1; varvalue = ""; varsels = "";
/* if (document.getElementById("showvar" + i + "_" + ui)) showvar = document.getElementById("showvar" + i + "_" + ui).value;
else*/
if (document.getElementById("spectro_varvalue" + i + "_" + ui)) {
varvalue = document.getElementById("spectro_varvalue" + i + "_" + ui).value;
}
if (document.getElementById("spectro_varscol" + i + "_" + ui)) {
varscol = document.getElementById("spectro_varscol" + i + "_" + ui).value;
for (j = 1; j < varscol; j++) if (document.getElementById("spectro_var" + i + "_" + j + "_" + ui) &&
document.getElementById("spectro_var" + i + "_" + j + "_" + ui).checked == true) {
varsels = varsels + "&var[" + i + "][" + j + "]=" + document.getElementById("spectro_var" + i + "_" + j + "_" + ui).value;
}
}
if (varsels != "") varlist = varlist + varsels + "&varscol[" + i + "]=" + varscol + "&varname[" + i + "]=" + varname;
else if (isid == 1) {
varlist = varlist + "&varvalue[" + i + "]=" + varvalue + "&varname[" + i + "]=" + varname;
}/* else if (showvar[0].value) {
varlist = varlist + "&varvalue[" + i + "]=" + showvar[0].value + "&varname[" + i + "]=" + varname;
}*/
}
}
if (addgoods != "") varlist = varlist + "&addgoods=" + addgoods;
if (newgoods != "") varlist = varlist + "&newgoods=" + newgoods;
params = "action=addtobasket&module=public&goodid=" + goodid + "&col=" + col + "&price=" + price +
"&vars=" + vars + varlist + "&actionmode=ajax";
ajax_var.open("post", "https://shah-surgery.com/index.php", true);
ajax_var.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
Spectro_DynamicData();
setTimeout(Spectro_BuyButton, 1000, ui, currclass);
if (targetblock != 'none') Spectro_Frame(targetblock, 'shopbasket/frame/');
}
}
ajax_var.send(params);
}
function Spectro_MoreCatalog(url, page)
{
ajax_var.open("get", "https://shah-surgery.com/" + url + page + "/frame/", true);
ajax_var.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
document.getElementById("spectro_moregoods" + page).innerHTML = response;
Spectro_DynamicData();
}
}
ajax_var.send();
}
function Spectro_BasketCol(num, value, colfield, targetblock = 'spectro_data')
{
gcol = document.getElementById(colfield).value;
if (value == "+1") {
plus = num; minus = "-1";
} else {
minus = num; plus = "-1";
}
params = "minus=" + minus + "&plus=" + plus + "&gcol=" + gcol;
Spectro_Action(targetblock, "public_", "savebasket", 1, params);
Spectro_DynamicBlocks();
Spectro_DynamicData();
}
function Spectro_BasketMinus(goodid, basketblock, targetblock = 'none')
{
params = "actionmode=ajax&action=savebasket&module=public&goodminus=" + goodid;
ajax_var.open("post", "https://shah-surgery.com/index.php", true);
ajax_var.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
ajax_var.onreadystatechange = function() {
if (ajax_var.readyState == 4) {
var response = ajax_var.responseText;
blow = response.split(":");
col = parseInt(blow[1]);
if (col < 1) {
Spectro_Style(basketblock, "display", "none");
Spectro_DynamicBlocks();
Spectro_DynamicData();
} else Spectro_DynamicData();
if (targetblock != 'none') Spectro_Frame(targetblock, 'https://shah-surgery.com/shopbasket/frame/');
}
}
ajax_var.send(params);
}
scrollfrom = 0;
currentscroll = 0;
currentright = 0;
scrollwidth = 0;
function Spectro_FScroll1(itemid, isright) {
currentscroll = itemid;
scrollfrom = window.event.clientX;
if (isright == 1) {
currentright = 1;
var box = document.getElementById("rightscroll" + currentscroll).getBoundingClientRect();
} else {
currentright = 0;
var box = document.getElementById("leftscroll" + currentscroll).getBoundingClientRect();
}
if (box.width) scrollwidth = box.width - 20; else scrollwidth = 0;
}
function Spectro_FScroll0() {
scrollfrom = 0; currentscroll = 0; scrollwidth = 0;
}
function Spectro_FScroll() {
if (scrollfrom > 0) {
min = parseFloat(document.getElementById("spectro_scroll" + currentscroll + "min").value);
max = parseFloat(document.getElementById("spectro_scroll" + currentscroll + "max").value);
step = (max - min) / 160;
if (currentright == 1) {
margin = scrollfrom - window.event.clientX + scrollwidth;
if (margin < 0) margin = 0;
if (margin > 160) margin = 160;
value = max - step*margin;
another = document.getElementById("leftscroll" + currentscroll).getBoundingClientRect();
if (margin > 175 - another.width) {
margin = 175 - another.width;
value = max - step*margin;
}
Spectro_Style("rightscroll" + currentscroll, "width", (margin + 20));
document.getElementById("spectro_scroll" + currentscroll + "to").value = Spectro_ShowPrice(value.toFixed(), " ");
} else {
margin = window.event.clientX - scrollfrom + scrollwidth;
if (margin < 0) margin = 0;
if (margin > 160) margin = 160;
value = min + step*margin;
another = document.getElementById("rightscroll" + currentscroll).getBoundingClientRect();
if (margin > 175 - another.width) {
margin = 175 - another.width;
value = min + step*margin;
}
Spectro_Style("leftscroll" + currentscroll, "width", (margin + 20));
document.getElementById("spectro_scroll" + currentscroll + "from").value = Spectro_ShowPrice(value.toFixed(), " ");
}
}
}
function Spectro_BasketNext(action, map, delivery, ui)
{
Spectro_Value("nextact" + ui, action);
Spectro_Value("nextmap" + ui, map);
Spectro_Value("nextdelivery" + ui, delivery);
if (document.getElementById('baskbutton1_' + ui)) Spectro_Html('baskbutton1_' + ui, '');
if (document.getElementById('baskbutton2_' + ui)) Spectro_Html('baskbutton2_' + ui, '');
var form = document.getElementById('orderform' + ui);
form.submit();
}
var spectro_pricefrom = new Array(10);
var spectro_priceto = new Array(10);
var spectro_pricech = new Array(10);
var spectro_pricedx = new Array(10);
var spectro_priceblock = new Array(10);
for (l = 1; l < 10; l++) {
spectro_pricefrom[l] = 0; spectro_priceto[l] = 0; spectro_pricech[l] = " "; spectro_pricedx[l] = 0;
spectro_priceblock[l] = " ";
}
spectro_pricestep = 1;
function Spectro_ShowPrice(price, space)
{
strprice = " " + price;
rest = "";
pricemas = strprice.split(".");
if (pricemas.length > 1) {
strprice = pricemas[0];
rest = "." + pricemas[1];
restmas = rest.split("");
if (restmas.length > 3) rest = "." + restmas[1] + restmas[2];
}
pricemas = strprice.split("");
strprice = ""; nextspace = 3;
for (j = 1; j < pricemas.length; j++) {
i = pricemas.length - j;
num = pricemas.length - i;
if (num > nextspace) {
strprice = space + strprice;
nextspace = nextspace + 3;
}
strprice = pricemas[i] + strprice;
}
return(strprice + rest);
}
function Spectro_ChangePrice(block, price, num)
{
value = document.getElementById(block).innerHTML;
value = value.split("&").join("");
value = value.split(" ").join("");
value = value.split(" ").join("");
spectro_pricefrom[num] = 0 + parseInt(value);
spectro_priceto[num] = price;
spectro_priceblock[num] = block;
if (spectro_priceto[num] > spectro_pricefrom[num]) {
spectro_pricech[num] = "+";
spectro_pricedx[num] = (spectro_priceto[num] - spectro_pricefrom[num]) / 30;
spectro_pricedx[num] = Math.floor(spectro_pricedx[num]);
} else {
spectro_pricech[num] = "-";
spectro_pricedx[num] = (spectro_pricefrom[num] - spectro_priceto[num]) / 30;
spectro_pricedx[num] = Math.floor(spectro_pricedx[num]);
}
}
function Spectro_ShowPrices()
{
finish = 0;
for (l = 1; l < 10; l++) if (spectro_pricech[l] != " ") {
if (spectro_pricech[l] == "+") {
spectro_pricefrom[l] = spectro_pricefrom[l] + spectro_pricedx[l];
if (spectro_pricefrom[l] > spectro_priceto[l]) finish = 1;
} else {
spectro_pricefrom[l] = spectro_pricefrom[l] - spectro_pricedx[l];
if (spectro_pricefrom[l] < spectro_priceto[l]) finish = 1;
}
document.getElementById(spectro_priceblock[l]).innerHTML = Spectro_ShowPrice(spectro_pricefrom[l], " ");
}
spectro_pricestep++;
if (spectro_pricestep < 30) setTimeout(Spectro_ShowPrices, 10);
else {
for (l = 1; l < 10; l++) if (spectro_pricech[l] != " ") {
strprice = Spectro_ShowPrice(spectro_priceto[l], " ");
document.getElementById(spectro_priceblock[l]).innerHTML = strprice;
}
spectro_pricestep = 1;
}
}
window.onload=function(){ajax_var=new XMLHttpRequest();Spectro_Start();};window.onscroll=function(){Spectro_DynamicScroll();};window.onfocus=function(){Spectro_JS=1;};window.onblur=function(){Spectro_JS=0;};