/**
 * 
 * @version $Revision $
 * @cvs $id $
 */


function submitFormMoteurRecherche(){
	if(checkFormMoteurRecherche()){
		window.document.getElementById('moteurRecherche').submit();
	}//end if
}//end function

function checkFormMoteurRecherche(){
	return true;
}//end function

function loadSpiderUrl(iCountResult, sUrl){
	loadExternalUrl('http://' + unescape(sUrl), 'spider');
}//end function


