if (!parent.main) {
	var origin = "noframe";
	var page = urlParam["page"];
	document.write('<div class="title">');
	document.write('<table width="100%" height="180" border="0"><tr>');
	document.write('<td width="180" align="center" valign="center"><a href="http://www.northrup.org/Photos/falcon/falcon-in-tree8.htm"><img src="../images/falcon_cyan_shade.jpg" height="140" width="140" alt="Image d\'un faucon. Le faucon est un symbole de force intellectuelle et d\'élévation de l\'esprit." border="0" /></a></td>');
	document.write('<td align="center" valign="middle"><img src="../images/glossary_title_fr.gif" alt="Logo Informaticinfo - Glossaire" width="500" height="160" border="0" /></td>');
	document.write('</tr></table></div>');
	if (navigator.appName.indexOf("Netscape") != -1) {document.write('<div class="topbar_netscape">')}
	else {document.write('<div class="topbar">')}
	document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>');
	document.write('<td width="15"><img src="../images/corner1_15.gif" width="15" height="15" border="0" hspace="0" vspace="0" /></td>');
	document.write('<td bgcolor="#00FFFF"><img src="../images/transparent.gif" width="1" height="1" border="0" hspace="0" vspace="0" /></td>');					
	document.write('<td height="15" width="15"><img name="corner2" src="../images/corner2_15.gif" width="15" height="15" /></td>');
	document.write('</tr><tr><td bgcolor="#00FFFF" colspan="3" height="150"><img src="../images/transparent.gif" width="1" height="1" border="0" hspace="0" vspace="0" /></td></tr><tr>');
	document.write('<td height="15" width="15"><img name="corner4" src="../images/corner4_15.gif" width="15" height="15" /></td>');
	document.write('<td  bgcolor="#00FFFF" height="15"><img src="../images/transparent.gif" width="1" height="1" border="0" hspace="0" vspace="0" /></td>');
	document.write('<td width="15"><img src="../images/corner3_15.gif" width="15" height="15" border="0" hspace="0" vspace="0" /></td>');
	document.write('</tr></table></div>');
	document.write('<div class="maincol_glossary"><br /><br />');
  if (page == "map") {
    document.write('<table><tr><td>');
  	document.write('<form id="page" name="page" action="../map_fr.html">');
  	document.write('<input type="submit" name="go" value="Table des matières">');
	document.write('</form></td>');
	document.write('<td><form action="../glossary_list_fr.htm?page=' + page + '"><input type="submit" name="word_list" value="Liste des termes"></form></td></tr></table>')
  }
  else {
   	document.write('<table><tr><td>');
  	document.write('<form id="page" name="page">');
  	function PageBack(){
	var page = urlParam["page"];
  	if ((page)&&(page != "undefined")) {var url = '/' + page}
	else {var url = '/map_fr.html'}
	document.location = url;
	}
	if ((page)&&(page != "undefined")) {document.write('<input type="button" name="go" value="Retour avant le glossaire" onclick="PageBack()">')}
	else {document.write('<input type="button" name="go" value="Table des matières" onclick="PageBack()">')}
	document.write('</form></td>');
	}
	document.write('<td><form action="../glossary_list_fr.htm?page=' + page + '"><input type="submit" name="word_list" value="Liste des termes"><input type="hidden" name="page" value="' + page + '"></form></td></tr></table>')
	document.write('<form name="glossaire" action="/cgi-bin/search_fr.cgi">');
	document.write('<table width="100%" border="0"><tr><td width="100%" align="center">');
	document.write('<input type="hidden" name="navigator" value="' + Navigator + '" />')
	document.write('<input type="hidden" name="page" value="' + page + '" />')
	document.write('<input type="submit" name="submit" value="Recherche dans le glossaire" />');
	document.write('<input type="text" name="word_fr" size="13" maxlength="50" />');
	document.write('<input type="submit" name="submit" value="Recherche sur le site" />');
	document.write('</td></tr></table></form>');
	document.glossaire.word_fr.focus();
}

