
var boodc = 'Proformax - Votre associé en solutions performantes.'; 

function dgstatus()
{
      window.status = boodc;
      timerID= setTimeout("dgstatus()", 25);
}

dgstatus();


function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}

function login_to() {
  fenetre_application();
}

function fenetre_application()
{
  v_fenetre_application=window.open("http://www.proformax.com/rdnet/loginFrame.php?code=D7A577H8L0U52M22L89C0D9FF9DF8D0DG43H65DG8BH7D0DFD90F044CH6W6D3H2F9F65FR5S7D885G4G3RS5R2G4R5S4F32H&langage=francais&login=" + document.login.textfield.value + "&password=" + document.login.textfield2.value,"FENETRE_APPLICATION","Toolbar=NO,location=no,directories=no,status=YES,menubar=NO,scrollbars=yes,resizable=1,width=780,height=550,top=0,left=0"); 
  v_fenetre_application.focus();
}

function login_to_en() {
  fenetre_application_en();
}

function fenetre_application_en()
{
  v_fenetre_application=window.open("http://www.proformax.com/rdnet/loginFrame.php?code=D7A577H8L0U52M22L89C0D9FF9DF8D0DG43H65DG8BH7D0DFD90F044CH6W6D3H2F9F65FR5S7D885G4G3RS5R2G4R5S4F32H&langage=english&login=" + document.login.textfield.value + "&password=" + document.login.textfield2.value,"FENETRE_APPLICATION","Toolbar=NO,location=no,directories=no,status=YES,menubar=NO,scrollbars=yes,resizable=1,width=780,height=550,top=0,left=0"); 
  v_fenetre_application.focus();
}

function pop_it(the_form) {
   my_form = eval(the_form)
   v_fenetre_application=window.open("http://www.proformax.com/rdnet/wait.php", "popup", "Toolbar=NO,location=no,directories=no,status=YES,menubar=NO,scrollbars=yes,resizable=1,width=780,height=550,top=0,left=0");
   my_form.target = "popup";
   my_form.submit();
   v_fenetre_application.focus();
}