window.name="fPage";
var g_bIsAllLoaded=false;
function pfApp(){
try{
var w=null;
if((!(w=window.parent.parent))||(w.name!="fAppl")){
}
return w;
}
catch(e){
}
}
function pfMenu(){
try{
var w;
if(!(w=pfApp().pfMenu())){
}
return w;
}
catch(e){
}
}
function pfDoc(){
try{
var w;
if((!(w=window.parent))||(w.name!="fDoc")){
}
return w;
}
catch(e){
}
}
function pfImg(){
try{
var w;
if(!(w=pfMenu().pfImg())){
}
return w;
}
catch(e){
}
}
function pfBtn(){
try{
var w;
if(!(w=pfMenu().pfBtn())){
}
return w;
}
catch(e){
}
}
function pfNav(){
try{
var w;
if(!(w=pfMenu().pfNav())){
}
return w;
}
catch(e){
}
}
function pfHead(){
try{
var w;
if(!(w=pfDoc().pfHead())){
}
return w;
}
catch(e){
}
}
function VerifyAllLoadFrames(){
try{
var _8=true;
if(!g_bIsAllLoaded){
_8=true;
while(_8){
try{
if(pfImg()){
_8=false;
}
}
catch(e){
}
}
_8=true;
while(_8){
try{
if(pfBtn()){
_8=false;
}
}
catch(e){
}
}
_8=true;
while(_8){
try{
if(pfHead()){
_8=false;
}
}
catch(e){
}
}
_8=true;
while(_8){
try{
if(pfNav()){
_8=false;
}
}
catch(e){
}
}
}
g_bIsAllLoaded=true;
}
catch(e){
}
}
function Update_fHead(_9,_a,_b,_c,_d,_e,_f,_10,_11){
}
function Update(_12,_13,_14,_15){
}
function UpdateISF(_16,_17,_18){
}
function GetNameScreen(){
try{
var _19="";
if(document.forms["IRWeb"]){
if(document.forms["IRWeb"].elements["_ECRAN"]){
_19=document.forms["IRWeb"].elements["_ECRAN"].value+"";
}
}
return _19;
}
catch(e){
}
}
function Previous(){
try{
return go("precedent");
}
catch(e){
}
}
function Next(){
try{
return go("suivant");
}
catch(e){
}
}
function Cancel(){
try{
return go("cancel");
}
catch(e){
}
}
function Terminate(){
try{
return go("terminate");
}
catch(e){
}
}
function Close(){
try{
return go("close");
}
catch(e){
}
}
function Close_Off(){
try{
return go("close_off");
}
catch(e){
}
}
function GetTitleScreen(){
try{
var _1a=document.forms["IRWeb"].elements["_TITRE_ECRAN"].value+"";
return _1a;
}
catch(e){
}
}

