function clearMain1()
{
	document.theForm.middleSchDay1.selectedIndex = 0
}

function clearWait1()
{
	document.theForm.middleSchDay1WL.selectedIndex = 0
}

function clearMain2()
{
	document.theForm.highSchDay2.selectedIndex = 0
}

function clearWait2()
{
	document.theForm.highSchDay2WL.selectedIndex = 0
}

function checkFull($theValue)
{
	if($theValue == 'Hardhats' || $theValue == 'Ladders')
		document.theForm.middleSchDay1.selectedIndex = 0
}

function checkFull2($theValue)
{
	if($theValue == 'Hammers')
		document.theForm.highSchDay2.selectedIndex = 0
}
