// JavaScript Document
document.writeln("<div class=\"box\">");
document.writeln("           <div class=\"notice\">");
document.writeln("             <p>Есть вопросы?<br/> Напишите нам!</p>");
document.writeln("           </div>");
document.writeln("           <div class=\"box_2\">");
document.writeln("               <FORM Action=\"http://data.lmzg.com/email/messgage_do.asp\" Method=POST>");
document.writeln("                   Ваше Имя:<br/>");
document.writeln("                   <INPUT Type=Text Name=\"name\" class=\"input\">");
document.writeln("                     <span style=\"color:#FF0000\">*</span><br/>");
document.writeln("                   Ваш E-mail:</br>");
document.writeln("                   <INPUT Type=Text Name=\"email\" class=\"input\">");
document.writeln("                     <span style=\"color:#FF0000\">*</span></br>");
document.writeln("                   Ваш Тел..:</br>");
document.writeln("                   <input type=\"text\" name=\"tel\" class=\"input\" /></br>");
document.writeln("                   Машин:</br>");
document.writeln("                   <select name=\"product\">");
document.writeln("                       <option>Каталог продукции</option>");
document.writeln("                       <option value=\"Мобильная дробилка\">Мобильная дробилка</option>");
document.writeln("                       <option value=\"Производственые линия\">Производственые линия</option>");
document.writeln("                       <option value=\"Дробильное оборудование\">Дробильное оборудование</option>");
document.writeln("                       <option value=\"Вспомогательное оборудование\">Вспомогательное оборудование</option>");
document.writeln("                       <option value=\"Промышленный измельчитель\">Промышленный измельчитель</option>");
document.writeln("                       <option value=\"Запчасти\">Запчасти</option>");
document.writeln("                     </select>");
document.writeln("                     <span style=\"color:#FF0000\">*</span></br>");
document.writeln("                   Ваше сообщение: </br>");
document.writeln("                   <textarea style=\"height:90px;\" Name=\"message\"></textarea>");
document.writeln("                     <span style=\"color:#FF0000\">*</span></br>");
document.writeln("                   <input class=\"right_message_send\" type=\"image\" src=\"/1.0/template/images/message_send.jpg\" />");
document.writeln("                 <input name=\"country_name\" type=\"hidden\" value=\"\" />");
document.writeln("                 <input name=\"url\" type=\"hidden\" id=\"faqurl\" value=\"\" />");
document.writeln("               </FORM>");
document.writeln("           </div>");
document.writeln("         </div>");
document.getElementById('faqurl').value = top.window.location.href;
