
//**** 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.

um0http = 1

/*

*/

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/


/*---------------------------------------------
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 = "cdd_pixel.gif"
	this.rel_icon_rollover0 = "cdd_pixel.gif"
	this.rel_icon_image_wh0 = "18,8"

	this.rel_icon_image1 = "sample_images/bullet.gif"
	this.rel_icon_rollover1 = "sample_images/bullet_hl.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 = "sample_images/sample_red_arrow1.gif"
	this.abs_icon_rollover0 = "sample_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 = "sample_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 = "sample_images/red_slider.gif"
	this.pointer_image_wh_main = "11,3"
	this.pointer_image_xy_main = "-7,1"

	this.pointer_image1_2 = "sample_images/sample_red_arrow2.gif"
	this.pointer_image_wh1_2 = "8,10"
	this.pointer_image_xy1_2 = "122,0"

	this.pointer_image1_3 = "sample_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 = 1			//applies to horizontal menus only
	this.divider_height = 2			//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 = "sample_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_items = 700		//applies to items in a horizontal menu



   //Padding Values
  
	
	this.menu_padding_main = "3,7,0,7"		//top, right, bottom, left CONTROLS BOTTOM AND TOP OF MENU
	this.menu_padding_sub = "3,0,3,0"

	this.item_padding_main = "2,6,2,6"		// CONTROLS LEFT AND RIGHT OUTSIDE MARGINS
	this.item_padding_sub = "1,0,1,0"		//control sub menu top and bottom margins
	
		

   //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_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
-------------------------------------------------*/



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Solutions"
	this.icon_rel0 = 1
	this.menu_width_items0 = 0
	//this.url0 = "solution_main.htm"	


	this.item1 = "How it works"
	this.icon_rel1 = 1
	this.menu_width_items1 = 0
	this.url1 = "how_it_works.htm"	

	this.item2 = "Demo"
	this.icon_rel2 = 1
	this.menu_width_items2 = 0
	this.url2 = "demo.htm"	
	
	this.item3 = "Pricing"
	this.icon_rel3 = 1
	this.menu_width_items3 = 0
	this.url3 = "pricing.htm"
		
	this.item4 = "Order Now"
	this.icon_rel4 = 1
	this.menu_width_items4 = 0
	this.url4 = "order.htm"
	
	this.item5 = "Resources"
	this.icon_rel5 = 1
	this.menu_width_items5 = 0
	this.url5 = "support.htm"
	
	this.item6 = "Contact"
	this.icon_rel6 = 1
	this.menu_width_items6 = 0
	this.url6 = "contact.htm"
	
	this.item7 = "Support"
	this.icon_rel7 = 1
	this.menu_width_items7 = 0
	this.url7 = "support.htm"
	
	this.item8 = "Home"
	this.icon_rel8 = 1
	this.menu_width_items8 = 0
	this.url8 = "index.html"
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

 //Sub Menu 0

	this.menu_xy0 = "-85,22"
	this.menu_width0 = 160
	
	this.menu_xy0_0 = "-1,0"
	this.menu_width0_0 = 230
	
	this.menu_xy0_1 = "-1,0"
	this.menu_width0_1 = 270

	this.item0_0 = "Mobile Alert Notification"
	this.item0_1 = "Mobile Marketing"
	this.item0_0_0 = "Homeowner Communities"
	this.item0_0_1 = "Business Employee Communications"
	this.item0_0_2 = "Sport Teams & Leagues Notification"
	this.item0_0_3 = "Campus Alerts/Notification"
	this.item0_1_0 = "Text-to Bar, Restaurant or Club - Promotions"
	this.item0_1_1 = "Text-to-Win a Contest or Voting"
	this.item0_1_2 = "Mobile Coupon Marketing"

	this.icon_rel0_0 = 0
	this.icon_rel0_0_0 = 0
	this.icon_rel0_0_1 = 0
	this.icon_rel0_0_2 = 0
	this.icon_rel0_0_3 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_1_0 = 0
	this.icon_rel0_1_1 = 0
	this.icon_rel0_1_2 = 0
	this.icon_rel0_3 = 0
	this.icon_rel0_4 = 0
	this.icon_rel0_5 = 0
				
	this.url0_0 = 'emergency_notification.htm'
	this.url0_1 = 'mobile_marketing.htm'
	this.url0_0_0 = 'solution_homeowner.htm'
	this.url0_0_1 = 'solution_employee.htm'
	this.url0_0_2 = 'sports_teams.htm'
	this.url0_0_3 = 'solution_campus.htm'
	this.url0_1_0 = 'text-to-club.htm.htm'
	this.url0_1_1 = 'contests.htm'
	this.url0_1_2 = 'solution_coupon.htm'
	
	
	

    //Sub Menu 1

	this.menu_xy1 = "-85,22"
	this.menu_width1 = 136
	
	this.item1_0 = "A Texting Primer"
	this.item1_1 = ""
	this.item1_2 = ""
	this.item1_3 = ""
	this.item1_4 = ""
	this.item1_5 = ""
		
	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.url1_0 = 'texting.htm'
	this.url1_1 = ''
	this.url1_2 = ''
	this.url1_3 = ''
	this.url1_4 = ''
	this.url1_5 = ''

    
    //Sub Menu 2

	this.menu_xy2 = "-57,19"
	this.menu_width2 = 106
	
	this.item2_0 = ""
	this.item2_1 = ""
	
	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	
	this.url2_0 = ''
	this.url2_1 = ''
	
	
    //Sub Menu 3

	this.menu_xy3 = "-72,19"
	this.menu_width3 = 118
	
	this.item3_0 = ""
	this.item3_1 = ""
	this.item3_2 = ""
	this.item3_3 = ""
	this.item3_4 = ""
	this.item3_5 = ""

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0
	this.icon_rel3_4 = 0
	this.icon_rel3_5 = 0

	this.url3_0 = ''
	this.url3_1 = ''
	this.url3_2 = ''
	this.url3_3 = ''
	this.url3_4 = ''
	this.url3_5 = ''

    //Sub Menu 4

	this.menu_xy4 = "-69,19"
	this.menu_width4 = 167
	
	this.item4_0 = ""
	this.item4_1 = ""

	
	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0

	this.url4_0 = ''
	this.url4_1 = ''
	


    //Sub Menu 5

	this.menu_xy5 = "-82,22"
	this.menu_width5 = 153
	
	this.item5_0 = "Support"
	this.item5_1 = "New Releases"
	this.item5_2 = "Links"
	this.item5_3 = "SendaWord.com Media"
	this.item5_4 = ""
		
	this.icon_rel5_0 = 0
	this.icon_rel5_1 = 0
	this.icon_rel5_2 = 0
	this.icon_rel5_3 = 0
	this.icon_rel5_4 = 0
	
	this.url5_0 = 'support.htm'
	this.url5_1 = 'news.htm'
	this.url5_2 = 'links.htm'
	this.url5_3 = 'media.htm'
	this.url5_4 = ''


    //Sub Menu 6

	this.menu_xy6 = "-50,19"
	this.menu_width6 = 113
	
	this.item6_0 = ""
	
	this.icon_rel6_0 = 0
	
	this.url6_0 = ''
	

    //Sub Menu 7

	this.menu_xy7 = "-70,19"
	this.menu_width7 = 203
	
	this.item7_0 = ""
	this.item7_1 = ""

	this.icon_rel7_0 = 0
	this.icon_rel7_1 = 0

	this.url7_0 = ''
	this.url7_1 = ''
	

	
}///////////////////////// END Menu Data /////////////////////////////////////////


