// dialog boxes
hg['prompt']  = {js:'../hg/js/hg.prompt.js'};
hg['confirm'] = {js:'../hg/js/hg.prompt.js'};

// help tooltips (should be called only from live events)
hg['tooltip']     = {js:'../hg/js/hg.tooltip.js'};
hg['tooltipHide'] = {js:'../hg/js/hg.tooltip.js'};

// default help value (should be called once, will bind via live events)
hg['helpval'] = {js:'../hg/js/hg.helpval.js'};

// form validation etc.
hg['formsLimitLength'] = {js:'../hg/js/hg.forms.js'};

// modal dialog boxes (should be called from live events)
hg['modalDialog']       = {js:'../hg/js/hg.modalDialog.js'};
hg['modalDialogImg']    = {js:'../hg/js/hg.modalDialog.js'};

// flash visibility toggler
hg['hideFlashes']   = {js:'../hg/js/hg.flashtoggler.js'};
hg['unhideFlashes'] = {js:'../hg/js/hg.flashtoggler.js'};

// xinha editor
hg['xinhaOnLoad'] = {js:'hg.xinha.js'};

// googlemaps
hg['gmapsPlaceMarker']  = {js:'../hg/js/hg.gmaps.js'};
hg['gmapsGoto']         = {js:'../hg/js/hg.gmaps.js'};
hg['gmapsGetLocation']  = {js:'../hg/js/hg.gmaps.js'};
hg['gmapsGetSpan']      = {js:'../hg/js/hg.gmaps.js'};
hg['gmapsDelayedEventPlaceMarkers'] = {js:'../hg/js/hg.gmaps.js'};
hg['gmapsPlaceMarkers'] = {js:'../hg/js/hg.gmaps.js'};

// editor (xinha)
hg['editor_init'] = {js:'../hg/js/hg.editor.js'};
//sprawdzanie poprawnosci formatu daty rrrr-mm-dd
hg['formcheck'] = {js:'hg.datecheck.js'};
hg['profilecheck'] = {js:'hg.datecheck.js'};

//zmiany tła checkboxów podczas klikania
hg['changeCheckbox'] = {js:'hg.changeCheckbox.js'};
hg['checkCheckbox'] = {js:'hg.changeCheckbox.js'};
hg['checkboxUnderline'] = {js:'hg.changeCheckbox.js'};
hg['checkboxNoUnderline'] = {js:'hg.changeCheckbox.js'};
hg['ifreplace_val'] = {js:'hg.ifreplace_val.js'};
