/**
*
* File Name 		: Config.js configuraton javascript and base path 
* @author			: Hamidreza Bidgoli <bidgoli.wd@gmail.com>
* @privicy      	: public class
* @modifier			: Hadi Ebarhimi <hadi.it@gmail.com>
*
*/
var  domain = 'tavanrahsanat'; 
var  prjName = 'www.e-trs.com/';

(function(){
	BMS.Config= {

		$basepath		: 'http://'+prjName+'/index.php',
		$filepath		: 'http://'+prjName+'/files/',
		$jspath			: 'http://'+prjName+'/files/js/',
		$jslibpath		: 'http://'+prjName+'/files/js/libraries/',
		$editor  		: 'http://'+prjName+'/files/js/libraries/editor/Fckeditor/',
	 	$jsclassespath	: 'http://'+prjName+'/files/js/classes/',
	 	$imgpath		: 'http://'+prjName+'/files/images/',
	 	$flashpath		: 'http://'+prjName+'/files/flash/',
	 	$prjpath		: 'http://'+prjName+'/system/application/views/'+domain+'/' 
	}
})();