NS4 = (document.layers) ;
IE4 = (document.all) ;
mac=((IE4)&&(navigator.appVersion.indexOf ("Mac")!=-1));
DOM=document.documentElement&&!NS4&&!IE4;
mswnd=(navigator.appVersion.indexOf("Windows")!=-1||navigator.appVersion.indexOf("WinNT")!=-1);
if(IE4)
{
av=navigator.appVersion;
avi=av.indexOf("MSIE");
if (avi==-1)
version = parseInt (av) ;
else
version = parseInt(av.substr(avi+4)) ;
}
if (NS4 || IE4 || DOM)
{
subnav_size= "12";
subnav_color = "#FFFFFF";
a = 1;
if ( a == 1 )
{
subnav_backcolor="#003366";
}
else
{
subnav_backcolor="#0099CC";
}
nav_color="#FFFFFF";
//text-decoration="underline";
font_family="Arial";
nav_backcolor="#003366";
maxlev = 2;
popupWidth = 190,5; // longueur de la cellule
levelOffset = 0; // positionnement horizontal du second niveau
bord = 1; // epaisseur du bord de tous le tableau
vertSpace = 3; // hauteur de la cellule
sep = 1; // epaisseur de la ligne séparatrice des cellules
sepFrame = false;
openSameFrame = true;
cntFrame = "content";
contentFrame = "content";
mout = true;
iconSize = 8; // taille de l'icon qui avertit si un sous-niveau existe, afichage à droite du menu
imgFolder = "pics"; // folder pour l'icon
closeDelay = 200; // délais de fermeture du menu en miliseconde
tlmOrigBg = ""; // nav_back_color
tlmOrigCol = ""; // nav_color
bBitmapScheme = false;
bBitmapPopups = false;
popupOpenHeight = 0; // hauteur de l'espace du menu
popupLeftPad = 10; // espace à gauche entre le bord de la cellule et le contenu text
popupRightPad = 0; // espace à droite entre le bord de la cellule et le contenu text
tlmHlBg = "#FFFFFF"; // subnav_back_color
tlmHlCol = ""; // subnav_color
borderCol = "#003366";
menuHorizontal = true; // menu horizontal->true, menu vertical->false
scrollHeight=0;
popupOffset = 14; // positionnement verticale du premier niveau
}
// Navigation script
//lev0 = new Array ("subnav size","1",false,false,"subnav color","subnav backcolor","nav color","font family","nav backcolor") ;
lev0 = new Array (subnav_size,"1",false,false, subnav_color, subnav_backcolor, nav_color, font_family, nav_backcolor, "underline" ) ;
//lev0 = new Array (subnav_size,"1",false,false, subnav_color, subnav_backcolor, nav_color, font_family, nav_backcolor ) ;
//lev0 = new Array ("7.7pt","1",false,false,"#FFFFFF","#256CB9","#FFFFFF","verdana","#256C88") ;
//lev1 = new Array (subnav_size,"1",false,false, subnav_color, subnav_backcolor, nav_color, font_family, nav_backcolor) ;
//lev1 = new Array ();
//lev2 = new Array (subnav_size,"1",false,false, subnav_color, subnav_backcolor, nav_color, font_family, nav_backcolor) ;
//lev3 = new Array (subnav_size,"1",false,false, subnav_color, subnav_backcolor, nav_color, font_family, nav_backcolor) ;
//Script modifié pour permettre le soulignement d'un item lors du passage de la souris sur celui ci
//via la fonction javascript de style textDecoration.
tpl_upper_nav4_mn14 = new Array ("Introduction to Belgium","index.html?page=17&lang=en&",1 ,"Foreign investment and trade opportunities","index.html?page=33&lang=en&",1 ,"Importing into & exporting from Belgium","index.html?page=34&lang=en&",1 );tpl_upper_nav4_mn15 = new Array ("What entity do you want to set up?","index.html?page=19&lang=en&",1 ,"Intellectual property","index.html?page=35&lang=en&",1 ,"Employment laws & practices","index.html?page=36&lang=en&",1 ,"Accounting principles and practices","index.html?page=48&lang=en&",1 ,"Audit requirements and practices","index.html?page=49&lang=en&",1 ,"Corporate income tax","index.html?page=50&lang=en&",1 ,"Personal income tax","index.html?page=51&lang=en&",1 ,"VAT","index.html?page=52&lang=en&",1 );tpl_upper_nav4_mn16 = new Array ("Need help to define the appropriate entity?","index.html?page=23&lang=en&",0 ,"Timeline","index.html?page=37&lang=en&",0 ,"Business information","index.html?page=38&lang=en&",0 );
absPath="";
if (sepFrame && !openSameFrame)
{
if (document.URL.lastIndexOf("\\")>document.URL.lastIndexOf("/")) {sepCh = "\\" ;} else {sepCh = "/" ;}
absPath = document.URL.substring(0,document.URL.lastIndexOf(sepCh)+1);
}
if (NS4)
{
document.write("<"+"script language='JavaScript1.2' src='scripts/ns4.js'><"+"/"+"script>");
}
else
{
document.write("<"+"script language='JavaScript1.2' src='scripts/dom.js'><"+"/"+"script>");
}