function formHandler(){

if (document.form.site.selectedIndex>-1) {
var URL = document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL; }
}


function formHandler2(){

if (document.form2.site2.selectedIndex>-1) {
var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;

window.location.href = URL; }

}

function passHeadline() {

document.passHeadline.submit();

}	

function newPopUp()
{
	surveywindow=window.open('/care/survey10.cfm', 'surveywin', "scrollbars=yes,menubar=no,toolbar=no,status=no,width=488,height=500,resizable=no")
}

function newPopUp2()
{
	surveywindow=window.open('/care/dfu_surv10.cfm', 'surveywin', "scrollbars=yes,menubar=no,toolbar=no,status=no,width=488,height=500,resizable=no")
}