﻿m_tmid = ''; m_tmsid = '';
function UserControl_Top() {
	var v_tmControl = document.getElementById(m_tmid);
	var v_tmsControl = document.getElementById(m_tmsid);
	if (v_tmControl) {
		v_tmControl.setAttribute("class", "Select");
		v_tmControl.setAttribute("className", "Select");
	}
	if (v_tmsControl) {
		v_tmsControl.setAttribute("class", "Select");
		v_tmsControl.setAttribute("className", "Select");
	}
}


