function Menu()
{
	//Goto the Main Menu screen
	document.location = "/prodev/ss_prodev/index.htm";
}
function Search()
{
	//Initiate Course Search
	document.all.form1.submit();
}
function ReturnToSearch()
{
	//Initiate Course Search
	document.location = "/HRDCalendar/Default.aspx";
}
function Calendar()
{
	//View Monthly Class Calendar
	document.location = "/HRDCalendar/Calendar.aspx";
}
function Odyssey()
{
	//Display current Odyssey PDF
	document.location = "/prodev/prodev_docs/Odyssey.pdf";
}
function CertTracks()
{
	//Goto the Certificate Programs screen
	document.location = "/prodev/ss_prodev/CertProgs.htm";
}
function Help(referer)
{
	//View context help
	document.location = "help.aspx#" + referer;
}
