﻿//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  http://www.brothercake.com/dropdown/
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";		// alignment
var absLEFT = 	10;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	105; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "../_javascript/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#999999";	// main nav cell color
var rCOLOR = 	"#666666";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#999999"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#666666";	// submenu cell color

var srCOLOR = 	"#333333";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cccccc"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial";// submenu font face
var sfSIZE = 	10;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	1;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 95;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "title";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = 0;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "bottom";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = "<img src='../images/divers_breadcrumbs.gif'>";		// [** new **] right arrow (not ns4/op5/op6)




//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("../default.htm","<img src='../images/home.gif'>",50,"center","","Back to homepage",0,0,"");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

       
addMainItem("Stabilityprogramme.htm","Belgian Stability programme",233,"center","","Belgian Stability programme",0,0,"Belgian Stability programme");

  defineSubmenuProperties(343,"left","left",-4,0,"");

  addSubmenuItem("Framework.htm","Introduction","","Introduction");

                      
  addSubmenuItem("Environment.htm","Economic situation and macroeconomic assumptions","","Economic situation and macroeconomic assumptions");

          defineChildmenuProperties(320,"left","left",10,-10,"");

              addChildmenuItem("Environment_introduction.htm","Introduction","","Introduction");
	          addChildmenuItem("Environment_forecasts.htm","The economic outlook of the Federal Planning Bureau","","The economic outlook of the Federal Planning Bureau");
              addChildmenuItem("Environment_evolution.htm","Trend in economic activity","","Trend in economic activity");
              addChildmenuItem("Environment_2011_2014.htm","Outlook for 2011-2014","","Outlook for 2011-2014");


  addSubmenuItem("Procedure.htm","Excessive deficit procedure","","Excessive deficit procedure");

           defineChildmenuProperties(220,"left","left",10,-10,"");

              addChildmenuItem("Procedure_recommendation.htm","Belgium facing recommendations","","Belgium facing recommendations");
	          addChildmenuItem("Procedure_overview.htm","Budget outcomes in 2010","","Budget outcomes in 2010");              
              addChildmenuItem("Procedure_budget2011.htm","2011 budget","","2011 budget");
             
  
  addSubmenuItem("Balance.htm","Path for 2011-2014","","Path for 2011-2014");

           defineChildmenuProperties(280,"left","left",10,-10,"");

              addChildmenuItem("Balance_overview.htm","Medium-term path of Belgian public finances","","Medium-term path of Belgian public finances");              
              addChildmenuItem("Balance_cooperation.htm","Allocation of the effort between the entities","","Allocation of the effort between the entities");
              addChildmenuItem("Balance_adjustment.htm","Structural reduction in the public deficit","","Structural reduction in the public deficit");
              addChildmenuItem("Balance_policy.htm","Progressive reduction in the public debt","","Progressive reduction in the public debt");


  addSubmenuItem("Comparison.htm","Comparison with the 2009-2012 stability programme <br>and sensitivity analysis","","Comparison with the 2009-2012 stability programme and sensitivity analysis");

           defineChildmenuProperties(180,"left","left",10,-10,"");

              addChildmenuItem("Comparison_balance.htm","Consolidation speeded up","","Consolidation speeded up");
              addChildmenuItem("Comparison_sensibility.htm","Sensitivity analysis","","Sensitivity analysis");


  addSubmenuItem("Sustainability.htm","Sustainability of public finances","","Sustainability of public finances");

           defineChildmenuProperties(220,"left","left",10,-10,"");
                                                     
              addChildmenuItem("Sustainability_introduction.htm","Introduction","","Introduction");
              addChildmenuItem("Sustainability_cost.htm","Budgetary consequences of ageing","","Budgetary consequences of ageing");
              addChildmenuItem("Sustainability_strategy.htm","The government strategy on ageing","","The government strategy on ageing");
                         

addSubmenuItem("Strategy.htm","Sustainable consolidation of public finances","","Sustainable consolidation of public finances");

           defineChildmenuProperties(220,"left","left",10,-10,"");

              addChildmenuItem("Strategy_orientation.htm","Main points of fiscal consolidation","","Main points of fiscal consolidation");
              addChildmenuItem("Strategy_macroeconomic.htm","The macroeconomic challenges","","The macroeconomic challenges");
              addChildmenuItem("Strategy_quality.htm","Quality of public finances","","Quality of public finances");  

addSubmenuItem("Annexes.htm","Annexes","","Annexes");

           defineChildmenuProperties(280,"left","left",10,-10,"");

              addChildmenuItem("Annexes_council.htm","Council recommendation of 2 December 2009","","Council recommendation of 2 December 2009");
              addChildmenuItem("Annexes_sector.htm","Sectoral Balance","","Sectoral Balance");
              addChildmenuItem("Annexes_indicators.htm","Structural indicators","","Structural indicators");

     
addMainItem("Archive.htm","Archive",186,"center","","Archive",0,0,"Archive");

  defineSubmenuProperties(340,"right","left",-4,0,"");

  addSubmenuItem("Stabilityprogramme_Belgium_2011_2014_Cabinet_Finances_20110415_EN.pdf","2011 - Belgian stability programme 2011-2014","","2011 - Belgian stability programme 2011-2014");
  addSubmenuItem("Stability_program_2009_2012_Belgium_Cabinet_Finances_20100201_EN.pdf","2010 - Belgian stability programme 2009-2012","","2010 - Belgian stability programme 2009-2012");
  addSubmenuItem("Stability_program_2009_2013_Belgium_Cabinet_Finances_20090424_EN.pdf","2009 - Belgian stability programme 2009-2013","","2009 - Belgian stability programme 2009-2013");
  addSubmenuItem("Stability_programme_2009_2013_Belgium_Cabinet_Finances_Complement_20090922_EN.pdf","2009 - Belgian stability programme 2009-2013 complement","","2009 - Belgian stability programme 2009-2013 complement");
  addSubmenuItem("Stabilityprogramme_2008_2011_Belgium_Cabinet_Finances_20080418_EN.pdf","2008 - Belgian stability programme 2008-2011","","2008 - Belgian stability programme 2008-2011");
  addSubmenuItem("Stabilityprogramme_2007_2010_Belgium_Cabinet_Finances_20061208_EN.pdf","2007 - Belgian stability programme 2007-2010","","2007 - Belgian stability programme 2007-2010");
  addSubmenuItem("Stability_programme_2006_2009_Belgium_Cabinet_Finance_20051219_EN.pdf","2006 - Belgian stability programme 2006-2009","","2006 - Belgian stability programme 2006-2009");
  addSubmenuItem("StabilityProgramme_Belgium_2005_2008_Cabinet_Finances_20041206_EN.pdf","2005 - Belgian stability programme 2005-2008","","2005 - Belgian stability programme 2005-2008");
  addSubmenuItem("StabilityProgramme2004_2007_CabinetFinances_20031217_EN.pdf","2004 - Belgian stability programme 2004-2007","","2004 - Belgian stability programme 2004-2007");
  addSubmenuItem("staben2002.pdf","2003 - Belgian stability programme 2003-2005","","2003 - Belgian stability programme 2003-2005");
  addSubmenuItem("staben2001.pdf","2002 - Belgian stability programme 2002-2005","","2002 - Belgian stability programme 2002-2005");
  addSubmenuItem("staben2000.pdf","2001 - Belgian stability programme 2001-2005","","2001 - Belgian stability programme 2001-2005");
  addSubmenuItem("staben1999.pdf","2000 - Belgian stability programme 2000-2003","","2000 - Belgian stability programme 2000-2003");
  addSubmenuItem("staben1998.pdf","1999 - Belgian stability programme 1999-2002","","1999 - Belgian stability programme 1999-2002");
 
	
addMainItem("Links.htm","Links",126,"center","","Links",0,0,"Links");

  defineSubmenuProperties(220,"right","left",-4,0,"");
  addSubmenuItem("Links_Belg.htm","Official Belgian sites","","Official Belgian sites");
  addSubmenuItem("Links_Europe.htm","Europe","","Europe");
  addSubmenuItem("Links_Internat.htm","International financial organizations","","International financial organizations");
  addSubmenuItem("Links_Various.htm","Various sites","","Various sites");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("keywords.htm","A-Z",149,"center","","Alphabetical keywords",0,0,"Alphabetical keywords");

//**DO NOT EDIT THIS *****
}//***********************
//************************

