function setHandler( tagType, clsName, eventType, func )
{
    /*elements = document.getElementsByTagName( tagType );
    //for( var t = 0; t < elements.length; t++ )
    //{
    //    if( elements[t].className.indexOf( clsName ) >= 0 )
    //    {
    //        var code = "elements[t]." + eventType + " = " + func;
    //        eval( code );
    //    }
    }*/
}
function bg1() {
	/*this.style.backgroundColor = 'FFEF80';
	//var thisChildren = this.childNodes;
	//for(var i = 0; i < thisChildren.length; i++) {
	//	if(thisChildren.item(i).id == 'popupnav') {
	//		var popup = thisChildren.item(i);
	//		break;
	//	}
	/}
	//if(popup != null) {
	//	popup.style.display = 'block';
	}*/
}
function bg2() {
	/*this.style.backgroundColor = 'FFDE00';
	//var thisChildren = this.childNodes;
	//for(var i = 0; i < thisChildren.length; i++) {
	//	if(thisChildren.item(i).id == 'popupnav') {
	//		var popup = thisChildren.item(i);
	//		break;
	//	}
	//}
	//if(popup != null) {
	//	popup.style.display = 'none';
	}*/
}