ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-16" /> <meta name="description" content="GE Lighting offers a diverse selection of lighting products for commercial applications. Information concerning products, lighting conferences, applications, design, education resources and the GE Edison Award can be found here." /> <meta name="keywords" content="lighting, ge lighting, commercial lighting, commercial products, ge consumer and industrial, lighting products, commercial lighting products, lighting design, lighting education, lighting resources, lighting applications, lighting toolkit" /> <meta name="Robots" content="index,follow"> <title>><0H=OO AB@0=8F0: >B@518B5;LA:85 8 ?@><KH;5==K5 B>20@K GE - >A25I5=85</title> <style type="text/css">@import url(/ru/css04/ge_styles.css);</style> <link rel="stylesheet" href="/ru/css04/ge_simple.css" /> <script type="text/javascript" src="/ru/scripts/shadowbox.js"></script> <link rel="stylesheet" type="text/css" href="/ru/css04/shadowbox.css" /> <script language="javascript" src="/ru/scripts/global.js"></script> <script language="javascript"> var imgqty=7; // Set this to QTY of available images. Image filenames are zero-indexed (1st one is 0). var rndm=Math.round(Math.random() * (imgqty-1))+1; //+1 because we strat the numbering with 1 not 0. var imgstr='/ru/imgs/RU_header' + rndm + 'v2.jpg'; //var imgstr='/ru/imgs/header5v2.jpg'; //changed on WFReq#5384174 //var imgstr='/ru/imgs/Invitation_Fittings_Seminar.jpg'; //changed on WFReq#16087995 </script> <script language="javascript"> // e-Newsletter code. var surveyWindow; function Get_Cookie(name) { var start = document.cookie.indexOf(name+"="); var len = start+name.length+1; if ((!start) && (name != document.cookie.substring(0,name.length))) return null; if (start == -1) return null; var end = document.cookie.indexOf(";",len); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(len,end)); } function surveySays() { if (!Get_Cookie("GEL_RU_welcome")) { if ((!surveyWindow) || (surveyWindow.closed)) { var surveyWindow = window.open("/ru/index_notice.htm","Welcome","width=700,height=480,status,menubar,scrollbars,resizable"); } } } function set_Cookie(name, refs){ document.cookie = name + "=" + refs; } var today = new Date(); var cookieName = "survey_20110730"; var expires = new Date(today.getTime() + (365 * 86400000)); //expires in one year //var expires = new Date(today.getTime() + (60000)); //expires in one minute function SetCookie(name,value,expires,path,domain,secure) { document.cookie = name + "=" +escape(value) + ( (expires) ? ";expires=" + expires.toGMTString() : "") + ( (path) ? ";path=" + path : "") + ( (domain) ? ";domain=" + domain : "") + ( (secure) ? ";secure" : ""); } function surveySays2() { if (!Get_Cookie("survey_20110730")) { demoMessage(">;LH>5 A?0A81> 70 0H8 >B25BK!"); } } function openSurvey(surv_url) { Shadowbox.close(); window.open(surv_url,"survey"); } function demoMessage(box_title){ Shadowbox.init({ skipSetup: true }); var main_bod = "<div class='geNewsletter-document'>"; main_bod+="<table cellspacing='0' cellpadding='0' border='0'>"; main_bod+="<tr valign='top'>"; main_bod+="<td><img src=' http://www.gelighting.com/apo/imgs/industrial_header.jpg' alt='' style='border-style:none;' /></td>"; main_bod+="</tr>"; main_bod+="<tr valign='top'>"; main_bod+="<td align='left' style='padding:10px; font-family:Arial; font-size:14px; color: #999; text-align:justify; width:720px;'>"; main_bod+="<p>>;LH>5 A?0A81> 70 0H8 >B25BK!</p>"; main_bod+="<p><a style='font-family:Arial; font-size:96%; text-align:justify;' onclick=\"javascript:openSurvey('http://www.surveygizmo.com/s3/popup/525332/0e3cf6bbbd9f');\" href=\"#\">>60;C9AB0, :;8:=8B5 745AL, GB>1K =0G0BL</a></p>"; main_bod+="<p><a style='font-family:Arial; font-size:96%; text-align:justify;' href=\"javascript:Shadowbox.close()\">5B, A?0A81></a></p>"; main_bod+="</td>"; main_bod+="</tr>"; main_bod+="</table>"; main_bod+="</div>"; Shadowbox.open({ title: box_title, content: main_bod, player: 'html', height: 290, width: 775 }); SetCookie(cookieName,"1",expires); }; </script> <script language="JavaScript"> function createWhereList() { var atleastoneselected = false; var whereListObj = document.PRODSRCHFRM.wherelist; var searchListObj = document.PRODSRCHFRM.searchlist; var formObj = document.PRODSRCHFRM; searchListObj.value = ""; whereListObj.value = ""; if(formObj.CD_PROD.value != '') { whereListObj.value = " i.CD_PROD='" + formObj.CD_PROD.value + "'"; searchListObj.value = searchListObj.value + "Product Code = '" + formObj.CD_PROD.value +"'"; atleastoneselected = true; } if(formObj.TXT_PROD_DESC.value != '') { atleastoneselected = true; if(whereListObj.value != '') { searchListObj.value= searchListObj.value + " AND "; whereListObj.value = whereListObj.value + " AND "; } whereListObj.value = whereListObj.value + " (UPPER(TXT_PROD_DESC) LIKE UPPER('%" + formObj.TXT_PROD_DESC.value +"%'))"; searchListObj.value= searchListObj.value + "Product Description Like '" + formObj.TXT_PROD_DESC.value +"'"; } if(formObj.TXT_DESC_EXT_PROD.value != '') { atleastoneselected = true; if(whereListObj.value != '') { searchListObj.value= searchListObj.value + " AND "; whereListObj.value = whereListObj.value + " AND "; } whereListObj.value = whereListObj.value + "(UPPER(TXT_PROD_DESC) LIKE UPPER('%" + formObj.TXT_DESC_EXT_PROD.value +"%'))"; searchListObj.value= searchListObj.value + "Key Word Search Like '" + formObj.TXT_DESC_EXT_PROD.value +"'"; } if(atleastoneselected == true) { document.PRODSRCHFRM.submit(); } else { alert("2548B5 7=0G5=85, E>BO 1K 2 >4=> ?>;5 ?>8A:0!"); } } </script> </head> <body> <!--body onLoad="setTimeout('surveySays2()', 1000);"> <!-body onLoad="setTimeout('surveySays()', 10000);" onunload="closepopups();"--> <!-- SiteCatalyst code version: H.12. Copyright 1997-2007 Omniture, Inc. More info available at http://www.omniture.com --> <script language="JavaScript" src="http://www.gelighting.com/ru/scripts/s_code.js"></script> <script language="JavaScript"><!-- /* You may give each page an identifying name, server, and channel on the next lines. */ s.pageName="><0H=OO AB@0=8F0: >B@518B5;LA:85 8 ?@><KH;5==K5 B>20@K GE - >A25I5=85" s.server="" s.channel="" s.pageType="" s.prop1="" s.prop2="" s.prop3="" s.prop4="" s.prop5="" /* Conversion Variables */ s.campaign="" s.state="" s.zip="" s.events="" s.products="" s.purchaseID="" s.eVar1="" s.eVar2="" s.eVar3="" s.eVar4="" s.eVar5="" /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code)//--></script> <script language="JavaScript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://gelightingru.112.2O7.net/b/ss/gelightingru/1/H.12--NS/0" height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.12. --> <a name="top"></a> <div id="document"> <table cellpadding="0" cellspacing="0" id="documentTable" width="730" border="0"> <tr valign="top"> <td colspan="2" id="mastheadCell"> <div id="homeHead"> <script> // Header image if (imgstr=="/ru/imgs/Invitation_Fittings_Seminar.jpg") { document.write('<a href="/ru/resources/literature_library/catalogs/downloads/Invitation_Fittings_Seminar_detailed_tel.pdf" "target=\"_blank\">');} //width=722 document.write('<img src="'+imgstr+'"alt="" />'); if (imgstr=="/ru/imgs/Invitation_Fittings_Seminar.jpg") { document.write('</a>'); } </script> <!--/div--> <!-- navbar table (5 col) --> <div> <table id="nav1" cellspacing="0" cellpadding="0" border=0> <tr valign="middle"> <td width="9%"> <!--id="searchCell"> <!--form action="http://genet.geappliances.com/geasearch/Dispatcher?REQUEST=GETSEARCHRESULT" name="SiteSearchForm" onsubmit="return fnSiteSearch(this)" method="post" target="_top"--> <!--input type="hidden" name="SITEID" value="EULIGHTINGCOMM" /--> <!--input type="hidden" name="offset" value="0" /--> <!-- inner navbar table --> <!--table cellspacing="0" cellpadding="0"--> <!--tr valign="middle"--> <!--td style="text-transform:none;"><input type="text" name="textToSearch" title="site search" size="15" /></td--> <!--<td id="searchSubCell" nowrap><a href="javascript:fnSiteSearchLink(document.SiteSearchForm);">site search</a></td>--> <!--td id="searchSubCell" nowrap>Search Inactive</td--> <!--/tr--> <!--/table--> <!-- inner navbar table ended --> <!--/form--> </td> <td width="18%" id="navbarCell_0"><img src="/ru/imgs/nav1Link.gif" id="navbarImg_0" width="9" height="8" border="0" alt="" /><a href="/ru/">;02=0O AB@0=8F0</a></td> <td width="10%" id="navbarCell_1"><img src="/ru/imgs/nav1Link.gif" id="navbarImg_1" width="9" height="8" border="0" alt="" /><a href="/ru/product_portfolio/index.htm">?>@BD>;8></a></td> <td width="21%" id="navbarCell_2"><img src="/ru/imgs/nav1Link.gif" id="navbarImg_2" width="9" height="8" border="0" alt="" /><a href="javascript:confirmsite('http://www.gelighting.com/EULCTLG/Dispatcher?Site=ru');">M;5:B@>==K9 :0B0;>3</a></td> <td width="20%" id="navbarCell_3"><img src="/ru/imgs/nav1Link.gif" id="navbarImg_3" width="9" height="8" border="0" alt="" /><a href="/ru/lighting_applications/index.htm">>1;0AB8 ?@8<5=5=8O</a></td> <td width="22%" id="navbarCell_4"><img src="/ru/imgs/nav1Link.gif" id="navbarImg_4" width="9" height="8" border="0" alt="" /><a href="/ru/resources/index.htm"> 5AC@AK / 1@07>20=85</a></td> </tr> </table> </div> <!-- navbar table ended --> </td> </tr> <!-- row 2 --> <tr> <!--td id=\"ecatsearch\">&nbsp</td--> <td colspan=2 valign="top"> <table width="100%" border="0"><tr><td valign="top"> <table><tr> <!--td style="padding:3px 0 0 0">Text Size:&nbsp</td--> <td><div id="topleft"> <a href="javascript:void(0)" onclick="javascript:makeSmall()"><img id="ts" src="/ru/imgs/topnav/s.gif"/></a><a href="javascript:void(0)" onclick="javascript:makeMedium()"><img id="tm" src="/ru/imgs/topnav/ma.gif"/></a><a href="javascript:void(0)" onclick="javascript:makeBig()""><img id="tb" src="/ru/imgs/topnav/b.gif" /></a> </div> </td><td valign="top">&nbsp;&nbsp;&nbsp;<b>Russia</b> </td></tr></table> </td><td valign="top"> <div id="topright"> <a href="http://www.ge.com/eu/consumerindustrial/index.htm?RU" target="_blank">GE Consumer &amp; Industrial</a> | <a href="/ru/resources/literature_library/index.htm">0B0;>38/@>HN@K</a> | <a href="/ru/contact_us/index.htm">>=B0:BK</a> | <a href="javascript:confirmnongel('https://secure.gelightnet.com/eulightnet/');">GE Lightnet</a>&nbsp;</div></td> <!--a href=\""+menuBaseHref+"/ru/resources/literature_library/\">81;8>B5:0 ;8B5@0BC@K</a> | <a href=\""+menuBaseHref+"/ru/contact_us/index.htm\">>=B0:BK</a> | <a href=\"javascript:confirmsite('http://www.gepowershop.com/\">PowerShop</a>&nbsp--> </tr></table> </td> </tr> <!--tr> <td id="ecatsearch" height="24">&nbsp;</td> <td valign="top"><div id="topright"> </tr> <!-- row 2 ended --> <!-- row 3 (the main one) --> <tr> <td colspan="2" style="padding-top:10px;"> <!-- inner 3 col table --> <table cellpadding="0" cellspacing="0" width="730" border="0"> <tr> <td id="homeNav2" valign="top"> <div style="margin-left:5px;"> <b>!09BK 2 <8@5</b> <script language="JavaScript" type="text/javascript"> <!--// function jumpTo(sel) { url = sel.options[sel.selectedIndex].value; document.location=url; } function openWindow(url) { window.open(url,'one','width=640,height=500,scrollbars=yes,resizable=yes'); } //--> </script> <form name="global" method="POST" action="" style="margin-top: 5px;"> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <select name="sites" style="width:130px;color:#666666" onchange="javascript:jumpTo(document.global.sites);"> <option value="/cwc/home?lang=en_US" SELECTED>-- K15@8B5 AB@0=C --</option> <option value="http://www.gelighting.com.ar">@35=B8=0</option> <option value="http://www.gelighting.com/au/home/index.html">2AB@0;8O</option> <option value="http://www.gelampadas.com.br">@078;8O</option> <option value="http://www.geiluminacion.com/cl/home.html">'8;8</option> <option value="http://www.gelighting.com/cn/home/index.html">8B09</option> <option value="http://www.gelighting.com/ru/index.htm">2@>?0 - =0 0=3;89A:><</option> <option value="http://www.gelighting.com/eufr/home/index.html">$@0=F8O</option> <option value="http://www.gelighting.com/eude/institute/index.html">5@<0=8O</option> <option value="http://www.gelighting.com/apo/home/index.html">>=:>=3</option> <option value="http://www.gelighting.com/india/">=48O</option> <option value="http://www.gelighting.com/apo/home/index.html">=4>=578O</option> <option value="http://www.gelighting.com/euit/home/index.html">B0;8O</option> <option value="http://www.gelighting.com/apo/home/index.html">/?>=8O</option> <option value="http://www.gelighting.com/sg/home/index.html">0;0978O</option> <option value="http://www.geiluminacion.com/mx/">5:A8:0</option> <option value="http://www.gelighting.com/au/home/index.html">>20O 5;0=48O</option> <option value="http://www.geiluminacion.com/pe/home.html">5@C</option> <option value="http://www.gepc.pl/lighting/">>;LH0</option> <option value="http://www.gelighting.com/apo/home/index.html">$8;8??8=K</option> <option value="http://www.ge.com/ru/ru/"> >AA8O</option> <option value="http://www.gelighting.com/sg/home/index.html">!8=30?C@</option> <option value="http://www.gelighting.com/apo/home/index.html">.6=0O >@5O</option> <option value="http://www.gelighting.com/eusp/home/index.html">A?0=8O</option> <option value="http://www.gelighting.com/euse/home/index.html">(25F8O</option> <option value="http://www.gelighting.com/apo/home/index.html">"0920=L</option> <option value="http://www.gelighting.com/apo/home/index.html">"08;0=4</option> <option value="http://www.gelighting.com/ru/index.html">"C@F8O</option> <option value="http://www.gelighting.com/na">!( 8 0=040</option> <option value="http://www.geiluminacion.com/ve/home.html">5=5ACM;0</option> <option value="http://www.gelighting.com/apo/home/index.html">L5B=0<</option> </select> <!--&nbsp;<table><tr><td width="125" align="right"><a href="javascript:jumpTo(document.global.sites);"><img src="imgs/btn_go.gif" width="33" height="19" align="absmiddle" alt="Go" border="0"></a></td></tr></table>--> </form> <p style="margin-top:35px;margin-bottom:10px"><b>KAB@K5 AAK;:8</b></p> <p class="smallMargin"><a href="/ru/resources/literature_library/index.htm"><b>0B0;>38/@>HN@K</b></a></p> <p class="smallMargin"><a href="javascript:confirmsite('http://www.gelighting.com/eu/resources/glossary.htm');"><b>!;>20@L A25B>B5E=8:0</b></a></p> <p class="smallMargin"><a href="/ru/resources/toolkit/index.htm"><b>0;L:C;OB>@ A25B>B5E=8:0</b></a></p> <p class="smallMargin"><a href="javascript:confirmsite('http://www.gelighting.com/eu/resources/press_room/index.htm');"><b>@5AA0 > =0A</b></a></p> <p class="smallMargin"><a href="/ru/resources/environmental/index.htm"><b>:@C60NI0O !@540</b></a></p> <!--p class="smallMargin"><a href="/ru/resources/environmental/weee/index.htm"><b>>2>AB8 8 A>1KB8O</b></a></p--> <p class="smallMargin"><a href="javascript:confirmsite('http://www.gelighting.com/eu/resources/literature_library/newsletters/index.htm');"><b>>4?8A:0 =0 @0AAK;:C</b></a></p> <br> <p class="smallMargin"><a href="javascript:confirmnongel('http://ge.ecomagination.com/@v=010620070318@/site/index.html');"><b>Ecomagination</b></a></p> <p class="smallMargin"><a href="javascript:confirmnongel('http://cwcdn.geimaginationatwork.com/@v=092520050111@/imaginationatwork/flash.html');"><b>==>20F8 8 07@01>B:8</b></a></p> <p>&nbsp;</p> </div> </td> <!--td id="homeNav2" valign="top"> <div style="margin-left:5px;"> <table> <tr height="18" align="left" valign="center"><td><b>Quick Links:</b><br/><br/></td> </table> </div> <div style="margin-top:50px; color:#FF0000; padding-right:50px;"> <br/><br/><br/><br/><br/><br/> <Scheduled maintenance:<br/> This web site will be unavailable on Saturday April 23rd from 9:00 PM to 7:00 AM EDT. </div> </td--> <td id="homeMainBody1" valign="top"> <div style="margin-right:25px;"> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="imgs/Energy_Saving_Trust_sm.jpg" alt="=>2L General Electric ?5@2K5!" height="60" width="60" /></p> <p><b><a href="news4.html">=>2L General Electric ?5@2K5!</a></b><br />!25B>48>4=K9 0=0;>3 30;>35==KE ;0<?, ?@>872>48<K9 General Electric, AB0; ?5@2K< A25B>48>4=K< ?@>4C:B><, ?>;CG82H8< >4>1@5=85 -=5@35B8G5A:>9 :><8AA88 Energy Saving Trust (EST).</p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="imgs/LED_R63_E27_sm.jpg" alt="!25B>48>4=K5 ;0<?K GE A 2KA>:>9 A25B>>B40G59!" height="60" width="60" /></p> <p><b><a href="news1.html">!25B>48>4=K5 ;0<?K GE A 2KA>:>9 A25B>>B40G59!</a></p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="imgs/CFLGroup2_sm.jpg" alt=">ABC?8; 2 ?@>406C 8 4>ABC?5= A> A:;040 2 >A:25 H8@>:89 0AA>@B8<5=B =>2KE M=5@3>A15@530NI8E ;0<? GE." height="60" width="60" /></p> <p><b><a href="news2.html">>ABC?8; 2 ?@>406C 8 4>ABC?5= A> A:;040 2 >A:25 H8@>:89 0AA>@B8<5=B =>2KE M=5@3>A15@530NI8E ;0<? GE.</a></p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="imgs/CFL_EnergySmar_E2_rgb_sm.jpg" alt="GE ENERGY SMART&trade; B5?5@L 2 >AA88" height="60" width="60" /></p> <p><b><a href="news3.html">GE ENERGY SMART&trade; B5?5@L 2 >AA88</a></p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="imgs/award_sm.jpg" alt="5;K9 !25B>48>4 KA>:>9 <>I=>AB8 ViO >B GE ?>;CG8; ?@5<8N Lighting Design AwardO" height="60" width="60" /></p> <p><b><a href="award.html">5;K9 !25B>48>4 KA>:>9 <>I=>AB8 ViO >B GE ?>;CG8; ?@5<8N Lighting Design Award</a></b><br /><b>!M9=B ;10=A, 5;8:>1@8:0=8O, 13 0@B0 2009</b> - 5;K9 !25B>48>4 KA>:>9 <>I=>AB8 Vio >B GE 1K; >1JO2;5= ?>1548B5;5< Light Design Award, ?@>2>48<>9 3@C??>9 Ex-Or. Vio 2K83@0; 2 =><8=0F88 "A0<K9 2K40NI89AO ?@>3@5AA 2 A>E@0=5=88 F25B>2>9 AB018;L=>AB8". <br /> >I=K9 15;K9 A25B>48>4 Vio >B GE Lighting <>I=>ABLN 7.2B, B0:65 4>ABC?=K9 =0 @K=:5 2 <>I=>ABOE 1.2B 8 3.6B, ?@>45<>=AB@8@>20; ;CGH55.<br /> :0G5AB2> A25B0 8 F25B>2CN AB018;L=>ABL, A> A25B>2K< ?>B>:>< 350;<.  :><18=0F88 70?0B5=B>20==>3> C;LB@0D8>;5B>2>3> G8?0 GE A ?>:@KB85< 87 A;>6=>3> ;N<8=>D>@0, Vio ?@54;0305B 1>;55 AB018;L=CN 8 :05AB25==CN F25B>?5@540GC, G5< >1KG=K9 G8? A8=53> F25B0 A 65;BK< ;N<8=>D>@><. ;NA, :>=AB@C:F8O A25B>48>40 Vi> ?>72>;O5B 35=5@8@>20BL @0AA5O==K9 A25B, GB> 45;05B 8E ?5@2K< :0=4840B>< =0 A<5=C ;N<8=5AF5=B=KE ;0<? C;CGH5==>9 F25B>?5@540G8.</p> </div> <p><a href="archives.html">@E82</a></p> <!--div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/product_portfolio/automotive/imgs/Lamp_guide2.gif" alt="@>4C:F8O 4;O 20H53> 02B><>18;O" height="60" width="60" /></p> <p><b><a href="/ru/product_portfolio/automotive/index.htm">@>4C:F8O 4;O 20H53> 02B><>18;O</a></b><br /> %>@>H0O 2848<>ABL @02=O5BAO 157>?0A=>AB8. GE ?@54;0305B 20< ?>;=K9 0AA>@B8<5=B 02B><>18;L=KE ;0<?, ?>72>;ONI8E 20< =09B8 @5H5=85 4;O <0:A8<0;L=> 157>?0A=>3> >A25I5=8O, A>>B25BAB2CNI53> 20H5<C B8?C 02B><>18;O. 45AL 2K B0:65 <>65B5 =09B8 =0H8 ?>A;54=85 @07@01>B:8 8 703@C78BL @8AC=:8 8 ?>4@>1=CN 8=D>@<0F8N > ?@>4C:F88. </p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/imgs/latest_product_release_small.jpg" alt=">A;54=85 @07@01>B:8 ?@>4C:F88" height="60" width="60" /></p> <p class="smallMargin"><b><a href="/ru/new_products/developments.htm">>A;54=85 @07@01>B:8 ?@>4C:F88</a></b><br />  B5G5=85 1>;55 100 ;5B GE O2;O5BAO :><?0=859, A8<2>;878@CNI59 ?@>3@5AA. K A>G5B05< =0H5 2>>1@065=85 A B5E=>;>38O<8 1C4CI53>, GB>1K C4>2;5B2>@OBL ?>B@51=>AB8 =0H8E :;85=B>2. 'B>1K ?>;CG8BL 8=D>@<0F8N > =0H8E =>2KE ?@>4C:B0E, =06<8B5 745AL.</p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/imgs/led.jpg" alt="!K" height="60" width="60" /></p> <p><b><a href="javascript:confirmnongel('http://www.gelcore.com/index.php');">!K (A25B>87;CG0NI85 48>4K)</a></b><br /> 5206=>, O2;O5B5AL ;8 2K =>28G:>< 2 8=4CAB@88 >A25I5=8O ! 8;8 >?KB=K< ?@>D5AA8>=0;><, 2K <>65B5 ?>;030BLAO =0 MB8 @5AC@AK, :>B>@K5 ?><>3CB 0< 87CBL @K=>: !>2, 8E B5E=>;>38N 8 ?@>4C:F8N :><?0=88 GE.</p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/imgs/ecom.jpg" alt="-:>87>1@5B5=8O" height="60" width="60" /></p> <p class="smallMargin"><b><a href="javascript:confirmnongel('http://ge.ecomagination.com/@v=15062005_0558@/index.html');"> -:>87>1@5B5=8O- #7=09B5 > =>2>9 8=8F80B825 GE, @07@01>B0==>9 2 !(</a></b></br> -:>87>1@5B5=8O - MB> A;8O=85 M:>=><8G5A:8E 8 A>F80;L=KE ?>B@51=>AB59 A C=8:0;L=K<8 =02K:0<8 :><?0=88 GE. 87=5A 8 >1I5AB2> 2 F5;><, =C640NBAO 2 1>;55 45H52>9, G8AB>9 8 157>?0A=>9 M=5@388, 0 B0:65 2 G8ABKE 8 1>;55 87>18;L=KE 8AB>G=8:0E ?8BL52>9 2>4K. ><18=0F8O 254CI8E B5E=>;>389, =02K:>2 @01>BK 8 >1I8@=0O 35>3@0D8O GE, ?>72>;O5B =0H59 :><?0=88 ?@8<5=OBL A2>8 C=8:0;L=K5 4>AB865=8O 4;O @5H5=8O 40==KE ?@>1;5<.</p> </div--> </div> </td> <td id="homeMainBody2" valign="top"> <div style="margin-right:25px;"> <!--div class="imageBlock" style="padding-bottom: 10px;"> <p class="smallMargin"><b><a href="javascript:confirmsite('http://www.geolympiccentral.com/en/pages/about_sponsorship/map_beijing/main.html') ;"> >B=>H5=88 3@ 2 5:8=5</a></b><!--br/> %>BO 4> ;8<?89A:8E 83@ 2008 3. 2 5:8=5 >AB0;>AL 5I5 =5A:>;L:> <5AOF52, :><?0=8O GE 0:B82=> CG0AB2C5B 2 8E ?>43>B>2:5 =0 ?@020E 254CI53> A?>=A>@0. </p--> <!--p align="center"><a href="javascript:confirmsite('http://www.geolympiccentral.com/en/pages/about_sponsorship/map_beijing/main.html');"> <img src="http://www.gepowercontrols.com/imgs/olympics_factoid.jpg" alt="Launch the map"/></a></p> </div--> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="smallMargin"><b><a href="javascript:confirmsite('http://www.ge.com/olympicgames') ;">;8<?89A:85 83@K</a></b><br/> @0=35 >D8F80;L=>3> <8@>2>3> ?0@B=5@0 ;8<?89A:8E 83@ :><?0=8O GE O2;O5BAO M:A:;N782=K< ?>AB02I8:>< 8==>20F8>==KE B>20@>2 8 CA;C3, 8<5NI8E 206=>5 7=0G5=85 4;O CA?5H=>3> ?@>2545=8O 3@. ><?0=8O GE @01>B05B 2 B5A=>< A>B@C4=8G5AB25 A >@30=870F8>==K< :><8B5B><, <5AB=K<8 >@30=0<8 2;0AB8 8 ?@>G8<8 ?0@B=5@0<8, ?>=8<05B 8E B@51>20=8O 8 3>B>20 ?@54>AB028BL 8A:;NG8B5;L=K5 ?> MDD5:B82=>AB8 @5H5=8O.</p> <p align="center"><a href="javascript:confirmsite('http://www.ge.com/olympicgames') ;"><img src="http://www.gepowercontrols.com/imgs/ge_olympic_logo_136.gif" alt=";8<?89A:85 83@K" /></a></p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="http://www.gepowercontrols.com/ru/imgs/1366820_Barrons60.GIF" alt="GE - 4=0 87 !0<KE #20605<KE ><?0=89" height="60" width="60" /></p> <p class="smallMargin"><b><a href="javascript:confirmsite('http://www.gelighting.com/eu/news_events/news1.htm');">GE - 4=0 87 !0<KE #20605<KE ><?0=89</a></b><br /> GE 2E>48B 2 ?5@2CN OB5@:C !0<KE #20605<KE >?0=89 2 8@5</p> </div> <div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/imgs/power.jpg" alt="0I8B0 M;5:B@>?8B0=8O" height="60" width="60" /></p> <p class="smallMargin"><b><a href="http://www.gepowercontrols.com/ru/index.htm">Power Protection</a></b><br/> Power Protection - MB> ?5@2>:;0AA=K9 <8@>2>9 ?>AB02I8: =87:>2>;LB=>9 ?@>4C:F88, 2:;NG0NI59 2 A51O M;5:B@><>=B06=K5 ?@81>@K, M;5:B@>B5E=8G5A:85 45B0;8 4;O 68;KE 8 ?@><KH;5==KE ?><5I5=89, ?@81>@K C?@02;5=8O H8@>:>3> ?@8<5=5=8O, :>@?CA0 8 @0A?@545;8B5;L=K5 I8BK, 0 B0:65 8=65=5@=>-B5E=8G5A:85 @5H5=8O 4;O 02B><0B870F88 ?@>872>4AB25==KE ?@>F5AA>2.</p> </div> <!--div class="imageBlock" style="padding-bottom: 10px;"> <p class="image"><img src="/ru/imgs/appl.jpg" alt="-;5:B@>?@81>@K" height="60" width="60" /></p> <p class="smallMargin"><b><a href="javascript:confirmnongel('http://www.geappliances.co.uk');">-;5:B@>?@81>@K</a></b><br/> GE Appliances - MB> 3@C??0 ?@>872>48B5;59 =0 @K=:5 4><0H=8E M;5:B@>?@81>@>2 2 !(.  5;8:>1@8B0=88 <K A 3>@4>ABLN ?@54AB02;O5< H8@>:89 0AA>@B8<5=B 2KA>:>:0G5AB25==KE, <=>3>DC=:F8>=0;L=KE ?@>4C:B>2, 24>E=>2;5==KE 0<5@8:0=A:8< >1@07>< 687=8.</p> </div--> </div> </td> </tr> </table> <!-- inner 3 col table ended --> </td> </tr> <!-- row 3 (the main one) ended --> <script language="javascript" src="/ru/scripts/footer.js"></script> </table> </div> </body> </html>