//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************

// *** POSITIONING AND STYLES *********************************************

var baseHREF    = path +"menu_drpdwn/"; // base image path 

var yPos      = new Array;
var xPos      = 0;
var yp        = 0;
var MenuWidth = 120;
for (i=0; i<16; i++) {
  yPos[i]=yp;
  yp+=22;
}

//** LINKS ***********************************************************

i=3;

addMainItem(path +"index.php", "Home...", MenuWidth, "left", "", "", yPos[i++], xPos+10, "", bgitemselected, bgitemselected, fgitemselected, fgitemselected);

i++;
addMainItem(path +"inhoud/aanbieding.php" , "Aanbiedingen" , MenuWidth, "left", "", "", yPos[i++], xPos, "");
addMainItem(path +"inhoud/behandeling.php", "Behandelingen", MenuWidth, "left", "", "", yPos[i++], xPos, "");
addMainItem(path +"inhoud/prijslijst.php" , "Prijslijst"   , MenuWidth, "left", "", "", yPos[i++], xPos, "");
addMainItem(path +"inhoud/sothys.php"     , "Sothys"       , MenuWidth, "left", "", "", yPos[i++], xPos, "");

i++;
addMainItem(path +"inhoud/contact.php", "Contact gegevens" , MenuWidth, "left", "", "", yPos[i++], xPos, "");
addMainItem(path +"inhoud/route.php"  , "Routebeschrijving", MenuWidth, "left", "", "", yPos[i++], xPos, "");

i++;
addMainItem("mai" + "lto:in" + "fo" + "@ghi" + "smo" + "nda." + "nl", "Mail Ghismonda"   , MenuWidth, "left", "", "", yPos[i++], xPos, "");


//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

