CINXE.COM
Dolnoslaska Agencja Energii i Srodowiska
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <meta http-equiv='content-type' content='text/html;charset=utf-8' /> <meta name="verify-v1" content="mtnQDTb+XukozNuGQKzZypSlQc8vTFVThugDhihXL8c=" /> <META name="keywords" content="certyfikacja energetyczna, certyfikat energetyczny, certyfikaty energetyczne, świadectwo energetyczne, świadectwa energetyczne, program do świadect energetycznych," /> <META HTTP-EQUIV="EXPIRES" CONTENT="0"> <title>Dolnoslaska Agencja Energii i Srodowiska</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <script type="text/javascript" src="lib_js/tiny_mce/tiny_mce.js"></script> <script type='text/javascript' src='lib_js/galerie.js'></script> <link rel="stylesheet" type="text/css" href="css5/main.css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css5/main_ie.css" /> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="css5/main_ie_6.css" /> <![endif]--> <script type="text/javascript" language="javascript"> var odp_video = false; var http_video = false; var odp_imprezy = false; var http_imprezy = false; var odp_a = false; var http_a = false; var tresc_maila = ''; var stan_tiny = 0; function makeRequest(box,url) { odp_video = "<center><img src='image/load_video.gif'></center>"; http_video = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... http_video = new XMLHttpRequest(); if (http_video.overrideMimeType) { http_video.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { // IE try { http_video = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_video = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!http_video) { alert('sorry, critical error :(instantion object XMLHTTP not create'); return false; } http_video.onreadystatechange = function() { alertContents(http_video,box); }; http_video.open('POST', url, true); http_video.send(null); } function makeRequest_tiny(box,url) { odp_video = "<center><img src='image/load_video.gif'></center>"; http_video = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... http_video = new XMLHttpRequest(); if (http_video.overrideMimeType) { http_video.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { // IE try { http_video = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_video = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!http_video) { alert('sorry, critical error :(instantion object XMLHTTP not create'); return false; } http_video.onreadystatechange = function() { alertContents_tiny(http_video,box); laduj_tiny(stan_tiny) ;}; http_video.open('POST', url, true); http_video.send(null); } //------------------------------- function makeRequest_imprezy(box,url) { odp_imprezy = "<center><img src='image/load.gif'></center>"; http_imprezy = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... http_imprezy = new XMLHttpRequest(); if (http_imprezy.overrideMimeType) { http_imprezy.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { // IE try { http_imprezy = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_imprezy = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!http_imprezy) { alert('sorry, critical error :(instantion object XMLHTTP not create'); return false; } http_imprezy.onreadystatechange = function() { alertContents(http_imprezy,box); }; http_imprezy.open('POST', url, true); http_imprezy.send(null); } //----------------------- function makeRequest_a(box,url) { odp_a = "<center><img src='image/load_video.gif'></center>"; http_a = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... http_a = new XMLHttpRequest(); if (http_a.overrideMimeType) { http_a.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { // IE try { http_a = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_a = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!http_a) { alert('sorry, critical error :(instantion object XMLHTTP not create'); return false; } http_a.onreadystatechange = function() { alertContents(http_a,box); }; http_a.open('POST', url, true); http_a.send(null); } function alertContents(http_zm,box) { x = document.getElementById(box) odp = "<center><img src='image/load_video.gif' /></center>"; if (http_zm.readyState == 4) { if (http_zm.status == 200) { odp = http_zm.responseText; } else { odp = 'problem with ajax question'; } } x.innerHTML = odp } function alertContents_tiny(http_zm,box) { x = document.getElementById(box) odp = "<center><img src='image/load_video.gif' /></center>"; if (http_zm.readyState == 4) { if (http_zm.status == 200) { odp = http_zm.responseText; } else { odp = 'problem with ajax question'; } } x.innerHTML = odp } var prg = new Array( 'w kosmos','CERTo', 'Agnes_40_upgrade', 'Agnes_40', 'GAPi', 'eve_UT', 'eve'); function licz_fakture(elm) { var zusamen = 0; var xt = 0; var xc = 0; if(!(Math.floor(elm.value) == elm.value)) { alert ('proszę wprowadzic liczbę') ; elm.value = ""; return false; } for( i = 1; i < prg.length; i++) { xi = document.getElementById(prg[i]).value iden = 'cena_' + prg[i] xchtml = document.getElementById(iden).innerHTML xc = parseInt(xchtml); xt = parseInt(xi) if(!(Math.floor(xt) == xt)) { xt = 0} if(!(Math.floor(xc) == xc)) { xc = 0} if(xt > 100) { alert('chyba nie !!!') elm.value = 0 ; return false } zusamen = zusamen + (xt * xc) } document.getElementById('razem').value = zusamen document.getElementById('razem_d').innerHTML = zusamen document.getElementById('vat').value = zusamen * 0.22 document.getElementById('vat_d').innerHTML = zusamen * 0.22 document.getElementById('razev').value = zusamen * 1.22 document.getElementById('razev_d').innerHTML = zusamen * 1.22 } function wyslij_cert(elm) { tab = elm.getElementsByTagName('input') nazwa = tab[0].name kolekcja = ''; for(i =0; i < (tab.length - 1); i++) { kolekcja = kolekcja + '&' + tab[i].name + '=' + tab[i].value } tar = elm.getElementsByTagName('textarea') kolekcja = kolekcja + '&' + tar[0].name + '=' + tar[0].value adres = 'formularze_sklep.php5?'+ kolekcja + '&zakup=1' makeRequest('cert', adres) } function wyslij_maila(elm) { tab = elm.getElementsByTagName('input') nazwa = tab[0].name kolekcja = ''; for(i =0; i < (tab.length - 1); i++) { kolekcja = kolekcja + '&' + tab[i].name + '=' + tab[i].value } tresc = ajaxSave(); kolekcja = kolekcja + '&content_m=' + escape(tresc_maila) adres = 'edytor_maili.php5?'+ kolekcja + '&wyslano=1' makeRequest('admin_window', adres); } function pinfo(ltt, lnt, tytul) { myHtml = tytul pkt = new GLatLng(ltt, lnt); mapka.openInfoWindow(pkt, myHtml); document.location.href='#gmapa' } //----------------- faktury ------------ function faktury_usun_hit(nr_zamowienia, elm) { alert('usuwam znacznik hit z zamowienia nr.' + nr_zamowienia) elm.style.display = 'none' } function faktury_przeslij_zamowienie(nr_zamowienia, author, elm) { makeRequest('admin_window','edytor_maili.php5?odbiorca=' + author + '&art=' + nr_zamowienia + '&zamowienie=1' ) elm.style.display = 'none' } function faktury_mail_do(author, event) { okno = document.getElementById('admin_window') makeRequest_tiny('admin_window','edytor_maili.php5?odbiorca=' + author) okno.style.display = 'block' } //--------------------------------------------------------- function ukryj_admin() { var ek = document.getElementById('admin_window' ); ek.style.display = 'none' ek.innerHTML = '' ukryj_tiny() } function submitForm() { //make sure hidden and iframe values are in sync for all rtes before submitting form updateRTEs(); //change the following line to true to submit form return false; } function laduj_tiny(stan) { if(!stan_tiny) { tresc_maila = ''; tinyMCE.init({mode : "textareas",theme : "advanced"}) } else { tinyMCE.execCommand('mceAddControl',false,'content_m'); } } function ajaxLoad() { var ed = tinyMCE.get('content_m'); // Do you ajax call here, window.setTimeout fakes ajax call ed.setProgressState(1); // Show progress window.setTimeout(function() { ed.setProgressState(0); // Hide progress ed.setContent('HTML content that got passed from server.'); }, 3000); } function laduj_ponownie() { document.forms[1].innerHTML = '<textarea id="content_m" name="content_m"></textarea>'; tinyMCE.execCommand('mceAddControl',false,'content_m'); } function ukryj_tiny() { tinyMCE.execCommand('mceRemoveControl',false,'content_m'); document.forms[1].innerHTML = 'Text!'; } function ajaxSave() { var ed = tinyMCE.get('content_m'); tresc_maila = ed.getContent(); ukryj_tiny() } </script> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="lib_js/AC_RunActiveContent.js" language="javascript"></script> </head> <body> <center> <div id='tlo' style='width:960px;background:#ffffff' style='position:relative; top:0px; left:0px'> <div id='chassis' style='position:relative; top:0px; left:0px; width:960px; background:url(image/tlo.png) no-repeat'> <div id="flash" style='width:960px; height:90px;position:relative; top:0px; left:0px;'> <img src='image/p1_0.png' style='position:absolute; top: 20px; left:250px; cursor:pointer' alt='menu' onmouseover = "javascript:this.src='image/p1_1.png'" onmouseout = "javascript:this.src='image/p1_0.png'" onclick="javascript:document.getElementById('hidd_log').style.display ='block';document.location.href='#log';" /> <img src='image/p2_0.png' style='position:absolute; top: 20px; left:325px; cursor:pointer' onmouseover = "javascript:this.src='image/p2_1.png'" onmouseout = "javascript:this.src='image/p2_0.png'" onclick="javascript:document.location.href='index_daes.php5?dzial=2&kat=7'" alt='menu'/> <img src='image/p3_0.png' style='position:absolute; top: 20px; left:400px; cursor:pointer' alt='menu' onmouseover = "javascript:this.src='image/p3_1.png'" onmouseout = "javascript:this.src='image/p3_0.png'" /> <img src='image/p4_0.png' style='position:absolute; top: 20px; left:475px; cursor:pointer' alt='menu' onmouseover = "javascript:this.src='image/p4_1.png'" onmouseout = "javascript:this.src='image/p4_0.png'" onclick="javascript:window.open('http://old.cieplej.pl','_blank')" /> <img src='image/p5_0.png' style='position:absolute; top: 20px; left:550px; cursor:pointer' alt='menu' onmouseover = "javascript:this.src='image/p5_1.png'" onmouseout = "javascript:this.src='image/p5_0.png'" /> <img src='image/p6_0.png' style='position:absolute; top: 20px; left:625px; cursor:pointer' alt='menu' onmouseover = "javascript:this.src='image/p6_1.png'" onmouseout = "javascript:this.src='image/p6_0.png'" /> <img src='image/p1_0.png' style='display:none' alt='menu'/> <img src='image/p2_0.png' style='display:none' alt='menu'/> <img src='image/p3_0.png' style='display:none' alt='menu'/> <img src='image/p4_0.png' style='display:none' alt='menu'/> <img src='image/p5_0.png' style='display:none' alt='menu'/> <img src='image/p6_0.png' style='display:none' alt='menu'/> <img src='image/dzial_h.gif' style='display:none' alt='menu'/> <img src='image/dzial.gif' style='display:none' alt='menu'/> <img src='image/dzial_f.gif' style='display:none' alt='menu'/> </div> <center> <table width='960' cellspacing='0' cellpadding='0' border='0'> <tr> <td valign='top' width='230' style='width:230px;'> <div style='height:350px;width:161px'></div><table width='100%'><tr><td style='font:normal 12px arial;width:220px;padding:3px; text-align:justify' valign='top'><table width="220" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td><a href="http://cieplej.pl/index_podglad.php5"><img width="220" height="69" border="0" src="/imgturysta/image/progamy/220-programy.jpg" alt="" /></a></td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=7&art=60&limit=0"><img width="220" height="26" border="0" src="/imgturysta/image/progamy/220-cennik.jpg" alt="" /></a></td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=8"><img width="191" vspace="8" height="30" border="0" align="left" src="/imgturysta/image/progamy/certo%202015/certo_2015-191.png" longdesc="http://cieplej.pl/fckeditor/editor/undefined" alt="" /></a></td> <td> </td> </tr> <tr> <td><span style="color: rgb(255, 0, 0);"><br /> </span></td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=8" style="font-size: 10px;">program do certyfikacji energetycznej >>></a></td> </tr> <tr> <td> </td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=8&art=92&limit=0"><span style="font-size: smaller;">program zgodny z wytycznymi dofinanasowania NFOŚiGW >>></span></a></td> </tr> <tr> <td> </td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=19"><img width="160" vspace="1" height="46" border="0" align="left" src="/imgturysta/image/progamy/optima_logo_225.jpg" longdesc="http://cieplej.pl/fckeditor/editor/undefined" alt="" /></a></td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=19" style="font-size: 10px;">program do modelowania energetycznego budynków - projekt - ocena - optymalizacja >>></a></td> </tr> <tr> <td> </td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=11&art=45"><img width="122" height="30" border="0" style="" src="/imgturysta/image/progamy/aterm-maly.jpg" alt="" /></a></td> </tr> <tr> <td><span style="font-size: smaller;"><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=11&art=45">program do audytów energetycznych >>></a><br /> </span></td> </tr> <tr> <td> </td> </tr> <tr> <td><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=13"><span style="font-size: smaller;"><img width="107" hspace="5" height="30" border="0" align="left" alt="" src="/imgturysta/image/progamy/rema-maly.jpg" /></span></a></td> </tr> <tr> <td><span style="font-size: smaller;"><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=13">program do audytów remontowych >>></a><br /> </span></td> </tr> <tr> <td> </td> </tr> <tr> <td> <p style="text-align: left;"><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=18"><span style="font-family: Arial;"><img width="73" hspace="8" height="30" border="0" align="left" alt="" src="/imgturysta/image/progamy/GAPI.jpg" /></span></a></p> </td> </tr> <tr> <td><span style="font-family: Arial;"><span style="font-size: smaller;"><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=18">program do określania współczynnika przenikania ciepła dla stolarki >>></a><br /> </span></span></td> </tr> </tbody> </table> <p> </p></td></tr><tr><td style='font:normal 12px arial;width:220px;padding:3px; text-align:justify' valign='top'><div style="background: transparent url(imgturysta/image/main/newsletter.png) no-repeat scroll 0% 0%; width: 221px; height: 136px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: center;"> <form method="post" action="/index.php5"> <div style="padding: 5px 0px 15px; font-family: verdana; font-weight: bold; font-size: 12px; color: white; width: 220px; text-align: center;">NEWSLETTER</div> <input type="text" value="wpisz adres mailowy" name="newslett" onClick='javascript:this.value="" ' style="width: 200px;" id="newslett" /><br /> <span style="color: rgb(0, 51, 102);"><input type="submit" value="zapisz się" style="border: medium none ; background: transparent none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: 700; font-size: 11px; line-height: normal; text-decoration: underline; font-size-adjust: none; font-stretch: normal;" /></span> <input type="submit" value="wypisz się" onClick='newschange()' style="border: medium none ; background: transparent none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; left: 0px; font-family: arial; font-style: normal; font-variant: normal; font-weight: 700; font-size: 11px; line-height: normal; position: relative; text-decoration: underline; font-size-adjust: none; font-stretch: normal;" /> </form> </div> <script type='text/javascript'> function newschange() { document.getElementById('newslett').name = 'newslettOut' } </script></td></tr><tr><td style='font:normal 12px arial;width:220px;padding:3px; text-align:justify' valign='top'><table width="220" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="text-align: center;"> <p><img width="0" height="0" alt="" src="/imgturysta/image/daes/daes_logo_loga.jpg" /></p> </td> </tr> <tr> <td style="text-align: center;"> <h3 style="color: Red;"><img width="220" height="17" border="0" alt="" src="../../imgturysta/image/polecamy/CERTYFIKACJA_BANNERY_5.jpg" /></h3> </td> </tr> <tr> <td style="text-align: center;"><a href="http://cieplej.pl/index_polecamy.php5"><span style="font-size: large;"><span><span style="color: rgb(51, 51, 51);"><strong><span style="font-family: Verdana;">CERTYFIKACJA<br /> ENERGETYCZNA</span></strong></span></span></span></a></td> </tr> <tr> <td height="30" style="text-align: center;"><a href="http://cieplej.pl/index_szkolenia.php5?dzial=2&kat=10"><span style="font-size: large;"><span><span style="color: rgb(51, 51, 51);"><strong><span style="font-family: Verdana;">SZKOLENIA</span></strong></span></span></span></a></td> </tr> <tr> <td height="26" style="text-align: center;"><a href="http://cieplej.pl/index_polecamy.php5"><span style="font-size: medium;"><span><span><span style="color: rgb(51, 51, 51);"><span><strong><span style="font-family: Verdana;">LISTA UPRAWNIONYCH</span></strong></span></span></span></span></span></a></td> </tr> <tr> <td><a href="http://cieplej.pl/index_polecamy.php5?dzial=2&kat=13&art=12&limit=0"><img width="220" height="17" border="0" alt="" src="/imgturysta/image/polecamy/CERTYFIKACJA_BANNERY_4.jpg" /></a></td> </tr> </tbody> </table></td></tr></table> </td> <td width='20'> <div style='width:1px; height:600px'></div> </td> <td valign='top' width='480'> <table width='460' border='0' cellspacing='0' cellpadding='0' style='margin-bottom:10px'> <tr> <td> </td> </tr> </table> <table width='460' border='0' cellspacing='0' cellpadding='0' style='margin-bottom:10px'> <tr> <td> </td> </tr> </table> <div style='background: url(image/nad_faktami.png) no-repeat; width:460px; height:23px; margin-bottom:8px'></div> <div style='width:460px; padding: 3px 0px 3px 0px;'><b style='color:black'>2021-08-03<br /><a href='index_fakty.php5?dzial=4&kat=&art=88' class='my_title_normal'>Pierwszy Regionalny Okrągły Stół województwa dolnośląskiego - Sprawozdanie</a></b></div><div style='width:460px; padding: 3px 0px 3px 0px;'><b style='color:black'>2021-05-14<br /><a href='index_fakty.php5?dzial=4&kat=&art=87' class='my_title_normal'>RoundBaltic - Pierwszy Regionalny Okrągły Stół województwa dolnośląskiego </a></b></div><div style='width:460px; padding: 3px 0px 3px 0px;'><b style='color:black'>2020-12-08<br /><a href='index_fakty.php5?dzial=4&kat=&art=86' class='my_title_normal'>Szkolenie dotyczące zmian w programach Certo, Aterm 2020, Rema 2020</a></b></div><div style='background: url(image/nad_mega_artykulem.png) no-repeat; width:460px; height:23px; margin-top:8px; margin-bottom:8px'></div> <table width='460' border='0' cellspacing='0' cellpadding='0' style='margin-bottom:10px'> <tr> <td> <a href='' style='text-decoration:none; font:bold 14px arial; color:#555555'></a> </td> </tr> <tr> <td> <table width="460" cellspacing="1" cellpadding="5" border="0" align="center"> <tbody> <tr> <td colspan="2" style="text-align: center" height="35"> <p><strong style="font-family: Arial; font-size: larger;"><br /> TERMIN </strong><strong style="font-family: Arial; font-size: larger;">SZKOLENIA W LIPCU:</strong></p> <p><span style="color: rgb(0, 0, 255);"><span style="text-align: start; font-size: large;"> </span></span><span style="text-align: start; font-size: large;"><b style="text-align: center; color: rgb(255, 102, 0); font-family: Arial; font-size: 14.4px;"><span style="color: rgb(255, 102, 0);"><span style="font-size: large;"><a href="/imgturysta/file/Szkolenie%20z%20audytu%2011_07_2024r_%202.pdf" target="_blank"><span style="color: rgb(0, 0, 255);">Audyt energetyczny budynków</span></a></span></span></b></span><font color="#ff6600" face="Arial"><span style="font-size: 14.4px;"><b><br /> </b></span></font><span style="font-size: smaller;"><span style="font-family: Arial;">z wykorzystaniem programu: CERTO i ATERM<br /> <br type="_moz" /> </span></span></p> <p><strong style="font-family: Arial; font-size: larger;">SZKOLENIE ONLINE - </strong><strong style="font-family: Arial; font-size: larger;">9 LIPCA 2024</strong><strong style="font-family: Arial; font-size: 14.4px;"><br /> <span style="color: rgb(0, 0, 255);"><br /> <a href="/imgturysta/file/Szkolenie%20z%20audytu%2011_07_2024r_%202.pdf" target="_blank"> Informacje i program<br /> </a><br /> </span><span style="color: rgb(0, 0, 255);"><a href="https://forms.gle/6H3swgsXUERJfdtF9 " target="_blank">Formularz zgłoszeniowy</a></span><span style="color: rgb(0, 0, 255);"><br /> </span></strong><span style="font-size: larger;"><span style="font-family: Arial;"><strong><br type="_moz" /> </strong></span></span></p> </td> </tr> <tr> </tr> </tbody> </table> </td> </tr> </table> <div style='background: url(image/nad_artylkulami_hitami.png) no-repeat; width:460px; height:23px; margin-top:8px; margin-bottom:8px'></div><table width='100%'><tr><td style='font:normal 12px arial;width:230px;padding:3px; ' valign='top'> <table> <tr> <td style='position:relative;top:0px; left:0px'> <img src='/imgturysta/image/artykuly/242.jpg' style='padding-right:5px; height:220px; position: absolute;clip:rect(0px 220px 132px 0px);' /> <div style='width:220px; height:132px'></div> </td> </tr> </table><div style='height:3px'></div> <a href='index_artykuly.php5?dzial=2&kat=7&art=242' class='my_title_normal' style='font: bold 14px arial;'>Relacja z konferencji 12. Dni Oszczędzania Energii </a><div style='height:5px'></div>Za nami dwunasta edycja Dni Oszczędzania Energii</td><td style='font:normal 12px arial;width:230px;padding:3px; ' valign='top'> <table> <tr> <td style='position:relative;top:0px; left:0px'> <img src='/imgturysta/image/artykuly/240.png' style='padding-right:5px; height:220px; position: absolute;clip:rect(0px 220px 132px 0px);' /> <div style='width:220px; height:132px'></div> </td> </tr> </table><div style='height:3px'></div> <a href='index_artykuly.php5?dzial=2&kat=7&art=240' class='my_title_normal' style='font: bold 14px arial;'>"Wymagania prawne w zakresie ochrony cieplnej, akustycznej oraz p.poż. budynków termomodernizowanych, przebudowywanych i rozbudowywanych" podczas 12. Dni Oszczędzania Energii 14-15 listopada 2018 r. </a><div style='height:5px'></div><p>Zapraszamy na konferencję 12. DOE, 14-15 listopada 2018 r., m.in. na wykład omawiający szczegółowo nowe wymagania prawne w zakresie energooszczędności, akustyki oraz wymagań p.poż</p></td></tr></table><div style='background: url(image/nad_reszta_artykulow.png) no-repeat; width:460px; height:23px;margin-top:8px; margin-bottom:8px'></div><table width='100%'><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=242' class='my_title_normal' style='font: 600 12px arial;'>Relacja z konferencji 12. Dni Oszczędzania Energii </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2019-01-08</span><br />Za nami dwunasta edycja Dni Oszczędzania Energii(...)<img src='image/linijka.jpg' /></td></tr><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=240' class='my_title_normal' style='font: 600 12px arial;'>"Wymagania prawne w zakresie ochrony cieplnej, akustycznej oraz p.poż. budynków termomodernizowanych, przebudowywanych i rozbudowywanych" podczas 12. Dni Oszczędzania Energii 14-15 listopada 2018 r. </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2018-09-20</span><br />Zapraszamy na konferencję 12. DOE, 14-15 listopada 2018 r., m.in. na wykład (...)<img src='image/linijka.jpg' /></td><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=239' class='my_title_normal' style='font: 600 12px arial;'>"Alarmy smogowe katalizatorem termomodernizacji budynków" podczas 12. Dni Oszczędzania Energii 14-15 listopada 2018 r. </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2018-09-20</span><br />Zapraszamy na konferencję 12. DOE, 14-15 listopada 2018 r. Tematyka konferencji(...)<img src='image/linijka.jpg' /></td></tr><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=238' class='my_title_normal' style='font: 600 12px arial;'>TECHNOLOGIE OCIEPLANIA ŚCIAN A MOCOWANIE NA ELEWACJI BUDEK DLA PTAKÓW </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2017-10-26</span><br />Podczas poprawy efektywności energetycznej przegród budowlanych nie (...)<img src='image/linijka.jpg' /></td><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=237' class='my_title_normal' style='font: 600 12px arial;'>KONTROWERSJE WOKÓŁ WARUNKÓW TECHNICZNYCH. CZY TO SIĘ OPŁACA? </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2017-10-26</span><br />W czerwcu 2017 r. minie termin umożliwiający korektę wprowadzonych w 2014 r. (...)<img src='image/linijka.jpg' /></td><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=236' class='my_title_normal' style='font: 600 12px arial;'>Ocena merytoryczna wyników konkursu TOPTEN Okna 2017 </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2017-06-01</span><br />Przedstawienie wyników konkursu na najlepszą stolarkę budowlaną w IV (...)<img src='image/linijka.jpg' /></td><tr><td style='font:normal 12px arial;width:460px;padding:3px; ' valign='top'> <a href='index_artykuly.php5?dzial=2&kat=7&art=235' class='my_title_normal' style='font: 600 12px arial;'>Efektywność energetyczna w parkach przemysłowych </a><div style='height:1px'></div><span style='font-weight:500; letter-spacing:1.5px; font-size:10px; padding-left:25px'>2016-03-18</span><br />goEco - Zintegrowane koncepcje energetyczne w parkach przemysłowych. Parki (...)<img src='image/linijka.jpg' /></td></table> </td> <td width='10'> </td> <td valign='top' width='225'> <table width='100%'><tr><td style='font:normal 12px arial;width:220px;padding:3px; text-align:justify' valign='top'><table width="220" cellspacing="1" cellpadding="1" border="0"> <tbody> <tr> <td style="text-align: center;"> <p><img width="0" height="0" alt="" src="/imgturysta/image/daes/daes_logo_loga.jpg" /><a href="http://www.firma.cieplej.pl/"><img width="120" height="118" border="0" alt="" src="/imgturysta/image/daes/daes_logo_loga.jpg" /><br /> <br type="_moz" /> </a></p> </td> </tr> <tr> <td style="text-align: center;"><a href="http://cieplej.pl/index_podglad.php5?dzial=2&kat=20&art=93"><img src="/imgturysta/image/progamy/etykieta/etykieta-pobierz-220.png" width="200" height="148" border="0" alt="" /></a> </td> </tr> <tr> <td style="text-align: center;"><a href="/imgturysta/file/programy/oferta_etykieta-optima.pdf" target="_blank"><img src="/imgturysta/image/progamy/etykieta/etykieta-program-220.png" width="200" height="33" border="0" alt="" /></a> </td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td> <p style="text-align: center;"><span style="font-size: small;"><span><span><span>_______________________<strong><br /> </strong><span style="font-size: medium;"><strong>Nasi Partnerzy:</strong></span></span></span></span></span></p> </td> </tr> <tr> <td> </td> </tr> <tr> <td style="text-align: center;"> <a target="_blank" href="http://sape.vip4.net/"><img width="90" height="22" border="0" src="../../imgturysta/image/polecamy/sape.png" alt="" /></a></td> </tr> <tr> <td style="text-align: center;"><span style="font-size: small;"><span><span><span><br /> </span></span></span></span></td> </tr> <tr> <td style="text-align: center;"><a target="_blank" href="http://www.izolacje.com.pl/"><img width="105" height="15" border="0" src="/imgturysta/image/wspolpraca/Logo%20kolorowe%20bez%20tla%20RGB.jpg" alt="" /></a></td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"><a target="_blank" href="http://www.stahlton.com.pl/"><img width="95" height="18" border="0" src="/imgturysta/image/8DOE/nowe_loga/!stahlton.jpg" alt="" /></a> <a target="_blank" href="http://doradcaenergetyczny.pl/"><br /> </a></td> </tr> <tr> <td style="text-align: center;"><a target="_blank" href="/imgturysta/file/doe/Stahlton_art.pdf"><span style="color: rgb(0, 0, 255);">artykuł sponsorowany >>></span></a></td> </tr> <tr> <td style="text-align: center;"><span style="font-size: small;"><span><span><span><br /> </span></span></span></span></td> </tr> <tr> <td style="text-align: center;"><a target="_blank" href="http://doradcaenergetyczny.pl/"><img width="105" height="25" border="0" src="../../imgturysta/image/main/DE-baner%281%29.jpg" alt="" /></a></td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"><a target="_blank" href="http://www.pasywny-budynek.pl/"><img width="105" height="29" border="0" src="/imgturysta/image/wspolpraca/Pasywny_budynek_logo_Green_RGB.png" alt="" /></a></td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"><font face="Calibri"><a href="http://www.ogrzewnictwo.pl/"><img width="105" height="34" border="0" src="/imgturysta/image/wspolpraca/Ogrzewnictwopl_logo_Orange_RGB.png" alt="" /></a></font></td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"><a href="http://www.ekspertbudowlany.pl/" target="_blank"><img src="/imgturysta/image/wspolpraca/eb_internet_logo%20zielone.jpg" width="100" height="30" border="0" alt="" /></a></td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"> <p style="text-align: center;"><a href="http://www.infookno.pl/"><img width="80" height="33" border="0" src="../../imgturysta/image/main/Infookno02.jpg" alt="" /></a></p> </td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;"> <p style="text-align: center;"><a href="http://www.e-okna.pl/"><img width="70" height="50" border="0" src="../../imgturysta/image/wspolpraca/logo%20e-okna.jpg" alt="" /></a></p> </td> </tr> <tr> <td style="text-align: center;"> </td> </tr> <tr> <td style="text-align: center;" rowspan="3"> <a href="https://www.cerabran.com/"><img src="/imgturysta/image/wspolpraca/Cerabran%20logo.png" width="129" height="39" align="middle" alt="" /></a></td> </tr> <tr> </tr> <tr> </tr> </tbody> </table> <p> </p></td></tr></table> </td> <td width='5' > </td> </tr> </table> <div id='hauptmenu'> <div style=' /*background:#ff760c;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Strona główna</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_main'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index.php5?dzial=3"' > nowy dzial </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index.php5?dzial=3&kat=10'" >rozdz1</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ff912e;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_fakty";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_fakty";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_fakty.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Fakty</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_fakty'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_fakty.php5?dzial=4"' > Fakty </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_fakty.php5?dzial=4&kat=9'" >2008-2011</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ffd07f;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_artykuly";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_artykuly";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_artykuly.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Artykuły</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_artykuly'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_artykuly.php5?dzial=2"' > artykuły </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=7'" >Energooszczędność w Budownictwie</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=8'" >Certyfikacja Energetyczna</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=11'" >Prawo</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=13'" >Odnawialne żródła energii</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=15'" >-</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=17'" >Inne</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=18'" >Porady</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=19'" >Termografia</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=22'" >-</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_artykuly.php5?dzial=2&kat=23'" >archiwum</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ffd07f;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_doe";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_doe";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_doe.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Dni Oszczędzania Energii</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_doe'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=8"' > 12. DOE 2018 </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=8&kat=25'" >Głęboka termomodernizacja</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=7"' > 10. DOE 2014 </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=7&kat=22'" >Domy Niskoenergetyczne </div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=5"' > IX DOE 2012 </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=5&kat=20'" >EE w budownictwie i przemyśle</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=4"' > VIII DOE 2010 </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=4&kat=17'" >Efektywność Energetyczna w Budownictwie i Regionach</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=3"' > VII DOE 2008 </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' onmouseover = 'javascript:document.getElementById("doe__13").style.display = "block"' onmouseout = 'javascript:document.getElementById("doe__13").style.display = "none"' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="" >DOE</div><div style='position:absolute; top:0px; left:215px; width:221px; background: url(image/dzialy.gif) repeat-y;display:none;' id='doe__13'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='width:200px; padding:2px; border-bottom:solid 1px gray; color:black' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=3&kat=11'" >materiały</div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:5px; left:0px'/> </div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=2"' > archiwum </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' onmouseover = 'javascript:document.getElementById("doe__9").style.display = "block"' onmouseout = 'javascript:document.getElementById("doe__9").style.display = "none"' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="" >2001-2007</div><div style='position:absolute; top:0px; left:215px; width:221px; background: url(image/dzialy.gif) repeat-y;display:none;' id='doe__9'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='width:200px; padding:2px; border-bottom:solid 1px gray; color:black' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=2&kat=7'" >sprawozdania</div><div style='width:200px; padding:2px; border-bottom:solid 1px gray; color:black' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=2&kat=8'" >materiały</div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:5px; left:0px'/> </div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_doe.php5?dzial=9"' > nowy dzial </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_doe.php5?dzial=9&kat=26'" >rozdz1</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ffe89d;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_daes";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_daes";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_daes.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Oferta DAEŚ</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_daes'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_daes.php5?dzial=4"' > oferta </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=4&kat=16'" >dla inwestorów</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=4&kat=21'" >dla projektantów</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=4&kat=22'" >dla wykonawców</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=4&kat=25'" >badania Termograficzne</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=4&kat=26'" >sala szkoleniowa</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_daes.php5?dzial=5"' > usługi </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=5&kat=17'" >audyting energetyczny</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=5&kat=18'" >projekty budowlane</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=5&kat=19'" >termomodernizacje</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=5&kat=20'" >strategie energetyczne</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=5&kat=23'" >ekspertyzy - ceryfikacje</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_daes.php5?dzial=2"' > kontakt i zapytania </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_daes.php5?dzial=2&kat=7'" >kontakt</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#fffdb7;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_podglad";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_podglad";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_podglad.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Programy DAEŚ</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_podglad'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_podglad.php5?dzial=2"' > Programy </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=7'" >Zamowienie programów</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=8'" >CERTO charakterystyka energetyczna budynku</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=10'" >Certo - Pomoc</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=11'" >ATERM audyty energetyczne</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=12'" >Aterm - Pomoc</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=13'" >REMA audyty remontowe</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=14'" >REMa - Pomoc</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=17'" >Eve UT</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=18'" >GAPi</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=19'" >Optima</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_podglad.php5?dzial=2&kat=20'" >Etykieta energetyczna stolarki</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ffba63;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_szkolenia";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_szkolenia";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_szkolenia.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Szkolenia</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_szkolenia'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_szkolenia.php5?dzial=2"' > szkolenia </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_szkolenia.php5?dzial=2&kat=7'" >Termografia</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_szkolenia.php5?dzial=2&kat=9'" >Dofinansowanie NFOŚiGW</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_szkolenia.php5?dzial=2&kat=10'" >Charakterystyka energetyczna budynku, audyty energetyczne</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_szkolenia.php5?dzial=2&kat=11'" >Poprawa efektywności energ.</div></div> </div> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_szkolenia.php5?dzial=4"' > materiały </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_szkolenia.php5?dzial=4&kat=17'" >materialy szkoleniowe</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#ccefc5;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_polecamy";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_polecamy";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_polecamy.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Certyfikacja Energetyczna</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_polecamy'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_polecamy.php5?dzial=2"' > polecamy </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_polecamy.php5?dzial=2&kat=13'" >Baza osób gotowych do sporządzania Certyfikatów Energetycznych</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:#6cd6e1;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_wspolpraca";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_wspolpraca";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_wspolpraca.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Współpraca</div> <div style='position:absolute; top:0px; left:215px; width:230px; background: url(image/dzialy.gif) repeat-y;display:none;' id='div_wspolpraca'> <img src='image/dzialy_h.gif' border='0' style='position:absolute; top:-4px; left:0px'/> <div style='padding-left:10px; width:215px; position:relative; top:0px; left:0px;' > <div style='width:200px; border-bottom:solid 2px gray; font-weight:bold; color:black; padding-top:2px' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' onclick='javascript:document.location.href="index_wspolpraca.php5?dzial=2"' > Konkurs TOPTEN Okna </div> <div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_wspolpraca.php5?dzial=2&kat=12'" >TOP TEN Okna 2019</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_wspolpraca.php5?dzial=2&kat=8'" >TOP TEN Okna 2015</div></div><div style='position:relative; top:0px; left:0px;padding-left:8px;' > <div style='border-bottom:solid 1px gray; color:black;padding-bottom:2px; padding-top:2px; width:200px' onmouseover='javascript:this.style.color="orangered"' onmouseout='javascript:this.style.color="black"' onclick="javascript:document.location.href='index_wspolpraca.php5?dzial=2&kat=7'" >TOP TEN Okna 2017</div></div> </div> <img src='image/dzialy_f.gif' border='0' style='position:relative; top:4px; left:0px'/> </div></div> <div style=' /*background:;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_sklep";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_sklep";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_sklep.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Nasi partnerzy</div></div> <div style=' /*background:#05bbfd;*/ margin-top:6px; height:24px; position:relative;top:0px;left:0px; cursor:pointer; ' onmouseover='javascript:x = "div_stowarzyszenie";y = document.getElementById(x); y.style.display="block"' onmouseout='javascript:x = "div_stowarzyszenie";y = document.getElementById(x); y.style.display="none"' > <div style='width:200px; color:black; font:bold 14px arial;' onclick='javascript:document.location.href="index_stowarzyszenie.php5"' onmouseover='javascript:this.style.color="gray"' onmouseout='javascript:this.style.color="black"' >Stowarzyszenie na Rzecz Zrównoważonego Rozwoju</div></div> </div> <table width='960' class='login' id='hidd_log' style='display:none;background:black;color:orange; link:color:lime'> <tr> <td width='200'> <a name='log'></a> </td> <td> </td> <td> <form action='' method='post'> <table width='640'> <tr> <td>login:</td> <td><input type='text' name='my_login' /></td> <td width='30'> </td> <td>haslo:</td> <td><input type='password' name='my_pass' /></td> <td><input type='submit' value='zaloguj sie'/></td> <td width='60'> </td> <td><a href='login5/login.php5'>zarejestruj sie</a></td> <td><a href='login5/login.php5?przypomnij=1'>przypomnij dane</a></td> </tr> </table> </form> </td> </tr> </table><img src='image/stopka.jpg' onclick='javascript:document.getElementById("hidd_log").style.display="block"' /> <div onclick="schowaj()" id="sztaluga" style="padding: 2px; background: darkgreen ;position: absolute; top: 300px; left: 50px; cursor: pointer; display: none; border:solid 2px white" title="click to close"> <img src="images/empty.jpg" onclick="javascript:this.style.dislay='none'" alt="max" /> </div> <div id="admin_window" style="padding: 3px; background: white ;position: absolute; top: 100px; left: 220px; cursor: pointer; display: none; border:solid 2px white" > </div> <img src='image/load_video.gif' style='display:none'/> </div> </div> </center> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-4401355-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>