function formRedirect() {
var URL = document.services.services.options[document.services.services.selectedIndex].value;
if( URL != "" )
{
	parent.window.location.href = URL;
}
}
document.write("<tr>");
document.write("	<td class='titre_or' valign='top'>Services</td>");
document.write("</tr> ");
document.write("<tr>");
document.write("	<td class='txt11' valign='top'>");
document.write("<form name='services' action='' method='post'>");
document.write("<select name='services' class='txt11' onchange='javascript:formRedirect();' style='width:149px'>");
document.write("	<option selected>Liste de nos services</option>");
document.write("	<option value='services_transfert_global_remittance.html'>Transfert d'argent</option>");
document.write("	<option value='services_compte_enligne.html'>Accédez à votre compte en ligne</option>");
document.write("	<option value='services_infobis_telfax.html'>Infobis Téléphone / Fax</option>");
document.write("	<option value='services_push_sms.html'>Push SMS</option>");
//document.write("	<option value='services_infobis_minietbac.html'>Infobis Minitel / ETBAC</option>");
//document.write("	<option value='services_virements.html'>Virements</option>");
//document.write("	<option value='services_portefeuille.html'>Services Portefeuille</option>");
//document.write("	<option value='services_cautions_garanties.html'>Cautions et Garanties</option>");
document.write("</select>");
document.write("</form>");
document.write("	</td>");
document.write("</tr>"); 	