// JavaScript Document
function OpenTraining(selectObj)
{
if(selectObj.selectedIndex>0)
	document.location.href=selectObj.options[selectObj.selectedIndex].value;
}