um0http = 1
function cdd_menu0()
{
/*---------------------------------------------
Icon Images
---------------------------------------------*/
    //Relative positioned icon images (flow with main menu or sub item text)
	this.rel_icon_image0 = "images/sample_gray_bullet.gif"
	this.rel_icon_rollover0 = "images/sample_gray_bullet.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1 = "images/sample_red_arrow.gif"
	this.rel_icon_rollover1 = "images/sample_red_arrow.gif"
	this.rel_icon_image_wh1 = "13,8"

    //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
---------------------------------------------*/
    //Pointer Settings
	
	this.pointer_image = "images/sample_red_arrow1.gif"
	this.pointer_image_wh = "8,10"			//width and height of pointer image
	this.pointer_image_xy = "-9,0"			//x and y offset of pointer image
	
	this.pointer_image_main = "images/red_slider.gif"
	this.pointer_image_wh_main = "11,3"
	this.pointer_image_xy_main = "-7,1"

	this.pointer_image1_2 = "images/sample_red_arrow2.gif"
	this.pointer_image_wh1_2 = "8,10"
	this.pointer_image_xy1_2 = "122,0"

	this.pointer_image1_3 = "images/sample_red_arrow2.gif"
	this.pointer_image_wh1_3 = "8,10"
	this.pointer_image_xy1_3 = "102,0"

    //Divider Settings

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only
    //available specific settings

	this.use_divider_capsX_X = false
	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
---------------------------------------------*/
	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_items = 130			//applies to items in a horizontal menu

   //Padding Values
  
	
	this.menu_padding_main = "4,0,4,0"		//top, right, bottom, left
	this.menu_padding_sub = "9,6,5,6"

	this.item_padding_main = "2,0,2,15"
	this.item_padding_sub = "3,5,3,0"
   //Border Sizing
	this.menu_border_main = 1
	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_horizontalX = true
	
	this.menu_widthX = 200
	this.menu_width_item0 = 100
	this.menu_width_item1 = 140
	this.menu_width_item2 = 140
	this.menu_width_item3 = 110
	this.menu_width_item4 = 120
	this.menu_width_item5 = 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
/*---------------------------------------------
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 = "Home Page"
	this.icon_rel0 = 1
	this.url0 = "../index.asp"
	
	this.item1 = "Retailer Resources"
	this.icon_rel1 = 1
	this.url1 = "../new_products.asp"	

	this.item2 = "Marketer's Tools"
	this.icon_rel2 = 1
	this.url2 = "../ad_gallery.asp"	
	
	this.item3 = "Publications"
	this.icon_rel3 = 1
	this.url3 = "../subscriptions.html"
		
	this.item4 = "Buyers' Guide"
	this.icon_rel4 = 1
	//this.url4 = "../subscriptions.html"	

	this.item5 = "Contact Us"
	this.icon_rel5 = 1
	this.url5 = "../contact_us.html"	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
   //Sub Menu 1
	this.menu_xy1 = "-120,19"
	this.menu_width1 = 180

	this.item1_0 = "New Products"
	this.item1_1 = "Trade Fairs/Events"
	this.item1_2 = "Promotional Calendar"
	this.item1_3 = "Sial d'Or 2004"
	this.item1_4 = "Top 20 Retail Products"
	this.item1_5 = "In-Store Product Promos"
	this.item1_6 = "ViewPoint"
	this.item1_7 = "Industry Links"

	//this.item1_7 = "Photo Gallery"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_4 = 0
	this.icon_rel1_5 = 0
	this.icon_rel1_6 = 0
	this.icon_rel1_7 = 0
	//this.icon_rel1_7 = 0

	this.url1_0 = '../new_products.asp'
	this.url1_1 = '../trade_fairs.asp'
	this.url1_2 = '../promo_calender.asp'
	this.url1_3 = '../sial_dOr.asp'
	this.url1_4 = '../top20Products.asp?province=gauteng'
	this.url1_5 = '../product_promos.asp'
	this.url1_6 = '../Viewpoint_topics.asp'
	this.url1_7 = '../industry_links.html'
	//this.url1_7 = '../photo_gallery.asp'

	 //Sub Menu 1_3_0 Sial d'Or
	this.menu_xy1_3 = "-100,0"
	this.menu_width1_3 = 180

	this.item1_3_0 = "South African Nominees"
	this.item1_3_1 = "Catering Nominees"

	this.icon_rel1_3_0 = 0
	this.icon_rel1_3_1 = 0

	this.url1_3_0= '../sial_dOr.asp'
	this.url1_3_1= '../sial_dOr_catering.asp'

	 //Sub Menu 4_Buyers Guide
	this.menu_xy4 = "-120,19"
	this.menu_width4 = 220

	this.item4_0 = "Food Prep, Handling & Packing"
	this.item4_1 = "Refrigeration"
	this.item4_2 = "Refrigeration Hire Company"
	this.item4_3 = "Retail Automation"
	this.item4_4 = "Security, Safety & Cash Handling"
	this.item4_5 = "Services"
	this.item4_6 = "Shopfitting & The Store"
	this.item4_7 = "Warehousing"
	this.item4_8 = "Full Supplier List"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	this.icon_rel4_3 = 0
	this.icon_rel4_4 = 0
	this.icon_rel4_5 = 0
	this.icon_rel4_6 = 0
	this.icon_rel4_7 = 0
	this.icon_rel4_8 = 0

	this.url4_0= '../buyers_guide.asp?CatID=1'
	this.url4_1= '../buyers_guide.asp?CatID=2'
	this.url4_2= '../buyers_guide.asp?CatID=3'
	this.url4_3= '../buyers_guide.asp?CatID=4'
	this.url4_4= '../buyers_guide.asp?CatID=5'
	this.url4_5= '../buyers_guide.asp?CatID=6'
	this.url4_6= '../buyers_guide.asp?CatID=7'
	this.url4_7= '../buyers_guide.asp?CatID=8'
	this.url4_8= '../buyers_guide_Supplier_List.asp'

   //Sub Menu: Marketers Resources
	this.menu_xy2 = "-110,19"
	this.menu_width2 = 240
        
	this.item2_0 = "The S & R Advantage"
	this.item2_1 = "Creating Ads That Work"
	this.item2_2 = "Trade Ad Gallery"
	this.item2_3 = "Look & Learn Township Visits"
	this.item2_4 = "Marketing New Products"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0
	this.icon_rel2_4 = 0
	//this.icon_abs2_0 = 0
	//this.icon_abs2_1 = 0
	//this.icon_abs2_2 = 0

	this.url2_0 = '../advantage.html'
	this.url2_1 = '../trade_ads.html'
	this.url2_2 = '../ad_gallery.asp'
	this.url2_3 = '../look_and_learn.html'
	this.url2_4 = '../marketing_new_products.html'

   //Sub Menu 1_0 - Publications
	this.menu_xy3 = "-80,19"
	this.menu_width3 = 170

	this.item3_0 = "C-Store"
	this.item3_1 = "Supermarket & Retailer"
	this.item3_2 = "News Item Archives"

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0

	//this.url3_0 = 'documents/sample_link.htm'
	//this.url3_1 = 'documents/sample_link.htm'
	this.url3_2 = '../news_archives.asp'
	
	//Sub Menu 1_0_0 C-Store
	this.menu_xy3_0 = "-100,0"
	this.menu_width3_0 = 190

	this.item3_0_0 = "Circulation Profile"
	this.item3_0_1 = "Material Deadlines 2005"
	this.item3_0_2= "2005 Features"
	this.item3_0_3= "Ad Rates"
	this.item3_0_4= "Subscriptions"
	this.item3_0_5= "Past Issues"

	//this.icon_rel3_0_0 = 0
	//this.icon_rel3_0_1 = 0
	//this.icon_rel3_0_2 = 0
	//this.icon_rel3_0_3 = 0
	//this.icon_rel3_0_4 = 0
	//this.icon_rel3_0_5 = 0
	//this.icon_rel3_0_6 = 0

	this.url3_0_0= '../c-store_circulation.html'
	this.url3_0_1= '../c-store_deadlines.html'
	this.url3_0_2 = '../c-store_features_2005.html'
	this.url3_0_3 = '../c-store_ad_rates.html'
	this.url3_0_4 = '../subscriptions.html'
	this.url3_0_5 = '../c-store_review.asp'

	 //Sub Menu 1_0_0 Supermarket&Retailer
	this.menu_xy3_1 = "-100,0"
	this.menu_width3_1 = 190

	this.item3_1_0 = "Circulation Profile"
	this.item3_1_1 = "Material Deadlines 2005"
	this.item3_1_2= "2005 Features"
	this.item3_1_3= "Ad Rates"
	this.item3_1_4= "Subscriptions"
	this.item3_1_5= "Past Issues"

	//this.icon_rel3_0_0 = 0
	//this.icon_rel3_0_1 = 0
	//this.icon_rel3_0_2 = 0
	//this.icon_rel3_0_3 = 0
	//this.icon_rel3_0_4 = 0
	//this.icon_rel3_0_5 = 0
	//this.icon_rel3_0_6 = 0

	this.url3_1_0= '../SR_circulation.html'
	this.url3_1_1= '../SR_deadlines.html'
	this.url3_1_2 = '../SR_features_2005.html'
	this.url3_1_3 = '../SR_ad_rates.html'
	this.url3_1_4 = '../subscriptions.html'
	this.url3_1_5 = '../SR_review.asp'

   //Sub Menu 5 Contact Us
	this.menu_xy5 = "-130,19"
	this.menu_width5 = 130

	this.item5_0 = "Subscriptions"
	this.item5_1 = "Enquiries"
	this.item5_2 = "E-mail Us"
	this.item5_3 = "Find Us - Map"

	this.icon_rel5_0 = 0
	this.icon_rel5_1 = 0
	this.icon_rel5_2 = 0
	this.icon_rel5_3 = 0

	this.url5_0 = '../subscriptions.html'
	this.url5_1 = '../contact_us.html'
	this.url5_2 = 'mailto:info@supermarket.co.za'
	this.url5_3 = '../map.html'


}///////////////////////// END Menu Data /////////////////////////////////////////
