function Disclaimer(){
	alert("A new window has opened. You are about to leave the Child Welfare Information Gateway website to link to another location that is not maintained by the Child Welfare Information Gateway. The Child Welfare Information Gateway takes no responsibility for and exercises no control over the views that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on external sites.  To proceed to the website, please select the OK button.");
}
 
function spDisclaimer(){
	alert("Se ha abierto una nueva ventana.  Usted está por salirse del sitio web del Child Welfare Information Gateway y de conectarse a otro lugar que no se mantiene por el Child Welfare Information Gateway.  El Child Welfare Information Gateway no toma ninguna responsabilidad y no ejerce ningún control sobre las perspectivas que pueden ser representadas, ni la fidelidad, políticas privadas, conformidad con el derecho del autor o las marcas registradas, ni la legalidad de cualquier material contenido en los sitios externos.  Para continuar al sitio web, por favor haga un clic sobre el botón que dice OK.");
}

function confirmLogout(){
  return confirm('Are you sure you want to logout?\n\nClick the OK button if you want to proceed to logout.  Click the CANCEL button if you want to return to save information before you log out.');
}

function disclaimer2(passLink){
var check = confirm("Child Welfare Information Gateway will now connect you to the resource you selected, which is located on another website. Child Welfare Information Gateway takes no responsibility for and exercises no control over the views that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on external sites. Click OK to continue!" );
if(check)
   {    
    window.open(passLink);     
   }
}