var oTemplate = new Template();

function Template() {
	this.oDDM = new DropDownMenu('DDMHorzMenu');
//	this.oLNM = new DropDownMenu('DDMHorzMenuTN');
	
	
	this.initBeforeLoad = function(){
	}
	
	this.initAfterLoad = function() {
		this.oDDM.enableMenu();
	//	this.oLNM.enableMenu();
	
	}
}

