<!--


if(!dy0) dy0 = 120;
dx0 = 200;
cl[0] = new Array('Type d\'Information','Toutes les informations','Normes', 'Certifications, réglementation','Spécifications techniques','Chantiers','Logiciels de calcul','Stages de formation','Conseils de mise en oeuvre','Communication','Autres');
cl[1] = new Array('Application','Toutes les applications','Eau froide, eau chaude sanitaire','Chauffage eau chaude','Climatisation à eau glacée','Plancher chauffant rafra&icirc;chissant','Distribution gaz et fluides','Gaz médicaux','Autres');
cl[2] = new Array('Produit','Tous les produits','Tube cuivre nu SANCO','Tube cuivre pré-gainé WICU','Tube cuivre pré-isolé WICUflex','Tube cuivre pré-calorifugé WICUflex Clim','Profilés et plinthes Tréfidéco','Plancher chauffant rafra&icirc;chisant Cuprasol','Tube cuivre pour gaz et fluides médicaux Témix O2','Autres');

var tpl_rub_titre_imgd = ' <img src="' + lien_cust + '/ressource/puce_actualite.gif" width="17" height="7"> ';
var tpl_cal_bg = ' background-color:#fefbf6;';

if(ip == ipo){
	
	var p = '';
	p += '<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#fefbf6">\n';
	p += '<tr bgcolor="#FFf7ea"><td>&nbsp;</td></tr>';
	p += '<tr>\n'; 
	p += '<td>\n';
	p += '<form method="post" action="' + urlp.replace(/\/newsletter[a-z_]*\.php?.+/, '/newsletter_mr_selection.php') + '">\n'; 
	p += vf;
	p += '<table border="0" cellspacing="6" cellpadding="0" align="center" width="100%">\n';
	p += '<tr>\n'; 
	p += '<td>\n'; 
	p += '<div align="center"><font face="Arial, Helvetica, sans-serif" size="3" color="#dd6320"><b>Archives<br>\n';
	p += '<br>\n';
	p += '</b></font>\n';
	p += '<table border="0" cellspacing="0" cellpadding="0" align="left">\n';
	p += '<tr>\n'; 
	p += '<td class="cont_lien"><b><font color="#000000">Vous pouvez consulter les derniers numéros des Actualités du CTCC. Effectuez votre recherche en pr&eacute;cisant un ou plusieurs crit&egrave;res ci-dessous :</font></b></td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '<font face="Arial, Helvetica, sans-serif" size="3" color="#dd6320"><b>\n'; 
	p += '</b></font></div>\n';
	p += '</td>\n';
	p += '</tr>\n';
	p += '<tr>\n'; 
	p += '<td align="center">\n'; 
	p += '<table width="100%" border="0" cellspacing="0" cellpadding="0">\n';
	p += '<tr>\n';
	p += '<td width="67%"><br>\n';
	p += '<table border="0" cellspacing="0" cellpadding="5">\n';
	
	for(i=0;i< cl.length;i++){
		p += '<tr>\n';
		p += '<td class="cont_texte"><input type="hidden" name="cl' + i + '" value="' + cl[i][0] + '">' + cl[i][0] + '</td>\n';
		p += '<td>\n'; 
		p += '<select name="kw' + i + '">';
		for(j=1;j< cl[i].length;j++){
			if(j == 1) p += '<option value=""';
			else p += '<option value="' + cl[i][j] + '"';
			if(eval('vt.match(/&cl' + i + '=' + cl[i][0] + '[&$]/)') && eval('vt.match(/&kw' + i + '=' + cl[i][j] + '[&$]/)')) p+= ' selected';
			p += '">' + cl[i][j] + '\n';
		}
		p += '</select>\n';
		p += '</td>\n';
		p += '</tr>\n';
	}
	
	p += '</table>\n';
	p += '</td>\n';
	p += '<td valign="top">\n'; 
	p += '<table width="75%" border="0" cellspacing="0" cellpadding="0" height="25">\n';
	p += '<tr>\n';
	p += '<td>&nbsp</td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '<table width="100%" border="0" cellspacing="1" cellpadding="5" bgcolor="#CCCCCC">\n';
	p += '<tr>\n'; 
	p += '<td bgcolor="#fefbf6" class="cont_explication">\n'; 
	p += '<b>Exemple</b>Vous recherchez les chantiers concernant la climatisation &agrave; eau glac&eacute;e, s&eacute;lectionnez le crit&egrave;re &quot;chantiers&quot; dans le champ Type d\'information et le crit&egrave;re &quot;climatisation &agrave; eau glac&eacute;e&quot; dans le champ Application.</td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '</td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '</td>\n';
	p += '</tr>\n';
	p += '<tr>\n'; 
	p += '<td align="center"><br>\n';                           
	p += '<input type="image" border="0" name="imageField" src="' + lien_cust + '/ressource/bouton_rechercher.gif" width="77" height="30">\n';
	p += '</td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '</form>\n';
	p += '</td>\n';
	p += '</tr>\n';
	p += '</table>\n';
	p += '<p align="center"><font face="Arial, Helvetica, sans-serif" size="1">Copyright 2002 - CTCC - Tous droits r&eacute;serv&eacute;s.</font></p>\n';
	
	tpl_p[1] = p;
}

//-->