<!--
function leavesite(obj)
{
	var confirmation = confirm("Por favor Nota: Usted está a punto de abandone provisionalmente el KogenateFS.com sitio Web mediante la apertura de una nueva página Web. El sitio web que se une, y cualquier otro sitio después de visitar este sitio, no es controlada o apoyada por Bayer HealthCare, y no somos responsables del contenido que se presenta en ese sitio");

	if(confirmation)
	{
		var newWindow = window.open(obj.getAttribute('href'), '_blank');
		newWindow.focus();
		return false;
	}
	else
		return false;
}

function newwindow(obj)
{

	var newWindow = window.open(obj.getAttribute('href'), '_blank');
	newWindow.focus();
	return false;
}
//-->

/*
  -------------------------------------------------------------------------
		      JavaScript Form Validator (gen_validatorv31.js)
              Version 3.1.1
	Copyright (C) 2003-2008 JavaScript-Coder.com. All rights reserved.
	You can freely use this script in your Web pages.
	You may adapt this script for your own needs, provided these opening credit
    lines are kept intact.
		
	The Form validation script is distributed free from JavaScript-Coder.com
	For updates, please visit:
	http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
	
	Questions & comments please send to form.val at javascript-coder.com
  -------------------------------------------------------------------------  
*/

// Added by Interworks Inc. Oct 08
function espanolLeaving()
{
	return('Por favor Nota: Usted está a punto de abandone provisionalmente el KogenateFS.com sitio Web mediante la apertura de una nueva página Web. El sitio web que se une, y cualquier otro sitio después de visitar este sitio, no es controlada o apoyada por Bayer HealthCare, y no somos responsables del contenido que se presenta en ese sitio');
}

function englishLeaving()
{
	return('You are now leaving the Kogenate FS Web site.  Links to external, non-BAYER, Internet sites are provided as a courtesy, however, BAYER cannot accept responsibility for the availability or the contents of such Web sites.  Please see our General Conditions of Use for more information.');
}

function espanolEnglish()
{
	return('El documento que está a punto de ver está escrito en inglés. Estamos trabajando para ofrecerle estos documentos en español para su conveniencia en el futuro. Si usted no desea ver este documento, haga clic en Cancelar. Si usted todavía desea ver el documento, por favor haga clic en Continuar.');
}

