function leaving()
{
	alert("Links from this page to non-Coast Guard sites are provided as a customer service and do not represent any implicit or explicit endorsement by the United States Coast Guard of any commercial or private issues or products presented there.");
}

var popUpWin=0;
function popwindow(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'scrollbars=yes,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=yes,width=740,height=600,toolbar=no');
}

//Breadcrumbs www.mickweb.com
function spawn(expr,qty,reversed)
{
	var spawnee=[expr];
	for(s=1;s<qty;s++)
	{
		spawnee[s]=expr+spawnee[s-1];
	}
	return reversed? spawnee.reverse() : spawnee();
	}
	
	function mw_crumbs(divider,default_page,root)
	{
		if(!divider)
		{
			divider=" &raquo; "
		}
		if(!default_page)
		{
			default_page="default.asp"
		}
		var m=location.toString(),h="";
		m=m.substring(m.indexOf("/")+1);
		m=m.split("/");
		var howmany=spawn("../",m.length,true);
		howmany[m.length]=default_page;
		for(i=4;i<m.length-1;i++) //changed to i=4 from i=1 to remove three leading directories.
		{
			h+=("<a class ='crumb' href="+howmany[i+2]+">"+unescape(m[i]+"</a>"+divider))
		}
		h += document.title
		if(root)
		{
			h=h.replace(eval("/"+location.host+"/"),root)
		}

	return h;
}




