/**
 * @author BYK
 */

if (!window.eQ)
	eQ={config:{}};

eQ.config.headerMenuController={};
eQ.config.headerMenuController.state=0;
eQ.config.headerMenuController.images=['/images/menu_hide.gif', '/images/menu_show.gif'];
eQ.config.headerMenuController.texts=['Hide header navigation', 'Show header navigation'];

aV={config:{}};

aV.config.Error=
{
	loggerPath: '/_log_error.php',
	message: 'A JavaScript error has occured and logged. If you have any problems please contact us.'
};

aV.config.AJAX=
{
	pageLeaveWarning: undefined,
	loadImgPath: "http://pcstatic.com/JSLib/images/loading.gif",
	loadingText: "<img src=\"http://pcstatic.com/JSLib/images/loading.gif\" style=\"border: none\">Loading, please wait...",
	defaultDomain: 'pcstatic.com'};

aV.config.DynamicSearch=
{
	wrapTitles: true,
	classNames:
	{
		container: 'contentBox tab main',
		content: 'content',
		tabTitle: 'cBtitle',
		acitveTabTitle: 'selected',
		rightDiv: 'right'
	}
};

aV.config.QuickEdit=
{
	ruleFile: ''
};

aV.config.AutoComplete=
{
	ruleFile: ''
};

aV.config.DBGrid=
{
	paths:
	{
		css:
		[
			'/css/file_types.css',
			'/JSLib/css/aV.module.DBGrid-css.php'
		]
	}
};

eQ.isAdmin=0;
