function warningDelForm(ID,upload) {
            if(confirm("This will permanently DELETE this selection. Are your sure you want to continue?")) {
		if(upload == 0){
                document.location = 'http://www.vanderbilt.edu/stop/training/training_locator.php?act=del&form_id=' + ID;
           	}else{
		document.location = 'http://www.vanderbilt.edu/stop/training/training_locator.php?act=del_up&form_id=' + ID;
		} 
	}
}
function openWin(IMAGE, name) {
		window.open(IMAGE, name, "width=420,height=400,left=50,top=50,resizable=no,toolbar=no,scrollbars=no,menubar=no,locationbar=no");
		
	}
function formHandler(form){

		var URL = document.form.site.options[document.form.site.selectedIndex].value;

		document.location.href = URL;
}

        function showLegend() {
                window.open("Legend.htm", "winLegend");
        }

        function openUpdate() {
                window.open("eFormsUpdate.asp", "update", "height=450,width=500,resizable=yes");
        }

        function openSearch() {
                window.open("Search.htm", "search", "width=450,height=350,left=50,top=100,resizable=yes");
        }

        function openFAQ() {
                window.open("eForms_FAQ.htm", "eForms_FAQ");
        }



