<!-- Begin
mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(175,22)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(175,22)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("blackpixel.gif","blackpixel.gif","blackpixel.gif","blackpixel.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("blackpixel.gif","blackpixel.gif","blackpixel.gif","blackpixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(1,1,1)
// These lines are for the sub menu borders
mymenu.subborderimages("blackpixel.gif","blackpixel.gif","blackpixel.gif","blackpixel.gif")
mymenu.subbordercorners("blackpixel.gif","blackpixel.gif","blackpixel.gif","blackpixel.gif")
mymenu.subborderdimensions(2,1,1)
// Main menu cell color
mymenu.mainmenucolor("#38447F")
// Sub menu cell color
mymenu.submenucolor("#38447F")
// Graphical "join" between a menu and its sub menu. Optional
//mymenu.definejoin("images/join.gif",25)
// Centers text for Netscape 4.7
mymenu.netscapeadjust(3,3)
// The image that is show between the main menu items
mymenu.definemainspacer("blackpixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("blackpixel.gif",1)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("home","<font color=#FFFFFF><b>home</b>", "index.php")
mymenu.addMenu("bay","<font color=#FFFFFF><b>bayteam equestrian mirrors</b>", "products.php?cat=1")
mymenu.addMenu("bsja","<font color=#FFFFFF><b>bsja official collection</b>", "products.php?cat=3")
mymenu.addMenu("horses","<font color=#FFFFFF><b>for our horses</b>", "#")
mymenu.addMenu("dogs","<font color=#FFFFFF><b>for our dogs</b>", "#")
mymenu.addMenu("usyou","<font color=#FFFFFF><b>for us and you</b>", "#")
mymenu.addMenu("supp","<font color=#FFFFFF><b>supplements on time</b>", "suppontime.php")
mymenu.addMenu("spec","<font color=#FFFFFF><b>special offers</b>", "products.php?cat=41")
//mymenu.addMenu("shoplist","<font color=#FFFFFF><b>shopping list</b>", "shoplist.php")
mymenu.addMenu("delivery","<font color=#FFFFFF><b>delivery</b>", "delivery.php")
mymenu.addMenu("terms","<font color=#FFFFFF><b>terms & conditions</b>", "terms.php")
mymenu.addMenu("link","<font color=#FFFFFF><b>links</b>", "links.php")
mymenu.addMenu("cont","<font color=#FFFFFF><b>contact</b>", "contact.php")
//mymenu.addMenu("email","<b>e-mail</b>", "mailto:customerservices@bayteam.co.uk")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus

mymenu.addSubMenu("horses", "rugs", "<font color=#FFFFFF><b>Rug dept.</b>", "products.php?cat=23")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Boots dept.</b>", "products.php?cat=24")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Bridles/Leather dept.</b>", "products.php?cat=25")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Saddle Cloth / Numnah dept.</b>", "products.php?cat=26")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Bits & Accessories dept.</b>", "products.php?cat=27")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Supplements & Care dept.</b>", "products.php?cat=28")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Camrosa dept.</b>", "products.php?cat=29")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Magnatherapy dept.</b>", "products.php?cat=30")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Coolsport dept.</b>", "products.php?cat=31")
mymenu.addSubMenu("horses", "", "<font color=#FFFFFF><b>Coolex dept.</b>", "products.php?cat=42")

mymenu.addSubMenu("dogs", "", "<font color=#FFFFFF><b>Supplements & Care dept.</b>", "products.php?cat=32")
mymenu.addSubMenu("dogs", "", "<font color=#FFFFFF><b>Magnatherapy dept.</b>", "products.php?cat=33")
mymenu.addSubMenu("dogs", "", "<font color=#FFFFFF><b>Rug dept.</b>", "products.php?cat=34")
mymenu.addSubMenu("dogs", "", "<font color=#FFFFFF><b>Camrosa dept.</b>", "products.php?cat=35")


mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Fuller Fillies</b>", "products.php?cat=52")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Sherwood dept.</b>", "products.php?cat=36")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Tayberry dept.</b>", "products.php?cat=37")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Riding wear dept.</b>", "products.php?cat=38")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Riding hats</b>", "products.php?cat=39")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Accessories dept.</b>", "products.php?cat=40")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Supplements & Care dept.</b>", "products.php?cat=46")
mymenu.addSubMenu("usyou", "", "<font color=#FFFFFF><b>Magnotherapy dept.</b>", "products.php?cat=47")


mymenu.addSubMenu("rugs", "turnout", "<font color=#FFFFFF><b>Turnout Rugs</b>", "products.php?cat=43")
mymenu.addSubMenu("rugs", "stable", "<font color=#FFFFFF><b>Stable  Rugs</b>", "products.php?cat=44")
mymenu.addSubMenu("rugs", "coolers", "<font color=#FFFFFF><b>Coolers & Exercise Sheets</b>", "products.php?cat=45")

//mymenu.addSubMenu("mirror", "trav", "<b>Travel / Small Mirrors</b>", "/store/products.php?cat=16")
//mymenu.addSubMenu("mirror", "stable", "<b>Stable Mirrors</b>", "/store/products.php?cat=17")
//mymenu.addSubMenu("mirror", "arena", "<b>Stable / Arena Mirrors</b>", "/store/products.php?cat=18")
//mymenu.addSubMenu("mirror", "larena", "<b>Large Arena Mirrors</b>", "/store/products.php?cat=19")


// This line is required after all menu definitions are finished
mymenu.showMenu()
// End -->

