var fenetre_identification;

function oublier_identification() {

	if ((fenetre_identification) && (!fenetre_identification.closed)) fenetre_passe.close();
	fenetre_identification=window.open('oublier-identification.php','','scrollbars=no,resizable=no,toolbar=no,width=350,height=200');	
}


var fenetre_impression_commande;

function impression_commande() {

if ( (fenetre_impression_commande) && (!fenetre_impression_commande.closed)) fenetre_impression_commande.close();
fenetre_impression_commande=window.open('impression-commande.php','','scrollbars=yes,resizable=yes,toolbar=no,width=840,height=820');	
}

var fenetre_rappel_commande;

function rappel_commande(selection) {

if ( (fenetre_rappel_commande) && (!fenetre_rappel_commande.closed)) fenetre_rappel_commande.close();
fenetre_rappel_commande=window.open('rappel-commande.php?numero='+selection,'','scrollbars=yes,resizable=yes,toolbar=no,width=840,height=820');	
}

	texte="                                                                                                                 River Shipping Management vous propose son site Internet RSMSHIPPING.COM : Le Transport Fluvial & Maritime.                                                                                                     ";
	lgtexte=texte.length-1;
	postexte=0;
	function msgdefil()
	{
	if (postexte == texte.length)
	{
	postexte=0;
	}
	if (postexte<=lgtexte)
	{
	afftexte = texte.substring((texte.length-(lgtexte-postexte)),texte.length) + texte.substring(0,postexte);
	postexte++;
	 }
	window.status = afftexte;
	vitessedefil = setTimeout("msgdefil()", 150);
	}