WindowsAide=null;
function aideitem(_1,_2){
this.clef=_1;
this.page=_2;
}
function goAide(_3){
var _4=new Array();
var _5=0;
_4[_5++]=new aideitem("index","epremis_web_index.htm");
_4[_5++]=new aideitem("etatcivil","epremis_web_index.htm");
_4[_5++]=new aideitem("rev_salaires","epremis_web_index.htm");
_4[_5++]=new aideitem("rev_mobiliers","d2042_rcm_doclight.htm");
_4[_5++]=new aideitem("rev_fonciers","d2044_revenus_fonciers_doclight.htm");
_4[_5++]=new aideitem("charges_deduc","d2042_charges_deductibles_doclight.htm");
_4[_5++]=new aideitem("charges_deducb","d2042_charges_deductibles_doclight.htm");
_4[_5++]=new aideitem("charges_reduc","d2042_credit_reduction_impot_doclight.htm");
_4[_5++]=new aideitem("charges_reducb","d2042_credit_reduction_impot_doclight.htm");
_4[_5++]=new aideitem("resultats","epremis_web_index.htm");
_4[_5++]=new aideitem("resultats_detail","epremis_web_index.htm");
_4[_5++]=new aideitem("projection","epremis_web_index.htm");
_4[_5++]=new aideitem("audit","epremis_web_index.htm");
var _6="../../aide/html/";
var _7=_5;
var _8="";
for(i=0;i<_7;i++){
if(_4[i].clef.toLowerCase()==_3.toLowerCase()){
_8=_4[i].page;
break;
}
}
if(_8!=""){
var _9=_6+_8;
openAide(_9);
}
_4=null;
}
function openAide(_a){
var _b=true;
var _c="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,";
_c+="width=600,height=500";
if(!WindowsAide){
_b=false;
}else{
if(WindowsAide.closed){
_b=false;
}else{
_b=true;
}
}
if(_b){
WindowsAide.location.href=_a;
WindowsAide.focus();
}else{
WindowsAide=window.open(_a,"WindowsAide",_c);
}
}

