//**** DHTML Web Menu, (c) 2004, OpenCube Inc., - www.opencube.com ****
//
// DO NOT STOP HERE! - THIS TEMPLATE FILE CONTAINS ACTUAL MENU SETTINGS FOR sample.html
//
// We recommend deleting the quick tips section below and other comments before
// using this template on your web site to help reduce the total file size of your menu.
function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************
Menu 0 - General Settings and Menu Structure
**See the menu_styles.css file for additional customization options**
***********************************************************************************************/
sequence = '9x44_5'
limit_users = true;
um0http = 1
/*---------------------------------------------
Icon Images
---------------------------------------------*/
//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)
//Relative positioned icon images (flow with main menu or sub item text)
this.rel_icon_image0 = ""
this.rel_icon_rollover0 = ""
this.rel_icon_image_wh0 = ""
this.rel_icon_image1 = ""
this.rel_icon_rollover1 = ""
this.rel_icon_image_wh1 = ""
//Absolute positioned icon images (coordinate positioned - relative to
//right top corner of the menu item displaying the icon.)
this.abs_icon_image0 = "images/sample_red_arrow1.gif"
this.abs_icon_rollover0 = "images/sample_red_arrow1.gif"
this.abs_icon_image_wh0 = "8,10"
this.abs_icon_image_xy0 = "-9,5"
/*---------------------------------------------
Pointers & Dividers
---------------------------------------------*/
//Pointers are optional, specific settings override the default pointer.
//The x and y offset of each pointer image is relative to the upper left
//corner of the menu group using the pointer.
//Pointer Settings
this.pointer_image = "images/vert_slider.gif"
this.pointer_image_wh = "3,20" //width and height of pointer image
this.pointer_image_xy = "-2,-10" //x and y offset of pointer image
this.pointer_image_main = "images/nu_slider.gif"
this.pointer_image_wh_main = "35,3"
this.pointer_image_xy_main = "-10,1"
this.pointer_image1_2 = "images/vert_slider.gif"
this.pointer_image_wh1_2 = "3,20"
this.pointer_image_xy1_2 = "120,-8"
this.pointer_image1_3 = "images/vert_slider.gif"
this.pointer_image_wh1_3 = "3,20"
this.pointer_image_xy1_3 = "80,-8"
//Divider Settings
this.use_divider_caps = false //cap the top and bottom of each menu group
this.divider_width = 0 //applies to horizontal menus only
this.divider_height = 0 //applies to vertical menus only
//available specific settings
this.use_divider_capsX_X = true
this.divider_widthX = 20
this.divider_heightX = 20
this.pointer_imageX = "images/arrow.gif"
this.pointer_image_whX = "13,10"
this.pointer_image_xyX = "10,10"
/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/
//All values below are defined in pixel units. Only the
//width of items and menu groups may be defined, heights
//are automatically determined by the font size and padding
//values below. See the menu_styles.css file for additional
//border color and style settings.
this.is_horizontal = false //applies to all menu groups
this.is_horizontal_main = true //applies to main group only
this.menu_width = 200 //applies to vertical menus
this.menu_width_items0 = 91 //applies to items in a horizontal menu
this.menu_width_items1 = 57
this.menu_width_items2 = 56
this.menu_width_items3 = 77
this.menu_width_items4 = 76
this.menu_width_items5 = 68
this.menu_width_items6 = 139
//Padding Values
this.menu_padding_main = "0,0,0,0" //top, right, bottom, left
this.menu_padding_sub = "3,5,3,5"
this.item_padding_main = "0,0,0,0"
this.item_padding_sub = "3,5,3,0"
//Border Sizing
this.menu_border_main = 0
this.menu_border_sub = 1
this.item_border_main = 0
this.item_border_sub = 0
//Specific Item Setting Examples (change 'X' to appropriate index value)
this.is_horizontal0 = false
this.menu_width0 = 91
this.menu_width_items0 = 0
this.menu_width_item0_0 = 0
this.menu_padding_sub0 = "5,5,5,5"
this.item_padding_main0 = "0,0,0,0"
this.item_padding_sub0_0 = "0,0,0,0"
this.menu_border_sub0 = 1
this.item_border_main0 = 0
this.item_border_sub0_0 = 0
this.is_horizontal1 = false
this.menu_width1 = 91
this.menu_width_items1 = 0
this.menu_width_item1_0 = 0
this.menu_padding_sub1 = "5,5,5,5"
this.item_padding_main1 = "0,0,0,0"
this.item_padding_sub1_0 = "0,0,0,0"
this.menu_border_sub1 = 1
this.item_border_main1 = 0
this.item_border_sub1_0 = 0
this.is_horizontalX = true
this.menu_widthX = 200
this.menu_width_itemsX = 100
this.menu_width_itemX_X = 100
this.menu_padding_subX = "10,5,10,5"
this.item_padding_mainX = "10,5,10,5"
this.item_padding_subX_X = "10,5,10,5"
this.menu_border_subX = 1
this.item_border_mainX = 1
this.item_border_subX_X = 1
/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/
//Use the following section to optionally associate menu groups
//and menu items with existing CSS classes from your site.
//global class names
//this.main_menu_class = "myclassname"
//this.main_items_class = "myclassname"
//this.main_items_rollover_class = "myclassname"
//this.sub_menu_class = "myclassname"
//this.sub_items_class = "myclassname"
//this.sub_items_rollover_class = "myclassname"
//specific menu items
//this.item_classX_X = "myclassname"
//this.item_rollover_classX_X = "myclassname"
/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/
this.show_menu = ""
this.hide_menu = ""
//available specific settings
this.show_menuX = "alert('show id')"
this.hide_menuX = "alert('hide id')"
//use the following to execute a JavaScript statement for any menu item
//change 'X' below, to the menu items index number.
this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/
//Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)
this.opera_old_display_html = "Please update your opera browser.";
/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/
//Main Menu Group 0
this.item0 = "
"
this.menu_width0 = 91
//this.icon_rel0 = 1
//this.url0 = "myurl.html"
this.item1 = "
"
this.menu_width1 = 57
//this.icon_rel1 = 1
//this.url1 = "myurl.html"
this.item2 = "
"
this.menu_width2 = 56
//this.icon_rel2 = 1
this.url2 = "news.php"
this.item3 = "
"
//this.icon_rel3 = 1
this.url3 = "contact.php"
this.item4 = "
"
//this.icon_rel4 = 1
//this.url4 = "dealers.php"
this.item5 = "
"
//this.icon_rel5 = 1
//this.url5 = "myurl.html"
this.item6 = "
"
//this.icon_rel6 = 1
this.url6 = "gallery.php"
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
//Sub Menu 0
this.menu_xy0 = "-91,20"
this.menu_width0 = "100"
this.item0_0 = "ATV"
this.menu_width0_0 = "100"
this.menu_xy0_0 = "5,-6"
this.item0_1 = "Motorcycle"
this.menu_width0_1 = "100"
this.menu_xy0_1 = "5,-19"
this.menu_xy0_1 = "5,-20"
this.menu_width0_1 = "150"
this.item0_0_0 = "Exhaust"
this.menu_width0_0_0 = "150"
this.menu_xy0_0_0 = "5,-4"
this.url0_0_0 = "ATV_exhaust.php"
this.item0_0_1 = "Protection"
this.menu_width0_0_1 = "150"
this.menu_xy0_0_1 = "5,-21"
this.url0_0_1 = "ATV_protection.php"
this.item0_0_2 = "Filters"
this.menu_width0_0_2 = "150"
this.menu_xy0_0_2 = "5,-21"
this.url0_0_2 = "ATV_filter.php"
this.item0_1_0 = "Exhaust"
this.menu_width0_1_0 = "150"
this.menu_xy0_1_0 = "5,-4"
this.url0_1_0 = "MC_exhaust.php"
this.item0_1_1 = "Protection"
this.menu_width0_1_1 = "150"
this.menu_xy0_1_1 = "5,-21"
this.url0_1_1 = "MC_protection.php"
this.item0_1_2 = "Filters&Airbox"
this.menu_width0_1_2 = "150"
this.menu_xy0_1_2 = "5,-21"
this.url0_1_2 = "MC_filter.php"
//Sub Menu 1
this.menu_xy1 = "-71,22"
this.menu_width1 = "100"
this.item1_0 = "ATV"
this.menu_width1_0 = "100"
this.menu_xy1_0 = "5,-6"
this.item1_1 = "Motorcycle"
this.menu_width1_1 = "100"
this.menu_xy1_1 = "5,-19"
this.item1_2 = "Accessories"
this.menu_width1_2 = "400"
this.menu_height1_2 = "150"
this.menu_xy1_2 = "-125,150"
this.item1_0_0 = "Exhaust"
this.menu_width1_0_0 = "100"
this.menu_xy1_0_0 = "5,-4"
this.url1_0_0 = "order_atv_exh.php"
this.item1_0_1 = "Protection"
this.menu_width1_0_1 = "100"
this.menu_xy1_0_1 = "5,-21"
this.url1_0_1 = "order_atv_pro.php"
this.item1_0_2 = "Air Filters"
this.menu_width1_0_2 = "100"
this.menu_xy1_0_2 = "5,-38"
this.url1_0_2 = "order_atv_ftr.php"
this.item1_1_0 = "Exhaust"
this.menu_width1_1_0 = "100"
this.menu_xy1_1_0 = "5,-4"
this.url1_1_0 = "order_mc_exh.php"
this.item1_1_1 = "Protection"
this.menu_width1_1_1 = "100"
this.menu_xy1_1_1 = "5,-38"
this.url1_1_1 = "order_mc_pro.php"
this.item1_1_2 = "Airbox Covers & Filters"
this.menu_width1_1_2 = "100"
this.menu_xy1_1_2 = "5,-38"
this.url1_1_2 = "order_mc_ftr.php"
//Sub Menu 5
this.menu_xy5 = "-60,22"
this.menu_width5 = 136
this.item5_0 = "Hyperpro USA"
this.item5_1 = "Micron Exhaust"
this.url5_0 = 'http://www.hyperprousa.com'
this.url5_1 = 'http://www.micronexhaust.com'
}///////////////////////// END Menu Data /////////////////////////////////////////