<!--
function go2patrolQ()
{
window.location=document.patrol.PatrolQuarterly.options[document.patrol.PatrolQuarterly.selectedIndex].value
}
//-->

<!--
function go2patrolM()
{
window.location=document.patrolM.PatrolMonthly.options[document.patrolM.PatrolMonthly.selectedIndex].value
}
//-->

<!--
function go2detectM()
{
window.location=document.detectorM.DetectorMonthly.options[document.detectorM.DetectorMonthly.selectedIndex].value
}
//-->

<!--
function go2detectQ()
{
window.location=document.detector.DetectorQuarterly.options[document.detector.DetectorQuarterly.selectedIndex].value
}
//-->