//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      	//default sub menu widths
	dqm__sub_xy = "0,0"            	//default sub x,y coordinates - defined relative
									//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#D3D3D3"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#0B6DD2"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#0B6DD2"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#FFFFFF"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__hl_bgcolor = "#000000"	
	

    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "none"
	dqm__icon_rollover0 = "none"
	dqm__icon_image_wh0 = "0,0"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "/graphics/sample_arrow.gif"
	dqm__2nd_icon_rollover0 = "/graphics/sample_arrow.gif"
	dqm__2nd_icon_image_wh0 = "4,7"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "none"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"		//Hex color value or 'none'
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy = 1			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "/graphics/mn02_on.gif"
	dqm__rollover_wh0 = "85,33"
	dqm__url0 = "http://www.apwu.org/news/index.htm";   


    //Main Menu Item 1

	dqm__rollover_image1 = "/graphics/mn03_on.gif"
	dqm__rollover_wh1 = "137,33"
	dqm__url1 = "http://www.apwu.org/dept/index.htm";


    //Main Menu Item 2

	dqm__rollover_image2 = "/graphics/mn04_on.gif" 
	dqm__rollover_wh2 = "84,33"
	dqm__url2 = "http://www.apwu.org/pay/index.htm";   


    //Main Menu Item 3

	dqm__rollover_image3 = "/graphics/mn05_on.gif" 
	dqm__rollover_wh3 = "82,33"
	dqm__url3 = "http://www.apwu.org/members/index.htm";   
  

	//Main Menu Item 4

	//dqm__rollover_image4 = "/graphics/fundraising_on.gif" 
	//dqm__rollover_wh4 = "57,24"
	//dqm__url4 = "/content/fundraising.htm";   
	
	//Main Menu Item 5

	//dqm__rollover_image5 = "/graphics/donations_on.gif" 
	//dqm__rollover_wh5 = "48,24"
	//dqm__url5 = "#"; 
	
	//Main Menu Item 6

	//dqm__rollover_image6 = "/graphics/survivors_on.gif" 
	//dqm__rollover_wh6 = "48,24"
	//dqm__url6 = "#";     
	
	//Main Menu Item 7

	//dqm__rollover_image7 = "/graphics/meetstaff_on.gif" 
	//dqm__rollover_wh7 = "109,24"
	//dqm__url7 = "/content/meetstaff.htm";   
	
	//Main Menu Item 8

	//dqm__rollover_image8 = "/graphics/calendar_on.gif" 
	//dqm__rollover_wh8 = "44,24"
	//dqm__url8 = "/content/calendar.htm";   


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-85,33"
	dqm__sub_menu_width0 = 160

	dqm__subdesc0_0 = "Latest News"
	dqm__subdesc0_1 = "News Bulletins"
	dqm__subdesc0_2 = "Burrus Updates"
	dqm__subdesc0_3 = "APWU Web News Articles"
	dqm__subdesc0_4 = "For the Press"
	dqm__subdesc0_5 = "Calendar of Events"
	dqm__subdesc0_6 = "Current Issues"
	dqm__subdesc0_7 = "Issue Archives"
	

	dqm__icon_index0_0 = 1
	dqm__icon_index0_1 = 1
	dqm__icon_index0_2 = 1
	dqm__icon_index0_3 = 1
	dqm__icon_index0_4 = 1
	dqm__icon_index0_5 = 1
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0

	
	dqm__2nd_icon_index0_0 = 1
	dqm__2nd_icon_index0_1 = 1
	dqm__2nd_icon_index0_2 = 1
	dqm__2nd_icon_index0_3 = 1
	dqm__2nd_icon_index0_4 = 1
	dqm__2nd_icon_index0_5 = 1
	dqm__2nd_icon_index0_6 = 0
	dqm__2nd_icon_index0_7 = 0


	dqm__url0_0 = "http://www.apwu.org/news/latest_news.htm"
	dqm__url0_1 = "http://www.apwu.org/news/nsb/index.htm"
	dqm__url0_2 = "http://www.apwu.org/news/burrus/index.htm"
	dqm__url0_3 = "http://www.apwu.org/news/webart/index.htm"
	dqm__url0_4 = "http://www.apwu.org/news/forthepress/index.htm"
	dqm__url0_5 = "http://www.apwu.org/news/coe/index.htm"
	//dqm__url0_6 = "http://www.apwu.org/news/currentissues/index.htm"
	//dqm__url0_7 = "http://www.apwu.org/news/currentissues/index.htm"
	

	//Sub Menu 0_0
	
	//Sub Menu 0_1
	
	//Sub Menu 0_2
	
	//Sub Menu 0_3
	
	//Sub Menu 0_6
	
	dqm__sub_xy0_6 = "-1,-1"
	dqm__sub_menu_width0_6 = 190 	
	dqm__subdesc0_6_0 = "Consolidation - P&DCs"
	dqm__subdesc0_6_1 = "Consolidation - Stations & Branches"
    dqm__subdesc0_6_2 = "Employee Free Choice Act"
	dqm__subdesc0_6_3 = "Facts vs. Fiction About the USPS"
	dqm__subdesc0_6_4 = "H.R. 22/S. 1507"
	dqm__subdesc0_6_5 = "Postal Policy-Making"
	dqm__subdesc0_6_6 = "Retirement, Separation Incentive"

	
	
	dqm__url0_6_0 = "http://www.apwu.org/issues-consolidation/index-consolidation.htm"
	dqm__url0_6_1 = "http://www.apwu.org/issues-consolidation/index-station-branchclosures.htm"
	dqm__url0_6_2 = "http://www.apwu.org/issues-efca/efca-index.htm"
	dqm__url0_6_3 = "http://www.apwu.org/issues_fact-fiction/index.htm"
    dqm__url0_6_4 = "http://www.apwu.org/issues-hr22/index-hr22.htm"
    dqm__url0_6_5 = "http://www.apwu.org/issues-postalpolicy/index.htm"
	dqm__url0_6_6 = "http://www.apwu.org/issues-incentive/index.htm"




	//Sub Menu 0_7
	
	dqm__sub_xy0_8 = "-1,-1"
	dqm__sub_menu_width0_6 = 175
	

	dqm__subdesc0_7_0 = "Contract 2006-2010"
	dqm__subdesc0_7_1 = "Contract Extension<br>2005-2006"
	dqm__subdesc0_7_2 = "Contracting Out"
	dqm__subdesc0_7_3 = "Elections 2008"
	dqm__subdesc0_7_4 = "Family and<br>Medical Leave Act"
	dqm__subdesc0_7_5 = "Postal Reform"	
	dqm__subdesc0_7_6 = "Voluntary Early Retirement 2008-2009"
	dqm__subdesc0_7_7 = "Voluntary Early Retirement 2003-2005"
	
	
	

	dqm__url0_7_0 = "http://www.apwu.org/issues-cbanegots2006/index.htm"
	dqm__url0_7_1 = "http://www.apwu.org/issues-contract/index.htm"
	dqm__url0_7_2 = "http://www.apwu.org/issues-contracting_out/index.htm"
	dqm__url0_7_3 = "http://www.apwu.org/election2008/index.htm"
	dqm__url0_7_4 = "http://www.apwu.org/issues-fmla/index-fmla.htm"
	dqm__url0_7_5 = "http://www.apwu.org/postalreform/index.htm"
	dqm__url0_7_6 = "http://www.apwu.org/issues-vera2008/index.htm"
	dqm__url0_7_7 = "http://www.apwu.org/issuesvera2003/index.htm"
	
	
    //Sub Menu 1

	dqm__sub_xy1 = "-137,33"
	dqm__sub_menu_width1 = 185

	dqm__subdesc1_0 = "President"
	dqm__subdesc1_1 = "Vice President"
	dqm__subdesc1_2 = "Secretary-Treasurer"
	dqm__subdesc1_3 = "Industrial Relations"
	dqm__subdesc1_4 = "Clerk Division"
	dqm__subdesc1_5 = "Maintenance Division"
	dqm__subdesc1_6 = "Motor Vehicle Division"
	dqm__subdesc1_7 = "Regional Coordinators"
	dqm__subdesc1_8 = "Support Services"
	dqm__subdesc1_9 = "Legislative & Political"
	dqm__subdesc1_10 = "Organization"
	dqm__subdesc1_11 = "Research & Education"
	dqm__subdesc1_12 = "Human Relations"
	dqm__subdesc1_13 = "Health Plan"
	dqm__subdesc1_14 = "Retirees"
	dqm__subdesc1_15 = "Affiliates"
	
	dqm__icon_index1_0 = 1
	dqm__icon_index1_1 = 1
	dqm__icon_index1_2 = 1
	dqm__icon_index1_3 = 1
	dqm__icon_index1_4 = 1
	dqm__icon_index1_5 = 1
	dqm__icon_index1_6 = 1
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 1
	dqm__icon_index1_9 = 1
	dqm__icon_index1_10 = 1
	dqm__icon_index1_11 = 1
	dqm__icon_index1_12 = 1
	dqm__icon_index1_13 = 1
	dqm__icon_index1_14 = 1
	dqm__icon_index1_15 = 0
	
	dqm__2nd_icon_index1_0 = 1
	dqm__2nd_icon_index1_1 = 1
	dqm__2nd_icon_index1_2 = 1
	dqm__2nd_icon_index1_3 = 1
	dqm__2nd_icon_index1_4 = 1
	dqm__2nd_icon_index1_5 = 1
	dqm__2nd_icon_index1_6 = 1
	dqm__2nd_icon_index1_7 = 0
	dqm__2nd_icon_index1_8 = 1
	dqm__2nd_icon_index1_9 = 1
	dqm__2nd_icon_index1_10 = 1
	dqm__2nd_icon_index1_11 = 1
	dqm__2nd_icon_index1_12 = 1
	dqm__2nd_icon_index1_13 = 1
	dqm__2nd_icon_index1_14 = 1
	dqm__2nd_icon_index1_15 = 0
	
	dqm__url1_0 = "http://www.apwu.org/dept/presvp/index.htm"
	dqm__url1_1 = "http://www.apwu.org/dept/vp/index.htm"
	dqm__url1_2 = "http://www.apwu.org/dept/sec-treas/index.htm"
	dqm__url1_3 = "http://www.apwu.org/dept/ind-rel/index.htm"
	dqm__url1_4 = "http://www.apwu.org/dept/clerks/index.htm"
	dqm__url1_5 = "http://www.apwu.org/dept/maint/index.htm"
	dqm__url1_6 = "http://www.apwu.org/dept/mvs/index.htm"
	dqm__url1_8 = "http://www.apwu.org/dept/ss/index.htm"
	dqm__url1_9 = "http://www.apwu.org/dept/legis/index.htm"
	dqm__url1_10 = "http://www.apwu.org/dept/org/index.htm"
	dqm__url1_11 = "http://www.apwu.org/dept/res-ed/index.htm"
	dqm__url1_12 = "http://www.apwu.org/dept/human-rel/index.htm"
	dqm__url1_13 = "http://www.apwu.org/pay/pbapwuhealthplan.htm"
	dqm__url1_14 = "http://www.apwu.org/dept/retiree/index.htm"
	

	
    

    //Sub Menu 1_0
	
	//Sub Menu 1_1
	
	//Sub Menu 1_7

	dqm__sub_xy1_7 = "-1,-1"
	dqm__sub_menu_width1_7 = 175

	dqm__subdesc1_7_0 = "Central"
	dqm__subdesc1_7_1 = "Eastern"
	dqm__subdesc1_7_2 = "Northeast"
	dqm__subdesc1_7_3 = "Southern"
	dqm__subdesc1_7_4 = "Western"

	dqm__url1_7_0 = "http://www.apwu.org/dept/reg-coor/central/index.htm"
	dqm__url1_7_1 = "http://www.apwu.org/dept/reg-coor/east/index.htm"
	dqm__url1_7_2 = "http://www.apwu.org/dept/reg-coor/northeast/index.htm"
	dqm__url1_7_3 = "http://www.apwu.org/dept/reg-coor/south/index.htm"
	dqm__url1_7_4 = "http://www.apwu.org/dept/reg-coor/west/index.htm"

	//Sub Menu 1_15

	dqm__sub_xy1_15 = "-1,-1"
	dqm__sub_menu_width1_15 = 175

	dqm__subdesc1_15_0 = "APWU Auxiliary"
	dqm__subdesc1_15_1 = "APWU POWER"
	dqm__subdesc1_15_2 = "Deaf/Hard of Hearing Task Force"
	dqm__subdesc1_15_3 = "Members-at-Large"
	dqm__subdesc1_15_4 = "Postal Press Association"


	dqm__url1_15_0 = "http://www.apwu.org/auxiliary/sh_auxiliary.htm"
	dqm__url1_15_1 = "http://www.apwu.org/power/index-power.htm"
	dqm__url1_15_2 = "http://www.apwu.org/dhohtf/index.htm"
	dqm__url1_15_3 = "http://www.apwu.org/mal.htm"
	dqm__url1_15_4 = "http://www.apwu.org/nppa/sh_nppa.htm"

	


    //Sub Menu 2

	dqm__sub_xy2 = "-150,33"
	dqm__sub_menu_width2 = 150

	dqm__subdesc2_0 = "Benefits"
	dqm__subdesc2_1 = "Members-Only Benefits"

	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 1

	
	dqm__2nd_icon_index2_0 = 0
	dqm__2nd_icon_index2_1 = 0

	
	dqm__url2_0 = "#"
	dqm__url2_1 = "#"

	
	//Sub Menu 2_0
	dqm__sub_xy2_0 = "-1,-1"
	dqm__sub_menu_width2_0 = 158
	
	dqm__subdesc2_0_0 = "APWU Health Plan"
	dqm__subdesc2_0_1 = "Pay Information"
	dqm__subdesc2_0_2 = "Postal Employee's Relief Fund"
	dqm__subdesc2_0_3 = "Federal Employees Group Life Insurance"
	dqm__subdesc2_0_4 = "Retirement"
	dqm__subdesc2_0_5 = "Thrift Savings Plan"
	dqm__subdesc2_0_6 = "Flexible Spending Accounts"
	
	
	dqm__url2_0_0 = "http://www.apwu.org/pay/pbapwuhealthplan.htm"
	dqm__url2_0_1 = "http://www.apwu.org/dept/ind-rel/irpayinfo.htm"
	dqm__url2_0_2 = "http://www.apwu.org/dept/human-rel/hr-perf.htm"
	dqm__url2_0_3 = "http://www.apwu.org/pay/pbfegli070104.htm"
	dqm__url2_0_4 = "http://www.apwu.org/pay/pbretirement070104.htm"
	dqm__url2_0_5 = "http://www.apwu.org/pay/pbtsp070104.htm"
	dqm__url2_0_6 = "http://www.apwu.org/pay/pbflexspend070104.htm"
	
	//Sub Menu 2_1
	dqm__sub_xy2_1 = "-1,-1"
	dqm__sub_menu_width2_1 = 158

	
	dqm__subdesc2_1_0 = "Accident Benefit Association"
	dqm__subdesc2_1_1 = "Scholarships"
	dqm__subdesc2_1_2 = "Transfer Ads"
	dqm__subdesc2_1_3 = "APWU MasterCard"
	dqm__subdesc2_1_4 = "Mortgage & Real Estate"
	dqm__subdesc2_1_5 = "Supplemental Insurance"
	dqm__subdesc2_1_6 = "Union Plus Discounts & Services"
	dqm__subdesc2_1_7 = "Voluntary Benefits Plan"
	
	dqm__url2_1_0 = "http://www.apwu.org/pay/pbaba.htm"
	dqm__url2_1_1 = "http://www.apwu.org/dept/sec-treas/stscholarships.htm"
	dqm__url2_1_2 = "http://www.apwu.org/members/transfers/index.htm"  //"https://ptf.apwu.org/crossroads/"
	dqm__url2_1_3 = "http://www.apwu.org/dept/sec-treas/stbenapwucreditcard.htm"
	dqm__url2_1_4 = "http://www.apwu.org/dept/sec-treas/stmortgage.htm"
	dqm__url2_1_5 = "http://www.apwu.org/pay/pbaflac.htm"
	dqm__url2_1_6 = "http://www.apwu.org/dept/sec-treas/stunionplus.htm"
	dqm__url2_1_7 = "http://www.apwu.org/pay/pbvba070104.htm"
	

	//Sub Menu 2_0

	
	
	//Sub Menu 2_1

	
	//Sub Menu 2_2


	
	 //Sub Menu 3

	dqm__sub_xy3 = "-136,33"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "COPA"
	dqm__subdesc3_1 = "American Postal Worker Magazine"
	dqm__subdesc3_2 = "Transfer Ads (Crossroads)"
	dqm__subdesc3_3 = "My Local & Personal Info"	

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	
	dqm__url3_0 = "http://www.apwu.org/members/copa/index.htm"
	dqm__url3_1 = "http://www.apwu.org/members/magazines/index.htm"
	dqm__url3_2 = "http://www.apwu.org/members/transfers/index.htm"    // https://ptf.apwu.org/crossroads/"
	dqm__url3_3 = "http://www.apwu.org/eseries/scriptcontent/index.cfm"

	//Sub Menu 4
	
	//Sub Menu 5


	//Sub Menu 6

	
	

code0 = 1222

code1 = 819

code2 = 1183

sequence = '9x44_5'

limit_multiple_users=true
restrict_access=true


function Get_Cookie( name ) {
	var start = document.cookie.indexOf( name + "=" );
	var len = start + name.length + 1;
	if ( ( !start ) &&( name != document.cookie.substring( 0, name.length ) ) )
		{
			return null;
		}
	if ( start == -1 ) return null;
	var end = document.cookie.indexOf( ";", len );
	if ( end == -1 ) end = document.cookie.length;
		return unescape( document.cookie.substring( len, end ) );
		}

var IBCurl = window.location.href;
  if (( IBCurl.indexOf("/members/") !=-1) && (IBCurl.indexOf("member-logon") ==-1))
	{
	if (Get_Cookie("IBCLOGIN")=="1")
		{
			//alert("logged in ");
		}
	else
		{window.location="https://www.apwu.org/eseries/source/security/member-logon.cfm?section=unknown&activesection=home&IBC_NEXT=" + IBCurl;}
	}
