<!--
var _info = navigator.userAgent;
var _ns = false;
var _ns6 = false;
var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0);
if (_info.indexOf("Opera") > 0) _ie = false;
var _ns = (navigator.appName.indexOf("Netscape") >= 0 && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0) || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0) || (_info.indexOf("AIX") > 0) || (_info.indexOf("OS/2") > 0) || (_info.indexOf("IRIX") > 0)));
var _ns6 = ((_ns == true) && (_info.indexOf("Mozilla/5") >= 0));
if (_ie == true) {
  document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="250" HEIGHT="250" NAME="clientupload" codebase="http://java.sun.com/update/1.4.2/jinstall-1_4-windows-i586.cab#Version=1,4,0,0">');
}
else if (_ns == true && _ns6 == false) { 
  // BEGIN: Update parameters below for NETSCAPE 3.x and 4.x support.
  document.write('<EMBED ');
  document.write('type="application/x-java-applet;version=1.4" ');
  document.write('CODE="javazoom.upload.client.MApplet.class" ');
  document.write('JAVA_CODEBASE="./" ');
  document.write('ARCHIVE="lib/jclientupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar" ');
  document.write('NAME="clientupload" ');
  document.write('WIDTH="350" ');
  document.write('HEIGHT="250" ');
  document.write('url="ftp://205.237.58.7" ');
  document.write('blacklist="*.exe" '); 
  document.write('authentication="auto" ');
  document.write('value2="ftp@imprimeriemoderne.com" ');
  document.write('mode="ftp" ');
  //document.write('username= " '+ username +' " ');
  //document.write('password=" '+ password +' " ');
  document.write('forward="/fra/client2/ftp_access.php" ');
  //document.write('pasv="true"');
  document.write('scriptable=true ');
  document.writeln('pluginspage="http://java.sun.com/products/plugin/index.html#download"><NOEMBED>');
  // END
}
else {
  document.write('<APPLET CODE="javazoom.upload.client.MApplet.class" JAVA_CODEBASE="./" ARCHIVE="lib/jclientupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar" WIDTH="350" HEIGHT="250" NAME="clientupload">');
}
// BEGIN: Update parameters below for INTERNET EXPLORER, FIREAOX, SAFARI, OPERA, MOZILLA, NETSCAPE 6+ support.
document.writeln('<PARAM NAME=CODE VALUE="javazoom.upload.client.MApplet.class">');

document.writeln('<PARAM NAME=CODEBASE VALUE="./">');

//Ajout pour navigateurs qui n'ont pas le plugin JAVA
document.writeln('<img src="./Images/java_alert_ang.jpg" style="cursor: pointer;" onclick="window.open(\'http://www.java.com/en/\',\'\')" />">');

document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jclientupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar">');
document.writeln('<PARAM NAME=NAME VALUE="clientupload">');
document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
document.writeln('<PARAM NAME="scriptable" VALUE="true">');
document.writeln('<PARAM NAME="resources" VALUE="i18n">');
document.writeln('<PARAM NAME="url" VALUE="ftp://205.237.58.7">');
document.writeln('<PARAM NAME="authentication" VALUE="auto"');
document.writeln('<PARAM NAME="blacklist" VALUE="*.exe"');
document.writeln('<PARAM NAME="value2" VALUE="ftp@imprimeriemoderne.com">');
document.writeln('<PARAM NAME="mode" VALUE="ftp">');

//document.writeln('<PARAM NAME="username" VALUE="'+ username +'">');
//document.writeln('<PARAM NAME="password" VALUE="'+ password +'">');

//document.writeln('<PARAM NAME="forward" VALUE="/fra/client2/ftp_access.php">');
//document.writeln('<PARAM NAME="pasv" VALUE="true">');
document.writeln('<PARAM NAME="param5" VALUE="pasv">');
document.writeln('<PARAM NAME="value5" VALUE="true">');


// END
if (_ie == true) {
  document.write('</OBJECT>');
}
else if (_ns == true && _ns6 == false) {
  document.write('</NOEMBED></EMBED>');
}
else {
  document.write('</APPLET>');
}
//-->
