
function classChange(element)
	{
		if (element.className == "displayNone")
			{
				element.className = "displayBlock";
			}
		else
			{
				element.className = "displayNone";
			}
							
	}

function classHighlight(element)
	{
		
		event.srcElement.className = "highlight";
	}


function classfaqText(element)
	{
			
		event.srcElement.className = "faqText";
	}


function dot_exit() 
	{
		return(confirm("You are now leaving the United States Coast Guard website. " +
	       "USCG websites contain many links to other organizations, such as state/local " + 
	       "governments, educational institutions, and non-profit associations.  While we " +
	       "offer these electronic linkages for your convenience in accessing " +
	       "transportation-related information, please be aware that when you exit a USCG " +
	       "website, the privacy policy stated on our websites may not be the same as that " +
	       "on other websites.  Are you sure you wish to proceed?"))
	}



