
/**
 * Common JavaScript functions included at script end (e.g. to overwrite some settings)
 *
 * @author Martin Wronski
 * @copyright Copyright &copy; 2009, Martin Wronski
 * @category script
 * @access public
 */


if (!bIsInternetExplorer() && window.Event) document.captureEvents(Event.MOUSEDOWN);   // makes js error in IE
document.onmousedown=OnMouseDown;
