🔧

Failed to load site

We apologize for the temporary inconvenience. Please try to reload the page.
You can always check the current server status in the Telegram community chat.

Reload page
503
<%@ Language=VBScript %> О нас <body background="images/image001.jpg" bgproperties="fixed"> <table width="682" height="85"> <tr> <td align="middle" style="filter: glow(Color=#00FF00, Strength=10); font-size: 30pt; line-height: 140%; position: relative" valign="top" width="674" height="81"> <h1 align="center"><i><font size="7" color="#0000FF">О нас</font></i></h1> </td> </tr> </table> <table> <tr> <td align="middle" colSpan="3" height="52" width="100%"> <font color="#0000a0"> <p class=MsoNormal>Подбор, монтаж и последующее обслуживание холодильных машин и установок&nbsp; любой мощности</p> Ремонт любой бытовой техники отечественного и импортного производства</font> </td> </tr> <tr> <td align="left" height="202" width="25%"></td> <th align="left" height="202" noWrap width="50%"> <ul> <li> <h3 align="left"><font color="#008080"><em>холодильники</em></font></h3> <li> <h3 align="left"><font color="#008080"><em>стиральные машины</em></font></h3> <li> <h3 align="left"><font color="#008080"><em>пылесосы</em></font></h3> <li> <h3 align="left"><font color="#008080"><em>кухонные комбайны</em></font></h3> <li> <h3 align="left"><font color="#008080"><em>другие бытовые электроприборы</em></font></h3> </li> </ul> </th> <td align="left" height="202" width="25%"></td> </tr> <tr> <td align="left" colSpan="3" height="51" width="100%"> <p align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p> <p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Наша мастерская <span style="mso-spacerun:yes">&nbsp;</span>расположена в одном из самых густонаселенных районов города и занимает отдельностоящее здание площадью 286 квадратных метров, которое было спроектировано и построено специально для ремонта техники. При мастерской имеется магазин в котором можно приобрести не только саму технику, но и различного рода запчасти и комплектующие к ней.<br> Заключены договора на гарантийный ремонт практически со всеми отечественными и зарубежными производителями.<br> Следует также добавить, что мы обслуживаем регион, в который кроме непосредственно самой Кинешмы и её района входят также соседние города: Заволжск, Юрьевец, Вичуга и их районы. При необходимости наши мастера выезжают для ремонта техники по всему этому региону. </td> </tr> </table> <center><a href="http://we2.html"><img src="images/button1.gif" width="70"></a> <FORM><INPUT TYPE=BUTTON VALUE="BACK" onClick="history.back(-1)"></FORM> </center> <center> <a href="index.htm"> <font color="#800000">На Главную</font></a> </center> <!-- copyright (t3) --><div align="center">Хостинг от <a href="http://www.ucoz.ru/" title="Создать сайт бесплатно">uCoz</a><br /></div><!-- /copyright --> </body> <SCRIPT language=JavaScript1.2> <!-- Begin var no = 6; // количество рисунков var speed = 10; // скорость рисунков var snowflake = "images/new.gif"; var ns4up = (document.layers) ? 1 : 0; var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; var am, stx, sty; var i, doc_width = 800, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; xp[i] = Math.random()*(doc_width-50); yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); if (ns4up) { if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(snowflake + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" "); document.write("top=\"15\" visibility=\"show\"><img src=\""); document.write(snowflake + "\" border=\"0\"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: "); document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: "); document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\""); document.write(snowflake + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: "); document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: "); document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\""); document.write(snowflake + "\" border=\"0\"></div>"); } } } function snowNS() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", speed); } function snowIE() { for (i = 0; i < no; ++ i) { yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } // End --> </SCRIPT>