	//this function is Use in the Conferences pages 
	//it is call from the dropdown box
	//it redirect to the location of the dropdown 
	//link
	//function Navigate()
//	{
	//	var list = document.forms[0].Sections
//
	//	var listValue = document.forms[0].Sections.value
	//	document.location.href = listValue
	//
	//	document.forms[0].action = "Default.asp?ID=" + list.selectedIndex +"&ConFName=" + listValue
	//	document.forms[0].submit()
//	}
