// JavaScript Document
BLANK_IMAGE = 'menu/images/b.gif';
var ITEMSTYLE = {
border:1, // item's border width, pixels; zero means "none"
shadow:2, // item's shadow size, pixels; zero means "none"
color:{
border:"#0C2066", // color of the item border, if any
shadow:"#DBD8D1", // color of the item shadow, if any
bgON:"#B8BFD5", // background color for the items
bgOVER:"#ECEEF4" // background color for the item which is under mouse right now
},
css:{
ON:"clsCMOn", // CSS class for items
OVER:"clsCMOver" // CSS class for item which is under mouse
}
};
var MENUSTYLE = {
border:0, // item's border width, pixels; zero means "none"
shadow:0, // item's shadow size, pixels; zero means "none"
color:{
border:"", // color of the item border, if any
shadow:"", // color of the item shadow, if any
bgON:"", // background color for the items
bgOVER:"" // background color for the item which is under mouse right now
},
css:{
ON:"", // CSS class for items
OVER:"" // CSS class for item which is under mouse
}
};
var MENU_ITEMS = [
{pos:'relative', itemoff:[0,70], leveloff:[33,0], style:MENUSTYLE, size:[24,150]},
// Home
{code:'
',
ocode:'
',
format:{size:[33,70]},
url:"index.php"
},
// Forms & Documents
{code:'
',
ocode:'
',
format:{size:[33,168]},
itemoff:[0,70],
url:"forms.php",
sub:[
{itemoff:[23,0],style:ITEMSTYLE,size:[24,168]}, // [Vertical Sub Item,Horiz Sub Item]
{code:"Concessions Application", url:"concessions_form.php"},
{code:"Vendor Application", url:"vendor_form.php"},
{code:"Sponsorship Form", url:"sponsors.php"},
{code:"Off-Road Shootout Entry Form", url:"http://unique-motor-sports.com/index.php?option=com_content&task=category§ionid=5&id=20&Itemid=40", size:[48,168], target:"_blank"},
{code:"Off-Road Shootout Rules", url:"http://unique-motor-sports.com/index.php?option=com_content&task=category§ionid=5&id=20&Itemid=40", itemoff:[33,0], target:"_blank"},
{code:"Unique Motorsports Demo Derby Entry Form", url:"http://unique-motor-sports.com/index.php?option=com_content&task=category§ionid=5&id=20&Itemid=40", target:"_blank", size:[48,168]},
{code:"Unique Motorsports Demo Derby Rules", url:"http://unique-motor-sports.com/index.php?option=com_content&task=category§ionid=5&id=20&Itemid=40", target:"_blank", size:[34,168], itemoff:[33,0]}
]
},
// Directions
{code:'
',
ocode:'
',
format:{size:[33,102]},
itemoff:[0,168],
url:"directions.php"
},
// Events
{code:'
',
ocode:'
',
format:{size:[33,85]},
itemoff:[0,102],
url:"events.php",
sub:[
{itemoff:[23,0],style:ITEMSTYLE,size:[24,150]}, // [Vertical Sub Item,Horiz Sub Item]
{code:"Children's Day", url:"childrens_day.php"},
{code:"Ladies' Day", url:"ladies_day.php"},
{code:"Retirees' Day", url:"retirees_day.php"},
//{code:"Tractor-Pickup Pull", url:"tractor_pull.php"},
{code:"Wolverine Futurity", url:"wolverine_futurity.php"},
{code:"Motocross", url:"motocross.php"},
{code:"Off-Road Shootout", url:"offroad_shootout.php"},
{code:"Unique Motor Sports Demo Derby", url:"unique_demo_derby.php", size:[48,150]},
{code:"4-H Livestock Auction", url:"4h_auction.php", itemoff:[33,0]},
{code:"Flower Show", url:"flower_exhibit.php"}
//{code:"Chainsaw Artist", url:"chainsaw_artist.php"}
]
},
// Schedule
{code:'
',
ocode:'
',
format:{size:[33,98]},
itemoff:[0,85],
url:"schedule.php"
},
// Non-Fair Events
{code:'
',
ocode:'
',
format:{size:[33,138]},
itemoff:[0,98],
url:"nonfair_events.php",
sub:[
{itemoff:[23,0],style:ITEMSTYLE,size:[24,138]}, // [Vertical Sub Item,Horiz Sub Item]
{code:"Blessing of the Bikes", url:"blessing_of_the_bikes.php"},
{code:"Camping", url:"camping.php"},
{code:"Winter Storage", url:"winter_storage.php"},
{code:"Group Gatherings / Picnics", url:"group_gatherings.php", size:[34,138]}
]
},
// Sponsors
{code:'
',
ocode:'
',
format:{size:[33,99]},
itemoff:[0,138],
url:"sponsors.php"
},
// History
{code:'
',
ocode:'
',
format:{size:[34,157]},
itemoff:[33,-661],
leveloff:[67,0],
url:"history.php"
},
// Photos
{code:'
',
ocode:'
',
format:{size:[34,111]},
itemoff:[0,157],
url:"photos.php"
},
// Volunteers
{code:'
',
ocode:'
',
format:{size:[34,102]},
itemoff:[0,111],
url:"volunteers.php"
},
// Contact Us
{code:'
',
ocode:'
',
format:{size:[34,100]},
itemoff:[0,102],
url:"contactus.php"
},
// Survey
{code:'
',
ocode:'
',
format:{size:[34,70]},
itemoff:[0,100],
url:"survey.php"
},
// Local Info
{code:'
',
ocode:'
',
format:{size:[34,95]},
itemoff:[0,70],
url: "http://www.holland.org/", //"localinfo.php"
target: "_blank"
},
// Concessions
{code:'
',
ocode:'
',
format:{size:[34,125]},
itemoff:[0,95],
url:"concessions_info.php",
sub:[
{itemoff:[23,0],style:ITEMSTYLE,size:[24,125]}, // [Vertical Sub Item,Horiz Sub Item]
{code:"Concessions Application", url:"concessions_form.php",size:[48,125]},
{code:"Vendor Application", url:"vendor_form.php",size:[34,125], itemoff:[33,0]},
{code:"Requirements", url:"concessions_info.php", itemoff:[33,0]},
{code:"Fee Schedule", url:"fee_schedule.php"}
]
}
];