//*------------------------------------------------------------------------
//* Footer for each page.  Copyright & date, top & search buttons etc.

//* The actual positioning of the top and search buttons, cord and boxes is done in citc.css
//*------------------------------------------------------------------------
var today=new Date();
var y0=today.getFullYear();
var div_copyright="";   

//* The home page won't use the CSS positioning of the copyright line.
if (homepg == 0) {
	div_copyright="copyright";
}

document.write('<div id="' + div_copyright + '" class="TextFOOTER"><center>');
document.write('<table width="500" cellpadding="0" cellspacing="0"><tr><td align="left" width=1><br><img src="' + imagedir + '/spacer.gif" width="1" height="8" border="0"><br></td><td align="center" class="TextFOOTER">');
document.write('<a href="' + htmldir + 'copyright-f.asp" class="bod2">&copy; 1999');
document.write("-" + y0);
document.write(' Institut canadien des conseillers en voyages &nbsp; &nbsp; Tous droits r&eacute;serv&eacute;s</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');

//alert(htmldir)
// homepg is defined in setup-f.js 
if (homepg == 0) {

document.write('<div id="sideboxes"><img src="../images/0-side-boxes.gif" width="198" height="44" border="0"></div>');
document.write('<div id="cordboxes"><img src="../images/0-cord-boxes.gif" width="43" height="65" border="0"></div>');
   
document.write('<div id="searchhead"><table width="66" border="0" cellspacing="0" cellpadding="0"><form name="form1" method="post" action="">'); 
document.write('<tr><td><input name="SearchString" id="SearchString" type="text" class="searchtx" size="10"><br><img src="../images/spacer.gif" width="5" height="5"><br>');
//document.write('<a class="nop" href="javascript:alert(\'Search not yet implemented\');"'); 
document.write('<a class="nop" href="javascript:doSearch();"'); 
document.write('onmouseover="flipImg(\'search\',\'search\',\'on\');self.status=\'Recerche\';return true;"'); 
document.write('onmouseout="flipImg(\'search\',\'search\',\'off\');return true;">');
document.write('<img src="../images/b-search-f-off.gif" alt="Recerche" name="search" width="63" height="17" border="0" align="top" id="search" valign="bottom"></a>');
document.write('</td></tr></form></table></div>'); 
document.write('<div id="topbutton"><img src="../images/but-top-f.gif" alt="Haut" width="36" height="13" border="0" usemap="#Top_map"></div>');   
 
document.write('<div id="navlinks"><center><span class="textFOOTER">CITC - 505, rue Consumers, bureau 406, Toronto (Ontario) Canada M2J 4V8<br><img src="' + imagedir + '/spacer.gif" width="11" height="1" border="0">T&eacute;l : 416-484-4450&nbsp;&nbsp; Num&eacute;ro sans frais : 1-800-589-5776 &nbsp;&nbsp; T&eacute;l&eacute;copieur : 416-484-4140&nbsp;&nbsp; Courriel: <a href="mailto:info@citc.ca">info@citc.ca</a></span></center></div>'); 
}

