﻿/* ------------------------------------------------------------------------
	Scripts sur l'accueil de Francite.com
------------------------------------------------------------------------ */

function PopUpContact() 
{  window.open('http://commentaire.francite.com/fr/commentaire.asp?referer=' + window.location,'commentaire',"height=515,width=520,top=0,left=200");
}

function fctSearch(){
var mot;
mot = window.document.Fr.name.value;

if(window.document.Fr.voir[1].checked)
{
   window.document.location.href = 'http://francite.gograph.com/IntegrationSimple_Search.cfm?mot_cle='+mot+'&debut=1&operateur=0&Categorie=&mode=1&User=712&Page=Result';
   return false;
}
else
   window.document.Fr.submit();
}
