<!-- 
function show(im) 
{
  win=window.open("","image","scrollbars=yes, resizable=yes");
  win.document.open();
  win.document.write("<html<head><title>ЭНЕРГИЯ-Т</title><link rel=\"StyleSheet\" type=\"text/css\" href=\"/css/st.css\"></head><body><table width=\"100%\" class=\"h100p\"><tr><td align=\"center\" valign=\"center\"><img src=\"/media/");
  win.document.write(im);
  win.document.writeln("\"></td></tr></table></body></html>");
  win.document.close();
}  
$(document).ready(function() {
 $('#phoneRequestClose').hide();
 $('#fContainer').hide();
});
//-->
