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