function mosWarning($warning, $title='Elxis Warning') { global $mosConfig_live_site; $isrtl = (_GEM_RTL) ? 'LEFT' : 'RIGHT'; $tip = "<a href=\"javascript:void(0);\" onmouseover=\"return overlib('" . $warning . "', CAPTION, ' ".$title."', BELOW, ".$isrtl.");\" onmouseout=\"return nd();\"><img src=\"" . $mosConfig_live_site . "/includes/js/ThemeOffice/warning.png\" border=\"0\" alt=\"".$title."\" /></a>"; return $tip;}