/*----------------------------------------------------------------
		Pages du CORNELL FELINE HEALTH CENTER :
/*----------------------------------------------------------------
	entête CFHC
------------------------------------------------------------------*/
function CfhcHead(lang)
//------ Texte exterieur :
{var s=	'<p align="center"><span class="GrasRougeVif">';

	s+=(lang=="us")?'Warning: This is a re-worked image of what their site was in'
				:'Attention : Ceci est une image de ce que fut leur site en';
	s+=' 1999.</span></p><hr />'+
		'<p><span style="color:#060;font-size:0.8em;font-weight:bold;">';
	s+=(lang=="us")?'Translation':'Traduction';
	s+=	' Fenua Animalia</span></p>';
//------ Bloc CFHC :
	s+=	'<div>'+
		'<table width="100%" style="border-width:5px; border-style:double; border-color:#A66;" class="cfhcF">'+
		'<tr>'+
			'<td bgColor="#EEEEEE">'+
				'<span style="color:#000;font-size:0.8em;font-family:Arial,sans-serif">'+
				'<br />';
	document.write(s)
}
/*----------------------------------------------------------------
	fin du tableau CFHC :
------------------------------------------------------------------*/
function CfhcEnd()
{document.write(	'</span>'+
			'</td>'+
		'</tr>'+
		'<tr><td> &nbsp; </td></tr>'+
		'</table>'+
		'</div>');
}
/*-------------------------------------------------------------------
--- Bas de document : logo Cornell et retour à leur sommaire
-----------------------------------------------------------------*/
function CfhcSommaire(lang)
{
  document.write('<br /><br /><hr><a class="cfhc" href="somcfhc.htm">'+
			'<img border=0 src="../logosm.gif">');
  document.writeln(
     (lang=="fr")?"Retour &agrave; la Page d'Accueil F&eacute;lins"
			  :"Back to the Feline Home Page"
			 );
  document.writeln("</a><br />&nbsp;<br />");
}
/*-------------------------------------------------------------*/
function CfhcCopyright(lan,year,assoc)
{
  if(lan=="fr")
  { document.write("<br /><small><i>\nPr&eacute;par&eacute par");
    if(assoc == "VAFSTF")
      document.write(" le <b>Vaccine-Associated Feline Sarcoma Task Force</b>."+
				" Un effort combin&eacute; de l'AVMA, l'AAHA, l'AAFP, et la Veterinary Cancer Society,"+
				" la Task Force est constitu&eacute;e de representants de chacun de ces groupes,"+
				" v&eacute;t&eacute;rinaires chercheurs et cliniciens, ainsi que de representants de"+
				" l'USDA/APHIS et de l'Animal Health Institute.<br />Les informations de cette"+
				" page doivent &ecirc;tre reproduites avec la permission de la Task Force."+
				" Les demandes de permission de copie doivent &ecirc;tre envoy&eacute;es par fax"+
				" ou courrier (en anglais) au Dr. James R. Richards, Cornell Feline Health Center,"+
				" Cornell University College of Veterinary Medicine, Ithaca, NY, 14853. FAX (607)"+
				" 253-3419.<br />Tous droits r&eacute;serv&eacute;s. Copyright 1997.");
    else
     { if(assoc == "AAFP")	document.write("l'<b>American Association of Feline Practitioners</b> et");
       document.writeln(" le <b>Cornell Feline Health Center</b>, Cornell University, College of Veterinary Medicine, Ithaca, New York 14853-6401.<br />");
       document.write("Le but premier du Centre est d'am&eacute;liorer la sant&eacute; des chats"+
				" par l'&eacute;laboration de m&eacute;thodes pr&eacute;ventives ou curatives"+
				" contre les maladies f&eacute;lines, et par l'offre de formation continue aux"+
				" v&eacute;t&eacute;rinaires et aux propri&eacute;taires de chats. L'essentiel de"+
				" ce travail est rendu possible par le soutien financier des amis."+
				"<br />\n &#169; ");
       document.write(year);
       document.writeln(" Cornell University. Tous droits r&eacute;serv&eacute;s.<br />"+
					"Cornell University se veut &eacute;galement &ecirc;tre une opportunit&eacute;, un &eacute;ducateur et un employeur engag&eacute;.</small>");
     }
  }
  else
  { document.write("<br /><small><i>Prepared by");
    if(assoc == "VAFSTF")
		document.write(" the <b>Vaccine-Associated Feline Sarcoma Task Force</b>. A combined effort"+
					" of the AVMA, AAHA, AAFP, and Veterinary Cancer Society, the Task Force consists"+
					" of representatives from each of the groups, veterinary researchers and clinicians,"+
					" and representatives from the USDA/APHIS and the Animal Health Institute.<br />"+
					"The information in this brochure may be reproduced in its entirety with the"+
					" permission of the task force. Requests for permission to reprint should be"+
					" submitted in writing or fax to Dr. James R. Richards, Cornell Feline Health"+
					" Center, Cornell University College of Veterinary Medicine, Ithaca, NY, 14853."+
					" FAX (607) 253-3419.\n<p>\nAll rights reserved. Copyright 1997.");

    else
	{	if(assoc == "AAFP")	document.write(" the <b>American Association of Feline Practitioners</b> and");
		document.write(" the <b>Cornell Feline Health Center</b>, Cornell University, College of Veterinary Medicine, Ithaca, New York 14853-6401.<br />");
		document.write("The ultimate purpose of the center is to improve the health of cats"+
					" by developing methods to prevent or cure feline diseases and by providing"+
					" continuing education to veterinarians and cat owners. Much of that work is"+
					" made possible by the financial support of friends."+
					"<br /> &#169; ");
		 document.write(year);
		 document.write(	" by Cornell University. All rights reserved.  <br />"+
						"Cornell University is an equal opportunity, affirmative action educator and employer.</small>");
    }
  }
}
/*- fin de cfhc.js -------------------------------------------*/
