
	/*
	
	Description:	This file contains all DHTML information specific to 
					this project.
					
	Revisions:		2.18.01 - JS - Authored
	
	*/

    var arrCycleImages = new Array;

    // This will load all of the images in the array
    arrCycleImages[0] = "";

	

	
	function funInit() {
        funLoadImages(arrCycleImages);
	}

	function changeLoc()
		{
		var x=document.getElementById("ddlMenu")
		//alert(x.options[x.selectedIndex].value)
		window.location = x.options[x.selectedIndex].value
		}
	/* not used any more:
		function funLogout() {
	
			if (document.frmLogout.txtRemember.checked == true) {
				window.location.href = '/logout.asp?rmbr=-1'
			} else {
				window.location.href = '/logout.asp?rmbr=0';
			}
			
		}
	*/

