//UDMv3.0.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************
// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** POSITIONING AND STYLES *********************************************
var menuALIGN = "center"; // alignment
var absLEFT = 0; // absolute left or right position (if not center)
var absTOP = 0; // absolute top position
var staticMENU = false; // static positioning mode (ie5/6 and ns4 only)
var stretchMENU = true; // show empty cells
var showBORDERS = true; // show empty cell borders
var baseHREF = "http://www.logo-it.net/resources/"; // base path
var zORDER = 1000; // base z-order of nav structure (not ns4)
var mCOLOR = "#d1d1d1"; // main nav cell color
var rCOLOR = "white"; // main nav cell rollover color
var keepLIT = true; // keep rollover color when browsing menu
var bSIZE = 1; // main nav border size
var bCOLOR = "white" // main nav border color
var aLINK = "black"; // main nav link color
var aHOVER = "navy"; // main nav link hover-color (dual purpose)
var aDEC = "none"; // main nav link decoration
var fFONT = "arial"; // main nav font face
var fSIZE = 11; // main nav font size (pixels)
var fWEIGHT = "regular" // 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 vOFFSET = -5; // shift the submenus vertically
var hOFFSET = 4; // shift the submenus horizontally
var smCOLOR = "navy"; // submenu cell color
var srCOLOR = "#d1d1d1"; // submenu cell rollover color
var sbSIZE = 1; // submenu border size
var sbCOLOR = "white" // submenu border color
var saLINK = "white"; // submenu link color
var saHOVER = "navy"; // submenu link hover-color (dual purpose)
var saDEC = "none"; // submenu link decoration
var sfFONT = "arial,sans srif"; // submenu font face
var sfSIZE = 11; // submenu font size (pixels)
var sfWEIGHT = "bold" // submenu font weight
var stINDENT = 5; // submenu text indent (if text is left or right aligned)
var svPADDING = 2; // submenu vertical cell padding
var svtOFFSET = 0; // submenu vertical text offset (+/- pixels from middle)
var shSIZE = 3; // menu drop shadow size
var shCOLOR = "#bcbcbc"; // menu drop shadow color
var shOPACITY = 75; // menu drop shadow opacity (ie5/6 only)
var keepSubLIT= true; // keep submenu rollover color when browsing child menu
var chvOFFSET = -3; // shift the child menus vertically
var chhOFFSET = -5; // shift the child menus horizontally
var closeTIMER = 230; // menu closing delay time
var cellCLICK = true; // links activate on TD click
var aCURSOR = "hand"; // cursor for active links (not ns4 or op5)
var altDISPLAY = "title"; // where to display alt text
var allowRESIZE=true; // allow resize/reload
//** LINKS ***********************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position)
addMainItem("http://www.logo-it.net/opshorts.htm","Home",40,"center","","",0,0);
addMainItem("http://www.logo-it.net/classiccorduroyshorts.htm","Classic Corduroy
Shorts",95,"center","","",0,0);
addMainItem("http://www.logo-it.net/classictwillshorts.htm","Classic Twill
& Denim Shorts",95,"center","","",0,0);
addMainItem("http://www.logo-it.net/varsityjacket.htm","Varsity
Jackets",55,"center","","",0,0);
addMainItem("http://www.logo-it.net/corduroyshorts.htm","OP Corduroy
Shorts",75,"center","","",0,0);
addMainItem("http://www.logo-it.net/signatureshorts.htm","OP Signature
Shorts",75,"center","","",0,0);
addMainItem("http://www.logo-it.net/sheetingshorts.htm","OP Sheeting
Shorts",75,"center","","",0,0);
addMainItem("http://www.logo-it.net/order3.htm","Place
Order",45,"center","","",0,0);
addMainItem("","Sports
Memorabilia",70,"center","","",0,0);
defineSubmenuProperties(110,"left","left",0,0);
addSubmenuItem("http://www.sport-it.com","www.sport-it.com","","");
addMainItem("","Promotional
Products",70,"center","","",0,0);
defineSubmenuProperties(110,"left","left",0,0);
addSubmenuItem("http://www.logo-it.net","www.logo-it.net","","");
//**DO NOT EDIT THIS *****
}//***********************
//************************