//unlock code
um0http = 1

function cdd_menu0(){//////////////////////////Start Sub pages Menu Data/////////////////////////////////
/**********************************************************************************************
	Menu 0 - General Settings and Menu Structure
	**See the menu_styles.css file for additional customization options**
***********************************************************************************************/

/*---------------------------------------------
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 = true

/*---------------------------------------------
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 = false				//applies to vertical menus
	this.menu_width_items = false			//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 = "0,0,0,0"

	this.item_padding_main = "1,15,1,15"
	this.item_padding_sub = "2,13,3,13"

   //Border Sizing

	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0

/*------------------------------------------------
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 = "Nonimmigrant Visa"
	//this.icon_rel0 = 0
	this.url0 = "../nonimmigrant_visa.asp"	

	this.item1 = "Employment Immigration"
	//this.icon_rel1 = 0
	this.url1 = "../employment_immigration.asp"	
	
	this.item2 = "Family Immigration"
	//this.icon_rel2 = 0
	this.url2 = "../family_immigration.asp"	
	
	this.item3 = "Naturalization"
	//this.icon_rel3 = 0
	this.url3 = "../naturalization.asp"	
	
	this.item4 = "Resources"
	//this.icon_rel4 = 0
	this.url4 = "../resources.asp"	
	
	this.item5 = "About Us"
	//this.icon_rel5 = 0
	this.url5 = "../about_us.asp"
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0   Nonimmigrant Visa
	
	this.menu_xy0 = "-116,22"
	this.menu_width0 = 220
	
	this.item0_0 = "B Visas"
	this.item0_1 = "E-1 Treaty Traders"
	this.item0_2 = "E-2 Treaty Investors"
	this.item0_3 = "E-3 Australian Professionals"
	this.item0_4 = "H-1 Specialty Occupation Professionals"
	this.item0_5 = "H-2 Seasonal Workers"
	this.item0_6 = "H-3 Corporate Trainees"
	this.item0_7 = "L Intracompany Transferees"
	this.item0_8 = "O Extraordinary Ability Aliens"
	this.item0_9 = "P Athletes and Entertainers"
	this.item0_10 = "TN NAFTA Professionals"
	this.item0_11 = "Other Visas"

	this.url0_0 = '../nonimmigrant_visa.asp?psx=1'
	this.url0_1 = '../nonimmigrant_visa.asp?psx=2'
	this.url0_2 = '../nonimmigrant_visa.asp?psx=3'
	this.url0_3 = '../nonimmigrant_visa.asp?psx=4'
	this.url0_4 = '../nonimmigrant_visa.asp?psx=5'
	this.url0_5 = '../nonimmigrant_visa.asp?psx=6'
	this.url0_6 = '../nonimmigrant_visa.asp?psx=7'
	this.url0_7 = '../nonimmigrant_visa.asp?psx=8'
	this.url0_8 = '../nonimmigrant_visa.asp?psx=9'
	this.url0_9 = '../nonimmigrant_visa.asp?psx=10'
	this.url0_10 = '../nonimmigrant_visa.asp?psx=11'
	this.url0_11 = '../nonimmigrant_visa.asp?psx=12'
	
	//Sub Menu 1   Employment Immigration
	
	this.menu_xy1 = "-141,22"
	this.menu_width1 = 160
	
	this.item1_0 = "PERM Labor Certifications"
	this.item1_1 = "Multinational Managers"
	this.item1_2 = "Extraordinary Ability Aliens"
	this.item1_3 = "Outstanding Researchers"
	this.item1_4 = "Exceptional Ability Aliens"
	this.item1_5 = "National Interest Waivers"
	this.item1_6 = "Investors"
	this.item1_7 = "Adjustment of Status"
	this.item1_8 = "Consular Processing"

	this.url1_0 = '../employment_immigration.asp?psx=13'
	this.url1_1 = '../employment_immigration.asp?psx=14'
	this.url1_2 = '../employment_immigration.asp?psx=15'
	this.url1_3 = '../employment_immigration.asp?psx=16'
	this.url1_4 = '../employment_immigration.asp?psx=17'
	this.url1_5 = '../employment_immigration.asp?psx=18'
	this.url1_6 = '../employment_immigration.asp?psx=19'
	this.url1_7 = '../employment_immigration.asp?psx=20'
	this.url1_8 = '../employment_immigration.asp?psx=21'
	
	//Sub Menu 2   Family Immigration
	
	this.menu_xy2 = "-113,22"
	this.menu_width2 = 135
	
	this.item2_0 = "K-1 Fiances"
	this.item2_1 = "K-3 Spouses"
	this.item2_2 = "Immigrant Petitions"
	this.item2_3 = "Adjustment of Status"
	this.item2_4 = "Consular Processing"

	this.url2_0 = '../family_immigration.asp?psx=22'
	this.url2_1 = '../family_immigration.asp?psx=23'
	this.url2_2 = '../family_immigration.asp?psx=24'
	this.url2_3 = '../family_immigration.asp?psx=25'
	this.url2_4 = '../family_immigration.asp?psx=26'
	
	//Sub Menu 3   Naturalization
	
	this.menu_xy3 = "-92,22"
	this.menu_width3 = 155
	
	this.item3_0 = "Re-entry Permits"
	this.item3_1 = "Preservation of Residence"
	this.item3_2 = "Interview Preparation"
	this.item3_3 = "Naturalization Interview"

	this.url3_0 = '../naturalization.asp?psx=27'
	this.url3_1 = '../naturalization.asp?psx=28'
	this.url3_2 = '../naturalization.asp?psx=29'
	this.url3_3 = '../naturalization.asp?psx=30'
	
	//Sub Menu 4   Resources
	
	this.menu_xy4 = "-80,22"
	this.menu_width4 = 135
	
	this.item4_0 = "FAQ"
	this.item4_1 = "Client Alert"
	this.item4_2 = "Articles/Events"
	this.item4_3 = "Links"
	this.item4_4 = "Special Interest"
	this.item4_5 = "Online Tools"
	this.item4_6 = "Advocacy"
	this.item4_7 = "Flat Fee Billing"
	this.item4_8 = "Request Consultation"
	
	this.url4_0 = '../faq.asp'
	this.url4_1 = '../news.asp'
	this.url4_2 = '../articles.asp'
	this.url4_3 = '../links.asp'
	this.url4_4 = '../special_interest.asp'
	this.url4_5 = '../online_tools.asp'
	this.url4_6 = '../resources.asp?psx=32'
	this.url4_7 = '../billing.asp'
	this.url4_8 = '../consultation.asp'
	
	//Sub Menu 5   About Us
	
	this.menu_xy5 = "-74,22"
	this.menu_width5 = 125
	
	this.item5_0 = "Our Team"
	this.item5_1 = "Mission and Values"
	this.item5_2 = "Logo"
	this.item5_3 = "Careers at BLG"

	this.url5_0 = '../our_team.asp'
	this.url5_1 = '../mission_culture.asp'
	this.url5_2 = '../logo.asp'
	this.url5_3 = '../careers.asp'

}
///////////////////////// END Sub Pages Menu Data /////////////////////////////////////////
