﻿//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****



cdd__code0 = 2187 



cdd__code1 = 1784 



cdd__code2 = 1464 



cdd__code3 = 1061



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 = ""

	this.rel_icon_rollover0 = " "

	this.rel_icon_image_wh0 = "0,0"





    //Absolute positioned icon images (coordinate positioned - relative to 

    //right top corner of the menu item displaying the icon.)



this.abs_icon_image0 = ""

	this.abs_icon_rollover0 = ""

	this.abs_icon_image_wh0 = "0,0"

	this.abs_icon_image_xy0 = "0,0"







/*---------------------------------------------

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 = 1			//applies to vertical menus only





    //available specific settings



	this.use_divider_capsX = false









/*---------------------------------------------

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 = 100			//applies to vertical menus

		//applies to items in a horizontal menu







   //Padding Values

  



	this.menu_padding_main = "2,0,2,3"		//top, right, bottom, left

	this.menu_padding_sub = "2,2,2,2"



	this.item_padding_main = "2,2,0,2"

	this.item_padding_sub = "4,6,4,6"



	



   //Border Sizing





	this.menu_border_main = 1

	this.menu_border_sub = 1



	this.item_border_main = 1

	this.item_border_sub = 1







   //Specific Item Setting Examples (change 'X' to appropriate index value)

	



	this.is_horizontal1 = false

	

	this.menu_width1 = 100

	this.menu_width_items1 = 100

	this.menu_width_item1_0 = 100



	this.menu_padding_sub1 = "2,2,2,0"

	this.item_padding_main1 = "2,2,4,2"

	this.item_padding_subX_X = "2,2,2,2"



	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.url0 = ""	



 this.item1 = "about us"

 this.url1 = "http://www.aisconsulting.net/about.html"	



this.item2 = "|"

//this.url2 = ""	

	

this.item3 = "services"

//this.url3 = "http://www.aisconsulting.net/services.html"	



this.item4 = "|"

//this.url4 = ""	



this.item5 = "representative clients"

this.url5 = "http://www.aisconsulting.net/our_clients.html"	

	

this.item6 = "|"

//this.url6 = ""	



this.item7 = "partners"

this.url7 = "http://www.aisconsulting.net/partners.html"	

	

this.item8 = "|"

//this.url8 = ""

	

this.item9 = "management team"

this.url9 = "http://www.aisconsulting.net/mgmt_team.html"	

	

this.item10 = "|"

//this.ur10 = ""



this.item11 = "contact"

this.url11 = "http://www.aisconsulting.net/contact.html"



this.item12 = "|"

//this.url12 = ""



this.item13 = "work at AIS"

this.url13 = "http://www.aisconsulting.net/work_at_ais.html"



this.item14 = "|"

//this.url14 = ""



this.item15 = "home"

this.url15 = "http://www.aisconsulting.net/index.html"





/*---------------------------------------------

Sub Menu Group and Items

---------------------------------------------*/





      //Sub Menu 0

	

	this.menu_xy0 = "-50,0"

	this.menu_width0 = 150





    //Sub Menu 1



	this.menu_xy1 = "-50,15"

	this.menu_width1 = 125

	

	//this.item1_0 = "about AIS"

	//this.url1_0 = 'http://www.aisconsulting.net/about.html'

	//this.item1_1 = "IT support operations"

	//this.url1_1 = 'http://www.aisconsulting.net/about2.html'





   //Sub Menu 2

	

	this.menu_xy1 = "-50,24"

	this.menu_width1 = 125





	

       

    //Sub Menu 3



	this.menu_xy3 = "-50,15"

	this.menu_width3 = 125

	

	this.item3_0 = "IT service delivery"

	this.url3_0 = 'http://www.aisconsulting.net/esm.html'

	this.item3_1 = "IT service management"

	this.url3_1 = 'http://www.aisconsulting.net/css_main.html'

	this.item3_2 = "IT security"
                  

	this.url3_2 =  'http://www.aisconsulting.net/security_main.html'
                  
	this.item3_3 ="Application Management"
                  
	this.url3_3 = 'http://www.aisconsulting.net/application_management.html'



	



    //Sub Menu 4







    //Sub Menu 5



	this.menu_xy5 = "-100,15"

	this.menu_width5 = 130

	









	





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



function cdd_menu1(){//////////////////////////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 = ""

	this.rel_icon_rollover0 = " "

	this.rel_icon_image_wh0 = "0,0"





    //Absolute positioned icon images (coordinate positioned - relative to 

    //right top corner of the menu item displaying the icon.)



this.abs_icon_image0 = ""

	this.abs_icon_rollover0 = ""

	this.abs_icon_image_wh0 = "0,0"

	this.abs_icon_image_xy0 = "0,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 = 1			//applies to vertical menus only



    //available specific settings



	this.use_divider_capsX = false



/*---------------------------------------------

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_width0 = 200				//applies to vertical menus

	this.menu_width1 =100

 this.menu_width1_0 = 160

 this.menu_width1_1 = 160

 this.menu_width1_2 = 160

this.menu_width1_5_0 = 160

this.menu_width1_5_0_1 = 160



 this.menu_width1_3 = 100			//applies to items in a horizontal menu



   //Padding Values



	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left

	this.menu_padding_sub = "2,2,2,2"



	this.item_padding_main = "0,2,0,2"

	this.item_padding_sub = "4,6,4,6"



   //Border Sizing





	this.menu_border_main = 0

	this.menu_border_sub = 1



	this.item_border_main = 0

	this.item_border_sub = 1







   //Specific Item Setting Examples (change 'X' to appropriate index value)

	



	this.is_horizontal1 = false

	

	this.menu_width1 = 200

	this.menu_width_items1 = 200

	this.menu_width_item1_0 = 200



	this.menu_padding_sub1 = "4,2,4,2"

	this.menu_padding_sub3 = "2,2,2,2"

	this.menu_padding_sub5 = "2,2,2,2"

	this.item_padding_mainX = "4,2,4,2"

	this.item_padding_subX_X = "2,2,2,2"



	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.url0 = "http://www.aisconsulting.net/esm_systems_mgmt.html"	 

this.item1 = "IT service delivery"
this.url1 = "http://www.aisconsulting.net/esm.html"	

	this.item2 = "|"

	//this.url2 = "myurl.html"	
	
	this.item3 = "IT service management"
	this.url3 = "http://www.aisconsulting.net/css_main.html"	
	
this.item4 = "|"

	this.url4 = ""	
	
	this.item5 = "IT security"
this.url5 = "http://www.aisconsulting.net/security_main.html"

this.item6 = "|"

	this.url6 = ""	
	
	this.item7 = "Application management"
this.url7 = "http://www.aisconsulting.net/application_management.html"



/*---------------------------------------------

Sub Menu Group and Items

---------------------------------------------*/





   //Sub Menu 1



	this.menu_xy1 = "-100,15"

	this.menu_width1 = 175




	 this.item1_0 = "<img src='dm_service_offering.gif' width=150 height=15>"

	 this.url1_0 = 'http://www.aisconsulting.net/esm_service_offering.html'

	 this.item1_1 = "performance & availability"

	 this.url1_1 = 'http://www.aisconsulting.net/esm_service_perform_avail.html'

	 this.item1_2 = "server & desktop management"

	 this.url1_2 = 'http://www.aisconsulting.net/desktoP-server_mgmt.html'

	 this.item1_3 = "enterprise operations"

	 this.url1_3 = 'http://www.aisconsulting.net/esm_enterprise_operations.html'

	 this.item1_4 = "enterprise security"

	  this.url1_4 = 'http://www.aisconsulting.net/esm_enterprise_security.html'
	this.item1_5 = "application management"

	 this.url1_5= 'http://www.aisconsulting.net/application_management.html'

	 this.item1_6 = "<img src='dm_rep_clients.gif' width=150 height=15>"

	// this.url1_5 = 'http://www.aisconsulting.net/esm_our_clients.html'

	 this.item1_7 = "danone waters"

	 this.url1_7 = 'http://www.aisconsulting.net/esm_clients_danone.html'

	 this.item1_8 = "farmers insurance"

	 this.url1_8 = 'http://www.aisconsulting.net/esm_clients_farmers.html'

	 this.item1_9 = "fidelity national"

	 this.url1_9 = 'http://www.aisconsulting.net/esm_clients_fidelity.html'

		this.item1_10 = "<img src='dm_product_offering.gif' width=150 height=15>"

		this.url1_10 = 'http://www.aisconsulting.net/esm_product_offering.html'	

		this.item1_11 = "performance & availability"

		//this.url1_10 = ''

		this.item1_12 = "server & desktop management"

		//this.url1_11 = 'http://www.aisconsulting.net/esm_configuration_manager.html'

	 this.item1_13 = "enterprise operations"

		//this.url1_12 = 'http://www.aisconsulting.net/esm_backup_recovery.html'

	 this.item1_14 = "security management"

	 this.url1_14_0= 'http://www.aisconsulting.net/esm_access_manager1.html'



//Sample url link using new window target with specific sizing features added.



	

	this.menu_width1_0 = 100

 	 



//

	this.item1_10_0 = "business impact management"

 	this.item1_10_0 = "Tivoli Enterprise Console"

	this.item1_10_1 = "IBM Tivoli Monitoring"



 //this.url1_10_0 = 'http://www.aisconsulting.net/esm_systems_mgmt.html'

  this.url1_10_0 = 'http://www.aisconsulting.net/esm_enterprise_console.html'

 this.url1_10_1 = 'http://www.aisconsulting.net/monitoring.html'



	this.item1_11_0 = "configuration manager"

 this.url1_11_0 = 'http://www.aisconsulting.net/esm_configuration_manager.html'



	this.item1_12_0 = "backup & recovery"

 this.item1_12_1 = "enterprise workload scheduling"

 

this.url1_12_0 = 'http://www.aisconsulting.net/esm_backup_recovery.html'

 this.url1_12_1 = 'http://www.aisconsulting.net/m_workload_scheduling.html'



//this.item1_4_0 = "access manager"

//this.url1_4_0 = 'http://www.aisconsulting.net/esm_access_manager1.html'



 this.item1_13_0= "Tivoli Access Manager"

 this.url1_13_0= 'http://www.aisconsulting.net/esm_access_manager2.html'



this.item1_13_1= "Tivoli Identity Manager"

this.url1_13_1= 'http://www.aisconsulting.net/esm_access_manager3.html'



this.item1_13_2= "Tivoli Risk Manager"

this.url1_13_2 = 'http://www.aisconsulting.net/esm_access_manager4.html'









   //Sub Menu 2

	





    //Sub Menu 3



	this.menu_xy3 = "-100,15"

	this.menu_width3 = 175

	



	 this.item3_0 = "<img src='dm_call_cntr_product_offeri.gif' width=150 height=15>"

	 this.url3_0 = 'http://www.aisconsulting.net/css_main.html'

		this.item3_1 = "service desk"

		this.url3_1 = 'http://www.aisconsulting.net/help_desk.html'

		this.item3_2 = "change management"

		this.url3_2 = 'http://www.aisconsulting.net/change_mgmt.html'

		this.item3_3 = "IT asset management"

		this.url3_3 = 'http://www.aisconsulting.net/asset_mgmt.html'

		this.item3_4 = "service level agreements"

		this.url3_4 = 'http://www.aisconsulting.net/service_level_agreements.html'

		//this.item3_5 = "customer relationship management"

	 //this.url3_5 = 'http://www.aisconsulting.net/customer_relations.html'

	 this.item3_5 = "<img src='dm_call_cntr_service_offeri.gif' width=150 height=15>"

	  this.url3_5 = 'http://www.aisconsulting.net/sdm_service_offering.html'

	  this.item3_6 = "application management"

	 this.url3_6 = 'http://www.aisconsulting.net/application_management.html'

	  //this.item3_7 = "custom development"

	//this.url3_7 = 'http://www.aisconsulting.net/sdm_custom_development.html'

	  //this.item3_8 = "systems administration"

	 //this.url3_8 = 'http://www.aisconsulting.net/sdm_systems_admin.html'

	 // this.item3_9 = "report design & development"

	 //this.url3_9 = 'http://www.aisconsulting.net/sdm_report_design_dev.html'

	 // this.item3_10 = "skills transfer & training"

	 //this.url3_10 = 'http://www.aisconsulting.net/sdm_skills_transfer_train.html'

		this.item3_7 = "<img src='dm_call_cntr_rep_clients.gif' width=150 height=15>"

	//this.url3_6= 'http://www.aisconsulting.net/sdm_service_offering.html'

		this.item3_8 = "kitchell corporation"

	this.url3_8 = 'http://www.aisconsulting.net/sdm_rep_clients_kitchell_corp.html'

	 //this.item3_8 = "warner brothers"

	//this.url3_8 = 'http://www.aisconsulting.net/sdm_rep_clients_wb.html'










     //Sub Menu 5



this.menu_xy5 = "-50,15"

	this.menu_width5 = 175




 this.item5_0 = "<img src='dm_it_service_offering2.gif' width=115 height=15>"
 this.url5_0 = 'http://www.aisconsulting.net/service_offering.html'
 this.item5_1 = "network security"
 this.url5_1 = 'http://www.aisconsulting.net/network_security.html'
 this.item5_2 = "application security"
 	this.url5_2 = 'http://www.aisconsulting.net/application_security.html'
 this.item5_3 = "identity and access management"
  this.url5_3 = 'http://www.aisconsulting.net/identity_management.html'
 this.item5_4 = "security governance and compliance"
  this.url5_4 = 'http://www.aisconsulting.net/security_gov.html'
	this.item5_5 = "federated business enablement"
 this.url5_5 = 'http://www.aisconsulting.net/federated_bus.html'
	this.item5_6 = "application management"
 this.url5_6 = 'http://www.aisconsulting.net/application_management.html'
	this.item5_7 = "<img src='dm_it_product_offering2.gif' width=115 height=15>"
 this.url5_7 = 'http://www.aisconsulting.net/it_security_solutions.html'
	this.item5_8 = "it security solutions"
	this.url5_8 = 'http://www.aisconsulting.net/it_security_solutions.html'
	this.item5_9 = "<img src='dm_it_rep_clients2.gif' width=146 height=15>"
	// this.url5_9 = 'http://www.aisconsulting.net/corporate_aint_virus.html'
	this.item5_10 = "large healthcare provider"
	this.url5_10 = 'http://www.aisconsulting.net/large_healthcare.html'












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





function cdd_menu2(){//////////////////////////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 = ""

	this.rel_icon_rollover0 = " "

	this.rel_icon_image_wh0 = "0,0"





    //Absolute positioned icon images (coordinate positioned - relative to 

    //right top corner of the menu item displaying the icon.)



this.abs_icon_image0 = ""

	this.abs_icon_rollover0 = ""

	this.abs_icon_image_wh0 = "0,0"

	this.abs_icon_image_xy0 = "0,0"







/*---------------------------------------------

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

	this.divider_height_sub = 1	





    //available specific settings



	this.use_divider_capsX = false









/*---------------------------------------------

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 = false			//applies to main group only

	

	this.menu_width = 125				//applies to vertical menus

	this.menu_width1 = 200

 this.menu_width1_0 = 20

 this.menu_width1_1 = 185

 this.menu_width1_2 = 20

 this.menu_width1_3 = 157					//applies to items in a horizontal menu







   //Padding Values

  



	this.menu_padding_main = "4,0,0,0"		//top, right, bottom, left

	this.menu_padding_sub = "1,1,1,1"



	this.item_padding_main = "4,0,4,0"

	this.item_padding_sub = "4,6,4,6"



	



   //Border Sizing





	this.menu_border_main = 1

	this.menu_border_sub = 1



	this.item_border_main = 1

	this.item_border_sub = 1







   //Specific Item Setting Examples (change 'X' to appropriate index value)

	



	this.is_horizontal1 = false

	

	this.menu_width1 = 125

	this.menu_width_items1 = 100

	this.menu_width_item1_0 = 120



	this.menu_padding_sub1 = "2,2,2,2"

	this.item_padding_main1 = "2,2,4,2"

	this.item_padding_subX_X = "2,2,2,2"



	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.url0 = "http://www.aisconsulting.net/css_main.html"	





this.item1 = "<img src='dm_it_service_offering2.gif' width=115 height=15>"

 this.url1 = 'http://www.aisconsulting.net/service_offering.html'

	

this.item2 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url2 = ""



this.item3 = "network security"

	this.url3 = 'http://www.aisconsulting.net/network_security.html'

	

	

this.item4 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url4 = ""



this.item5 = "application security"

	this.url5 = 'http://www.aisconsulting.net/application_security.html'

	

	

this.item6 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url6 = ""



this.item7 = "identity and access management"

	this.url7 = 'http://www.aisconsulting.net/identity_management.html'

	

	

this.item8 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url8 = ""



this.item9 = "security governance and compliance"

	this.url9 = 'http://www.aisconsulting.net/security_gov.html'

	//this.item3_6 = "customer relationship management"

 //this.url3_6 = 'http://www.aisconsulting.net/customer_relations.html'

this.item10 = "<img src='dotted_line_h2.gif' width=100 height=1>"


this.item11 = "federated business enablement"

	this.url11 = 'http://www.aisconsulting.net/federated_bus.html'
	
this.item12 = "<img src='dotted_line_h2.gif' width=100 height=1>"
	

this.item13 = "application management"

	this.url13 = 'http://www.aisconsulting.net/application_management.html' 

 this.url_target13 = "_new" 


this.item14 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url10 = ""



this.item15 = "<img src='dm_it_product_offering2.gif' width=115 height=15>"

  this.url15 = 'http://www.aisconsulting.net/it_security_solutions.html'

this.item16 = "it security solutions"

	this.url16 = 'http://www.aisconsulting.net/it_security_solutions.html'

this.item17 = "<img src='dotted_line_h2.gif' width=100 height=1>"

	

//this.url12 = ""



this.item18 = "<img src='dm_it_rep_clients2.gif' width=146 height=15>"

//this.url13= 'http://www.aisconsulting.net/sdm_service_offering.html'

	

	

this.item19 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url14 = ""



this.item20 = "large healthcare provider"

this.url20 = 'http://www.aisconsulting.net/large_healthcare.html'

 

 

this.item23 = "<img src='dotted_line_h2.gif' width=100 height=1>"

//this.url16 = ""



//this.item17 = "warner brothers"

//this.url17 = 'http://www.aisconsulting.net/sdm_rep_clients_wb.html'



/*---------------------------------------------

Sub Menu Group and Items

---------------------------------------------*/

 



    //Sub Menu 0



	

	

       

    //Sub Menu 2



	



	



    //Sub Menu 4







    //Sub Menu 5



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

