  $(document).ready(function(){
      $(".itemTableLeft a,.smallPreviews a,.itemImgSmall a").fancybox({
        'overlayShow': true,
      	'hideOnContentClick': true
      });



  $("a.blockHelp, a.bhelp").click(function() {
    $(".darkScreen, .wrapPopup").show();

    return false;
  });

  $(".popupTopClose").click(function() {
    $(".darkScreen, .wrapPopup").hide();

		$.get("/includes/_close.php");

    return false;
  });

});


////////////////////////////////////////////////////////////////
function menuOpen(child) {
    var v = document.getElementById(child);
    if (null != v)
        v.className = v.className == "collapsed" ? "expanded" : "collapsed";
}

window.name = "main"

function showcalc(doc_name)
{
	remote = window.open(doc_name, "calc", "height=450,width=550")
}
function bg(id, color) {
  document.getElementById(id).style.borderColor = '#'+color;
}

