function tmcdisp2_open(){
	w = window.open('https://www.e-mechatronics.com/cgi-bin/tmcdisp2.bat','','width=650,height=620,status=yes,scrollbars=yes,resizable=yes');
}

function training_windowpopup(url){
	w = window.open(url,'','width=800,height=600,status=yes,scrollbars=no,resizable=yes');
}