//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
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
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "images/bullet2.gif"
	this.rel_icon_rollover0 = "images/bullet_hl2.gif"
	this.rel_icon_image_wh0 = "13,8"	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "images/arrow2.gif"
	this.abs_icon_rollover0 = "images/arrow2.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-10,3"




/*---------------------------------------------
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



/*---------------------------------------------
Menu Orientation and Sizing
---------------------------------------------*/


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	
	this.menu_width = 150		//applies to vertical menus
	this.menu_width_items = 180		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140		//applies to items in a horizontal menu
	
	

    //available specific settings
	

	this.is_horizontalX = true
	
	this.menu_widthX = 200

	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	


/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections 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"



/*------------------------------------------------
Menu Width & Height Adjustments for DOM Browsers
-------------------------------------------------*/

//Note: The following setting are optional and are made available
//for tweaking the menu to perfection on all browsers and platforms.
//The menu will function without error regardless of the settings below.

//Opera and other DOM browsers take different approaches
//to how they calculate widths and heights of items which have
//CSS padding and borders defined.  With the settings below
//re-define the total left-right and top-bottom combined border 
//and padding values.  These values are used by DOM browsers
//(ns7, opera, Mozilla, etc.) to correct the menu dimensions.



   //Menu Width & Height Adjustments (padding + borders)

	this.pb_width_main_menu = 12;	
	this.pb_width_sub_menus = 16;

	this.pb_height_main_menu = 15;
	this.pb_height_sub_menus = 16;

	
	this.pb_width_menuX = 0;
	this.pb_height_menuX = 0;
	this.pb_width_main_itemsX = 0;
	this.pb_width_sub_itemsX = 0;



   //Item Width Adjustments (padding + borders)

	this.pb_width_main_items = 12;
	this.pb_width_sub_items = 12;



   //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_0 = "About Us"
	this.item0_1 = "Services"
	// this.url0_1 = '/messageed.php'

	this.item0_2 = "How to Get Started"
	this.url0_2 = "getstarted.html"

	this.item0_3 = "Clients"

	this.item0_4 = "Testimonials"

	this.item0_5 = "In the News"
	
	this.item0_6 = "Career Opportunities"
	this.url0_6 = "career_ops.html"

	this.item0_7 = "Disaster Relief Efforts"
	this.url0_7 = "relief.html"

	this.item0_8 = "Charitable Support"
	this.url0_8 = "charitable-support.html"

	this.item0_9 = "Special Events"
	this.url0_9 = "special_events.php"
	
	this.item0_10 = "Transcriber/Editing Section"

	this.item0_11 = "StenRemote"

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



  //About Sub Menu 0

	this.menu_xy0_0 = "0,0"
	this.menu_width0_0 = 225

	this.item0_0_0 = "Technology"
	this.item0_0_1 = "In Compliance with HIPAA"
	this.item0_0_2 = "Management Team"
	this.item0_0_3 = "Transcriptionist Qualifications"
	this.item0_0_4 = "Employment Opportunities"
  	this.item0_0_5 = "Oranizational Approvals"

	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_0_4 = 0
	this.icon_rel0_0_5 = 0
//	this.icon_abs0_0_2 = 0
	

	this.url0_0_0 = 'technology.html'
	this.url0_0_1 = 'hipaa.html'
	this.url0_0_2 = 'team-members.html'
	this.url0_0_3 = 'transcription-qualify.html'
	this.url0_0_4 = 'employment.html'
	this.url0_0_5 = 'organizational_approvals.html'


  //Services Sub Menu 1
	
	this.menu_xy0_1 = "0,0"
	this.menu_width0_1 = 175
        
	this.item0_1_0 = "Medical Transcription"
	this.item0_1_1 = "Legal Transcription"
	this.item0_1_2 = "General Transcription"

	this.icon_rel0_1_0 = 0
	this.icon_rel0_1_1 = 0
	this.icon_rel0_1_2 = 0
	
	this.url0_1_0 = 'medical-trans.html'
	this.url0_1_1 = 'legal-trans.html'
	this.url0_1_2 = 'general-trans.html'


  //How to Sub Menu 2
	
	this.menu_xy0_2 = "0,0"
	this.menu_width0_2 = 125
        
	this.item0_2_0 = "Contact Us"

	this.icon_rel0_2_0 = 0
	
	this.url0_2_0 = 'contact-us.html'


  //Clients Sub Menu 3
	
	this.menu_xy0_3 = "0,0"
	this.menu_width0_3 = 275
        
	this.item0_3_0 = "Step by Step Instructions (Dictator)"
	this.item0_3_1 = "Step by Step Instructions (Courier)"
	this.item0_3_2 = "Glossary of Terminology"
	this.item0_3_3 = "Key Pad Functions"
	this.item0_3_4 = "Frequently Asked Questions & Answers"
	this.item0_3_5 = "Tips for an Accurate Report"
	this.item0_3_6 = "Resource Center"
	this.item0_3_7 = "Join Our Email List"


	this.icon_rel0_3_0 = 0
	this.icon_rel0_3_1 = 0
	this.icon_rel0_3_2 = 0
	this.icon_rel0_3_3 = 0
	this.icon_rel0_3_4 = 0
	this.icon_rel0_3_5 = 0
	this.icon_rel0_3_6 = 0
	this.icon_rel0_3_7 = 0

	
	this.url0_3_0 = 'step-by-step-d.php'
	this.url0_3_1 = 'step-by-step-c.php'
	this.url0_3_2 = 'glossary.php'
	this.url0_3_3 = 'keypad.php'
	this.url0_3_4 = 'faq.php'
	this.url0_3_5 = 'tips.php'
	this.url0_3_6 = 'allied.html'
	this.url0_3_7 = 'email_list.php'

  //Testimonial Sub Menu 4
	
	this.menu_xy0_4 = "0,0"
	this.menu_width0_4 = 230
        
	this.item0_4_0 = "What our Clients Say About Us"

	this.icon_rel0_4_0 = 0
	
	this.url0_4_0 = 'testimonial.html'

  //News Sub Menu 5
	
	this.menu_xy0_5 = "0,0"
	this.menu_width0_5 = 140
        
	this.item0_5_0 = "Press Releases"
	this.item0_5_1 = "Articles"

	this.icon_rel0_5_0 = 0
	this.icon_rel0_5_1 = 0
	
	this.url0_5_0 = 'press-releases.html'
	this.url0_5_1 = 'articles.html'

//News Sub Menu 5
	
	this.menu_xy0_6 = "0,0"
	this.menu_width0_6 = 200
        
	this.item0_6_0 = "Legal Transcription Test"
	this.item0_6_1 = "Medical Transcription Test"
	this.item0_6_2 = "Medical Transcription Training"

	this.icon_rel0_6_0 = 0
	this.icon_rel0_6_1 = 0
	this.icon_rel0_6_2 = 0
	
	this.url0_6_0 = 'legal_test.html'
	this.url0_6_1 = 'medical_test.html'
	this.url0_6_2 = 'careerstep.html'

//News Sub Menu 10

        this.menu_xy0_10 = "0,0"
        this.menu_width0_10 = 235

	this.item0_10_0 = "Transcriber/Editing Resource List"
	this.item0_10_1 = "Confidentiality Agreement"
	this.item0_10_2 = "Patient Lists"
	this.item0_10_3 = "Client Document Library"

	this.icon_rel0_10_0 = 0
	this.icon_rel0_10_1 = 0
	this.icon_rel0_10_2 = 0
	this.icon_rel0_10_3 = 0

	this.url0_10_0 = 'teResList.php'
	this.url0_10_1 = 'confAgreement.php'
	this.url0_10_2 = '../fax/'
	this.url0_10_3 = '../templates/'

//News Sub Menu 11

        this.menu_xy0_11 = "0,0"
        this.menu_width0_11 = 185

        this.item0_11_0 = "Registration Profile Request"
	this.item0_11_1 = "StenRemote Download"

        this.icon_rel0_11_0 = 0
	this.icon_rel0_11_1 = 0

        this.url0_11_0 = 'reg_profile.php'
	this.url0_11_1 = 'sten_remote_download.php'

}///////////////////////// END Menu Data /////////////////////////////////////////
