Я тут модернизировал скрипт кнопки "спасибо". Теперь используются реальные кнопки, а не картинки и код загружается сразу, а не после его открытия. Пример можно посмотреть у нас просмотрев любой файл. Доступно только для пользователей. Code <div align="center"></div> <br><div align=center > <a class="noun" id="aman1" href="javascript://" onclick="getElementById('man1').style.display='';this.style.display='none';"><input type="submit" value="Спасибо!" style="width:65px;height:20px"></a> <div id="man1" style="background-color:rgb(248,248,248); display: none;"> <div class="quote"> <p> <table width="100%" bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="0" > <tr> <td class="story" align="center"> <font color="green">Нажмите на любую ссылку. Спасибо!</font><br> Ваш текст или рекламная ссылка </td> </tr> </table> </div> <div> <br> <span style="font-size:10pt;"> <a class="noun" href="javascript://" onclick="getElementById('man1').style.display='none';getElementById('aman1').style.display='';"><input type="submit" value="Закрыть" style="width:65px;height:20px"></a></span> </div> </div> </div> </div>