templateManager = null;

function templateManagerInit(){
	templateManager = new templateManagerSys();
	templateManager.initTemplate();
}

function templateManagerSys(options){
	this.options = options;
		
	this.initTemplate = function() {

	}
}
