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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.5 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





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



var menuALIGN = "free";         // alignment mode
var absLEFT =   108;            // absolute left or right position (if menu is left or right aligned)
var absTOP =    10;             // absolute top position

var staticMENU = false;         // static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;        // show empty cells
var showBORDERS = false;        // show empty cell borders

var baseHREF = "resources/";    // base path
var zORDER =    1000;           // base z-order of nav structure



var mCOLOR =    "#000000";      // main nav cell color #ffefc6
var rCOLOR =    "#FF0033";      // main nav cell rollover color #ececec
var bSIZE =     1;              // main nav border size
var bCOLOR =    "#000000";      // main nav border color  #cc9966
var aLINK =     "#FFFFFF";      // main nav link color  #990033
var aHOVER =    "#FFFFFF";      // main nav link hover-color (dual purpose)
var aDEC =      "none";         // main nav link decoration
var fFONT =     "arial,sans-serif";     // main nav font face
var fSIZE =     13;             // main nav font size (pixels)
var fWEIGHT =   "bold";         // main nav font weight
var tINDENT =   7;              // main nav text indent (if text is left or right aligned)
var vPADDING =  5;             // main nav vertical cell padding
var vtOFFSET =  0;              // main nav vertical text offset (+/- pixels from middle)


var keepLIT =   false;          // keep rollover color when browsing menu
var vOFFSET =   5;              // shift the submenus vertically
var hOFFSET =   4;              // shift the submenus horizontally

var smCOLOR =   "#000000";      // submenu cell color  #ffefc6
var srCOLOR =   "#FF0033";      // submenu cell rollover color #ececec
var sbSIZE =    1;              // submenu border size
var sbCOLOR =   "#FF0033";      // submenu border color  #cc9966
var saLINK =    "#FFFFFF";      // submenu link color  #3333aa
var saHOVER =   "#FFFFFF";      // submenu link hover-color (dual purpose)
var saDEC =     "none";         // submenu link decoration
var sfFONT =    "comic sans ms,arial,sans-serif";       // submenu font face
var sfSIZE =    13;             // submenu font size (pixels)
var sfWEIGHT =  "normal";       // submenu font weight  normal
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 =    2;              // submenu dropshadow size
var shCOLOR =   "#bcbcbc";      // submenu dropshadow color
var shOPACITY = 75;             // submenu dropshadow 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 = 100;            // menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;       // child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 40;            // menu closing delay time

var aCURSOR = "hand";           // cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";            // where to display alt text
var allowRESIZE = mu;           // 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;              //arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;             //arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;            //arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;            //arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";       //arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";              //left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";          //left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";             //right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";         //right rollover 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","mCOLOR","rCOLOR","aLINK","aHOVER")

addMainItem("summary.htm#body","Home",150,"left","body","Summary",-6,-100,"","","","",""); 
        SP(120,"right","center",-20,-20,"","","","","","","");
        
        //AddSubMenuItem (link, title, target,alt text)


addMainItem("body.htm","Project Updates - Yr 1",150,"left","body","Project Updates - Yr 1",25,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");

        //AddSubMenuItem (link, title, target,alt text)
        SI("updates/body.htm","Page 1","body","Page 1");
        SI("updates/body2.htm","Page 2","body","Page 2");
        SI("updates/body3.htm","Page 3","body","Page 3");
        SI("updates/body4.htm","Page 4","body","Page 4");
        SI("updates/body5.htm","Page 5","body","Page 5");
        SI("updates/body6.htm","Page 6","body","Page 6");
        SI("updates/body7.htm","Page 7","body","Page 7");
        SI("updates/body8.htm","Page 8","body","Page 8");
        SI("updates/body9.htm","Page 9","body","Page 9");
        SI("updates/body10.htm","Page 10","body","Page 10");
        SI("updates/body11.htm","Page 11","body","Page 11");
        SI("updates/body12.htm","Page 12","body","Page 12");
        SI("updates/body13.htm","Page 13","body","Page 13");
        SI("updates/body14.htm","Page 14","body","Page 14");
        SI("updates/body15.htm","Page 15","body","Page 15");

addMainItem("body.htm","Project Updates - Yr 2",150,"left","body","Project Updates - Yr 2",56,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");
        SI("updates/body16.htm","Page 16","body","Page 16");
        SI("updates/body17.htm","Page 17","body","Page 17");
        SI("updates/body18.htm","Page 18","body","Page 18");
        SI("updates/body19.htm","Page 19","body","Page 19");
        SI("updates/body20.htm","Page 20","body","Page 20");
        SI("updates/body21.htm","Page 21","body","Page 21");
        SI("updates/body22.htm","Page 22","body","Page 22");
        SI("updates/body23.htm","Page 23","body","Page 23");
        SI("updates/body24.htm","Page 24","body","Page 24");
        SI("updates/body25.htm","Page 25","body","Page 25");
        SI("updates/body26.htm","Page 26","body","Page 26");
        SI("updates/body27.htm","Page 27","body","Page 27");
        SI("updates/body28.htm","Page 28","body","Page 28");
        SI("updates/body29.htm","Page 29","body","Page 28");

addMainItem("body.htm","Project Updates - Yr 3",150,"left","body","Project Updates - Yr 3",87,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");
        SI("updates/body30.htm","Page 30","body","Page 30");
        SI("updates/body31.htm","Page 31","body","Page 31");
        SI("updates/body32.htm","Page 32","body","Page 32");
        SI("updates/body33.htm","Page 33","body","Page 33");
        SI("updates/body34.htm","Page 34","body","Page 34");

addMainItem("body.htm","Project Updates - Yr 4",150,"left","body","Project Updates - Yr 4",118,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");
        SI("updates/body35.htm","Page 35","body","Page 35");
        SI("updates/body36.htm","Page 36","body","Page 36");

addMainItem("reference.htm","Assembly Reference",150,"left","body","Assembly Reference",149,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");

addMainItem("tech/tech.htm","67 Tech Info",150,"left","body","67 Tech Info",180,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");  
        SI("tech/Features_and_specs/FeaturesAndSpecs.htm","Features And Specs","_top","Features And Specs");
        SI("tech/measurements.htm","Measurements","body","Measurements");
        SI("tech/misc_tech.htm","Tech tips","body","Misc Tech Tips");
        SI("tech/NHRA_Rules.htm","NHRA Rules","body","NHRA Rules");
        SI("tech/torquespecs.htm","Torque Specs","body","SBC Torque Specs");
        SI("tech/headers.htm","Headers","body","Headers");
        SI("tech/adjustinglifters.htm","Lifter Adjustment","body","Lifter Adjustment");
        SI("tech/wiring.htm","Wiring","body","Wiring");
        SI("tech/reference.htm","Chassis Assemblies","body","Wiring");
        SI("tech/VIN_Cowl_Decode.htm","VIN/Cowl Tags","body","VIN/Cowl Tags");
        SI("tech/headlights/relayinstall.htm","Headlight Relays","body","Headlight Relays");
        SI("tech/alternator/alternatorinstall.htm","Alternator conversion","body","Alternator Conversion");
        SI("tech/remotestarterswitch/remotestarterswitch.htm","Remote Starter Switch","body","Remote Starter Switch");

addMainItem("projectlist.htm","Projects/Parts",150,"left","body","Links",211,-100,"","","","",""); 

addMainItem("upcomingtasklist.htm","Upcoming tasks",150,"left","body","Links",242,-100,"","","","",""); 

addMainItem("suppliers.htm","Suppliers",150,"left","body","Suppliers",273,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");  
 
addMainItem("links.htm","Links",150,"left","body","Links",304,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");  
        SI("http://www.stevesnovasite.com/forums","Steve's Nova Site","_blank","Steve's Nova Site");
        SI("http://www.novaregistry.com","Nova Registry","_blank","NovaRegistry.com");
        SI("http://www.nwnova.com","Northwest Nova Club","_blank","Northwest Nova Club");

addMainItem("mailto:67chevyii@67chevyii.com","Contact Me",150,"left","_blank","Contact Me",335,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");

addMainItem("history.htm","History",150,"left","body","History",366,-100,"","","","",""); 
        SP(120,"right","center",-35,-30,"","","","","","","");


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

