<!-- STANDARD SCRIPTS
function SwapImage(ImageToChange, ImageToShow) {
if (document.images) { document[ImageToChange].src = ImageToShow; } }
function bar(message) {
if (document.images) { window.status = message; return true } }
if (document.images) {
}

function PopUp(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function DisclaimerInt(){
     alert("You are now leaving the SITE NAME GOES HERE web site.")
}

function DisclaimerExt(){
     alert("You are now leaving the SITE NAME GOES HERE web site. The appearance of hyperlinks does not constitute endorsement by the Department of Veterans Affairs of this Web site or the information, products or services contained therein. VA does not exercise any editorial control over the information you may find at these locations. Such links are provided and are consistent with the stated purpose of this VA Internet Service.")
}

function customerLogin() {
	location.href="http://webdev.instructusmedia.com"
}

//-->