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

