<%@ 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> <h2 align="center"><font color="#004080">Как с нами связаться?</font></h2> <h2 align="center"><font color="#800080">Нет проблем!</font></h2> <div align="center"> <center> <table border="1" cellSpacing="1" width="100%"> <tbody> <tr> <td align="middle" height="35" width="7%"> <p align="center"><img src="images/books.gif" width="28"></p> </td> <td align="middle" colSpan="2" height="35" width="59%">155802. Ивановская область, город Кинешма, улица Правды, дом 7а</td> </tr> <tr> <td align="middle" width="7%"><img src="images/PHONE.GIF" width="34" height="29"></td> <td align="middle" width="28%">Телефон: (093-31) 216-39.</td> <td align="middle" width="31%">Факс: (093-31) 532-56</td> </tr> <tr> <td align="middle" height="35" width="7%"><img src="images/post.gif" width="34" loop="infinite"></td> <td align="middle" colSpan="2" height="35" width="59%"><a href="mailto:holod2002@ivnet.ru">rembyttechnika</a></td> </tr> </tbody> </table> </center> </div> <h3 align="center"><font color="#804040" face="Times New Roman"><em><strong>Приглашаем к сотрудничеству всех заинтересованных лиц.</strong></em></font></h3> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p> <h3><center><a id="ein" style="display:inline" href="javascript:Einblenden()">Показать картинку</a> <a id="aus" style="display:none" href="javascript:Ausblenden()">Убрать картинку</a></center></h3> <p><center><br> <img id="Bild" src="images/holod.gif" style="visibility: hidden; filter: revealTrans(Duration=4, Transition=1)" width="163" height="133"> <script language="JavaScript"> <!-- var x=0; var wert1=""; function Einblenden() { x=0; document.all.Bild.filters.revealTrans.Transition = 1; document.all.Bild.filters.revealTrans.Apply(); document.all.Bild.style.visibility = "visible"; document.all.Bild.filters.revealTrans.Play(); document.all.ein.style.display = "none"; document.all.aus.style.display="inline"; Warte() } function Ausblenden() { x=0; document.all.Bild.filters.revealTrans.Transition = 0; document.all.Bild.filters.revealTrans.Apply(); document.all.Bild.style.visibility = "hidden"; document.all.Bild.filters.revealTrans.Play(); document.all.ein.style.display = "inline"; document.all.aus.style.display="none"; Warte() } function Warte() { document.all.aus.style.visibility="hidden"; document.all.ein.style.visibility="hidden"; if (x==1) { document.all.aus.style.visibility="visible"; document.all.ein.style.visibility="visible"; return; } x=1; setTimeout("Warte()", 5000); } //--> </script> </p> </center> <SCRIPT language=JavaScript1.2> <!-- Begin var no = 6; // количество рисунков var speed = 20; // скорость рисунков 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> <center> <a href="index.htm"> <font color="#800000">На Главную</font></a></p> </center> <!-- copyright (t3) --><div align="center">Хостинг от <a href="http://www.ucoz.ru/" title="Создать сайт бесплатно">uCoz</a><br /></div><!-- /copyright --> </body>