<!-- Begin Javascript

//####### Website #######
//The following sets the Focus for the Search this Site option.
//Only change subsite options if needed
strDomain='deldot.gov';
numSites = 1;
arraySites = new Array(numSites);
arraySites[1]='';

//####### Show/Hide Page Options #######
//Setting one of the following options to false will hide the item
bolPhone=true;
bolMobile=true;
bolHelp=false;
bolSize=true;
bolPrint=false;
bolEmail=true;

//####### Header Images #######
//Setting one of the following options will override the default values
strHeaderImg=''; //Path to center Header image - all Header images must be created by the GIC
strCreditImg=''; //Path to right-side Photo Name Credit image
strCreditAlt=''; //Alt text for Photo Name Credit Image
strCreditTitle=''; //Title text for Photo Name Credit Image

//####### Header Links #######
//Setting one of the following options will override the default values
strCreditLink=''; //URL for Photo Name Credit Image
strMobileLink='http://mobile.deldot.gov'; //URL for Mobile option
strHelpLink=''; //URL for Help option
strEmailLink='#'; //URL for Email a Friend option
strEmailOnClick = 'javascript:popupEmail(encodeURIComponent(document.title),encodeURIComponent(location.href));';
// NOTE:  if the value of the strEmailOnClick were to change, for IE, the value needs to 
//        also be changed in private/js/main.js
// End Javascript -->


