var oTemplate = new Template();

function Template() {
	//this.oDDM = new DropDownMenu('DDMHorzMenu');
	
	this.initBeforeLoad = function(){
	}
	
	this.initAfterLoad = function() {
	//	this.oDDM.enableMenu();
	//	this.highlightSelectedMenu();
		//this.pngFix();
	}
	
	this.highlightSelectedMenu = function() {
	//	var DDMHorzMenu = document.getElementById("DDMHorzMenu");
	//	var liList = DDMHorzMenu.getElementsByTagName("li");
	}
	
}
