
function openWindow(texte,width,height) {
x = (640 - width)/2, y = (480 - height)/2;
if (screen) {
y = (screen.availHeight - height)/2;
x = (screen.availWidth - width)/2; }
if (screen.availWidth > 1800) { 
x = ((screen.availWidth/2) - width)/2; } 
window.open(texte,'SystemHelp','width='+width+',height='+height+', screenX='+x+',screenY='+y+',top='+y+',left='+x); 
}
function openWindow_scroll(texte,width,height) {
x = (640 - width)/2, y = (480 - height)/2;
if (screen) {
y = (screen.availHeight - height)/2;
x = (screen.availWidth - width)/2; }
if (screen.availWidth > 1800) { 
x = ((screen.availWidth/2) - width)/2; } 
window.open(texte,'SystemHelp','width='+width+',height='+height+', screenX='+x+',screenY='+y+',top='+y+',left='+x+', scrollbar=1'); 
}
	function redirection(nouvelle_url)
{
location.href = nouvelle_url;
}
	function display_descr(n) {
	
	if (n==1) {
		my_table ='<table class="descr_table" cellpadding="0" cellspacing="0">';
		my_table +='<tr><td onclick="redirection(\'index.php?module=recherche&action=ageissearch\');" style="cursor: hand;">';
		my_table +='<p class="titre_recherche">';
		my_table +='Recherche par finalités</p>';
		my_table +='<p class="descr_recherche">';
		my_table +='Trouver les produits technologiques spécifiquement adaptés à votre besoin';
		my_table +='</p></td></tr>';
		my_table +='</table>';
		document.getElementById('descr_search').innerHTML=my_table;
		document.getElementById('techno').src='imgrech/techno.jpg';
		document.getElementById('motcle').src='imgrech/motclef.jpg';
	}
	else if(n==2) {

		my_table ='<table class="descr_table" cellpadding="0" cellspacing="0">';
		my_table +='<tr><td onclick="redirection(\'index.php?module=recherche&action=technosearch\');" style="cursor: hand;">';
		my_table +='<p class="titre_recherche">';
		my_table +='Recherche par technologies</p>';
		my_table +='<p class="descr_recherche">';
		my_table +='Accédez à notre classification par technologies afin de trouver le produit que vous cherchez';
		my_table +='</p></td></tr>';
		my_table +='</table>';
		document.getElementById('descr_search').innerHTML=my_table;
		document.getElementById('handi').src='imgrech/handicap.jpg';
		document.getElementById('motcle').src='imgrech/motclef.jpg';
	}
	else if (n==3) {
			
		my_table ='<table class="descr_table" cellpadding="0" cellspacing="0">';
		my_table +='<tr><td onclick="redirection(\'index.php?module=recherche&action=keywordsearch\');" style="cursor: hand;">';
		my_table +='<p class="titre_recherche">';
		my_table +='Recherche par mot-clés</p>';
		my_table +='<p class="descr_recherche">';
		my_table +='Recherchez un produit technologique à partir d\'un ou plusieurs mots clés.';
		my_table +='</p></td></tr>';
		my_table +='</table>';
		document.getElementById('descr_search').innerHTML=my_table;
		document.getElementById('handi').src='imgrech/handicap.jpg';
		document.getElementById('techno').src='imgrech/techno.jpg';
	}

	
}

