/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
	SM_sub_menu_width = 190      		//default sub menu widths
	SM_sub_xy = "0,0"            		//default sub x,y coordinates
	SM_urltarget = "_self"			//default URL target: _self, _parent, _new, or "my frame name"
	SM_border_width = 1
	SM_divider_height = 0
	SM_border_color = "#4E4E4E"		//Hex color or 'transparent'
	SM_menu_bgcolor = "#FFD72E"		//Hex color or 'transparent'
	SM_hl_bgcolor = "#C0C0C0"		
	SM_mouse_off_delay = 250
/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
    //Font settings
	SM_textcolor = "#4E4E4E"
	SM_fontfamily = "Verdana"		//Any available system font     
	SM_fontsize = 11			//Defined with pixel sizing  	
	SM_fontsize_ie4 = 9			//Defined with point sizing
	SM_textdecoration = "normal"		//set to: 'normal', or 'underline'
	SM_fontweight = "normal"		//set to: 'normal', or 'bold'
	SM_fontstyle = "normal"			//set to: 'normal', or 'italic' 	
    //Rollover font settings
	SM_hl_textcolor = "#fafafa"
	SM_hl_textdecoration = "normal"		//set to: 'normal', or 'underline'
    //Margins and text alignment
	SM_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	SM_margin_top = 2
	SM_margin_bottom = 3
	SM_margin_left = 5
	SM_margin_right = 4
/*-------------------------------------------
Bullet and Icon image library - Each bullet or icon
image to be used may be defined once below, then
referenced for use within the sub menu settings
--------------------------------------------*/
    //Relative positioned icon images
	//SM_icon_image0 = "menu_images/bullet_blue.gif"
	//SM_icon_rollover0 = "menu_images/bullet_blue_hl.gif"
	//SM_icon_image_wh0 = "11,9"
    //Absolute positioned icon images
	//SM_2nd_icon_image0 = "menu_images/bullet_arrow.gif"
	//SM_2nd_icon_rollover0 = "menu_images/bullet_arrow_hl.gif"
	//SM_2nd_icon_image_wh0 = "13,10"
	//SM_2nd_icon_image_xy0 = "0,4"
/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/
	SM_show_urls_statusbar = true
	//SM_status_text0 = "Sample text - Main Menu Item 0"
	//SM_status_text1 = "Sample text - Main Menu Item 1"
	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//SM_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
	SM_sub_menu_effect = "none"
	SM_sub_item_effect = "gradientwipe"
    //Define the effect duration in seconds below
	SM_sub_menu_effect_duration = .2
	SM_sub_item_effect_duration = .3
    //Specific settings for various transitions
	SM_effect_pixelate_maxsqare = 25
	SM_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	SM_effect_checkerboard_squaresx = 14
	SM_effect_checkerboard_squaresY = 14
	SM_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT
    //Opacity and drop shadows
	SM_sub_menu_opacity = 100			//1 to 100
	SM_dropshadow_color = "none"			//Hex color value or 'none'
	SM_dropshadow_offx = 5				//drop shadow width
	SM_dropshadow_offy = 5				//drop shadow height
/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/
    //Mac offset fixes, adjust until sub menus position correctly 
	SM_os9_ie5mac_offset_X = 0
	SM_os9_ie5mac_offset_Y = 0
	SM_osx_ie5mac_offset_X = 0
	SM_osx_ie5mac_offset_Y = 0
	SM_ie4mac_offset_X = -8
	SM_ie4mac_offset_Y = -50
    //Netscape 4 resize bug workaround
	SM_nn4_reaload_after_resize = true
	SM_nn4_resize_prompt_user = false
	SM_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
	SM_use_opera_div_detect_fix = true
/*---------------------------------------------
Exposed menu events
----------------------------------------------*/
    //Reference additional onload statement here
	//SM_onload_code = "alert('custom function - onload')"
    //The 'X' indicates the index number of the sub menu group or item.
	SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
/*---------------------------------------------
Specific Settings
----------------------------------------------*/
    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group
	SM_border_widthX = 10;
	SM_divider_heightX = 0;		
	SM_border_colorX = "#fafafa";     
	SM_menu_bgcolorX = "#ff0000"
	SM_hl_bgcolorX = "#00ff00"
	SM_hl_textcolorX = "#ff0000"
	SM_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.
	SM_hl_subdescX = "custom highlight text"
	SM_urltargetX = "_new"
/**********************************************************************************************
**********************************************************************************************
                           Main Menu Rollover Images and Links  
**********************************************************************************************
**********************************************************************************************/
//Main Menu Item 0
SM_rollover_image0 = "http://www.belaircamera.com/catalog/images/digital_button_over.gif"
SM_rollover_wh0 = "52,27"
//SM_url1 = "my_url.html";
//Main Menu Item 1
SM_rollover_image1 = "http://www.belaircamera.com/catalog/images/cameras_button_over.gif"
SM_rollover_wh1 = "58,27"
//SM_url1 = "my_url.html";
//Main Menu Item 2
SM_rollover_image2 = "http://www.belaircamera.com/catalog/images/lenses_button_over.gif"
SM_rollover_wh2 = "50,27"
//SM_url1 = "my_url.html";
//Main Menu Item 3
SM_rollover_image3 = "http://www.belaircamera.com/catalog/images/accessories_button_over.gif"
SM_rollover_wh3 = "76,27"
//SM_url1 = "my_url.html";
//Main Menu Item 4
SM_rollover_image4 = "http://www.belaircamera.com/catalog/images/video_button_over.gif"
SM_rollover_wh4 = "45,27"
//SM_url1 = "my_url.html";
//Main Menu Item 5
SM_rollover_image5 = "http://www.belaircamera.com/catalog/images/studio_lighting_button_over.gif"
SM_rollover_wh5 = "96,27"
//SM_url1 = "my_url.html";
//Main Menu Item 6
SM_rollover_image6 = "http://www.belaircamera.com/catalog/images/telescopes_button_over.gif"
SM_rollover_wh6 = "135,27"
//SM_url1 = "my_url.html";
//Main Menu Item 7
SM_rollover_image7 = "http://www.belaircamera.com/catalog/images/other_button_over.gif"
SM_rollover_wh7 = "79,27"
//SM_url1 = "my_url.html";
/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/
SM_sub_xy0 = "-39,23"
SM_sub_menu_width0 = 127
//Sub Menu 0_0
SM_sub_xy0_0 = "-3,-1"
SM_sub_menu_width0_0 = 115
SM_subtext0_0 = "DVD Players"
SM_icon_index0_0 = 0
SM_url0_0 = "http://www.belaircamera.com/dvdplayers_11211_1.php"


//Sub Menu 0_1
SM_sub_xy0_1 = "-3,-1"
SM_sub_menu_width0_1 = 115
SM_subtext0_1 = "Cameras"
SM_icon_index0_1 = 0
SM_url0_1 = "http://www.belaircamera.com/cameras_341_1.php"


//Sub Menu 0_1_0
SM_sub_xy0_1_0 = "-3,-1"
SM_sub_menu_width0_1_0 = 115
SM_subtext0_1_0 = "Pentax"
SM_icon_index0_1_0 = 0
SM_url0_1_0 = "http://www.belaircamera.com/pentax_11214_1.php"


//Sub Menu 0_1_1
SM_sub_xy0_1_1 = "-3,-1"
SM_sub_menu_width0_1_1 = 115
SM_subtext0_1_1 = "Panasonic"
SM_icon_index0_1_1 = 0
SM_url0_1_1 = "http://www.belaircamera.com/panasonic_11166_1.php"


//Sub Menu 0_1_2
SM_sub_xy0_1_2 = "-3,-1"
SM_sub_menu_width0_1_2 = 115
SM_subtext0_1_2 = "Rollei"
SM_icon_index0_1_2 = 0
SM_url0_1_2 = "http://www.belaircamera.com/rollei_11184_1.php"


//Sub Menu 0_1_3
SM_sub_xy0_1_3 = "-3,-1"
SM_sub_menu_width0_1_3 = 115
SM_subtext0_1_3 = "Leica"
SM_icon_index0_1_3 = 0
SM_url0_1_3 = "http://www.belaircamera.com/leica_11128_1.php"


//Sub Menu 0_1_4
SM_sub_xy0_1_4 = "-3,-1"
SM_sub_menu_width0_1_4 = 115
SM_subtext0_1_4 = "Olympus"
SM_icon_index0_1_4 = 0
SM_url0_1_4 = "http://www.belaircamera.com/olympus_11118_1.php"


//Sub Menu 0_1_5
SM_sub_xy0_1_5 = "-3,-1"
SM_sub_menu_width0_1_5 = 115
SM_subtext0_1_5 = "Nikon"
SM_icon_index0_1_5 = 0
SM_url0_1_5 = "http://www.belaircamera.com/nikon_11117_1.php"


//Sub Menu 0_1_6
SM_sub_xy0_1_6 = "-3,-1"
SM_sub_menu_width0_1_6 = 115
SM_subtext0_1_6 = "Casio"
SM_icon_index0_1_6 = 0
SM_url0_1_6 = "http://www.belaircamera.com/casio_11114_1.php"


//Sub Menu 0_1_7
SM_sub_xy0_1_7 = "-3,-1"
SM_sub_menu_width0_1_7 = 115
SM_subtext0_1_7 = "Canon"
SM_icon_index0_1_7 = 0
SM_url0_1_7 = "http://www.belaircamera.com/canon_11113_1.php"


//Sub Menu 0_1_8
SM_sub_xy0_1_8 = "-3,-1"
SM_sub_menu_width0_1_8 = 115
SM_subtext0_1_8 = "Sony Consumer"
SM_icon_index0_1_8 = 0
SM_url0_1_8 = "http://www.belaircamera.com/sonyconsumer_11189_1.php"


//Sub Menu 0_1_9
SM_sub_xy0_1_9 = "-3,-1"
SM_sub_menu_width0_1_9 = 115
SM_subtext0_1_9 = "Mamiya"
SM_icon_index0_1_9 = 0
SM_url0_1_9 = "http://www.belaircamera.com/mamiya_11182_1.php"


//Sub Menu 0_2
SM_sub_xy0_2 = "-3,-1"
SM_sub_menu_width0_2 = 115
SM_subtext0_2 = "Digital Camera Accessories"
SM_icon_index0_2 = 0
SM_url0_2 = "http://www.belaircamera.com/digitalcameraaccessories_93_1.php"


//Sub Menu 0_3
SM_sub_xy0_3 = "-3,-1"
SM_sub_menu_width0_3 = 115
SM_subtext0_3 = "Digital Color Calibration"
SM_icon_index0_3 = 0
SM_url0_3 = "http://www.belaircamera.com/digitalcolorcalibration_11203_1.php"


//Sub Menu 0_4
SM_sub_xy0_4 = "-3,-1"
SM_sub_menu_width0_4 = 115
SM_subtext0_4 = "Digital Storage"
SM_icon_index0_4 = 0
SM_url0_4 = "http://www.belaircamera.com/digitalstorage_11205_1.php"


//Sub Menu 0_5
SM_sub_xy0_5 = "-3,-1"
SM_sub_menu_width0_5 = 115
SM_subtext0_5 = "Flash Memory"
SM_icon_index0_5 = 0
SM_url0_5 = "http://www.belaircamera.com/flashmemory_96_1.php"


//Sub Menu 0_5_0
SM_sub_xy0_5_0 = "-3,-1"
SM_sub_menu_width0_5_0 = 115
SM_subtext0_5_0 = "Cards"
SM_icon_index0_5_0 = 0
SM_url0_5_0 = "http://www.belaircamera.com/cards_11146_1.php"


//Sub Menu 0_5_1
SM_sub_xy0_5_1 = "-3,-1"
SM_sub_menu_width0_5_1 = 115
SM_subtext0_5_1 = "Readers"
SM_icon_index0_5_1 = 0
SM_url0_5_1 = "http://www.belaircamera.com/readers_11147_1.php"


//Sub Menu 0_6
SM_sub_xy0_6 = "-3,-1"
SM_sub_menu_width0_6 = 115
SM_subtext0_6 = "Extended Warranty"
SM_icon_index0_6 = 0
SM_url0_6 = "http://www.belaircamera.com/extendedwarranty_11179_1.php"


//Sub Menu 0_6_0
SM_sub_xy0_6_0 = "-3,-1"
SM_sub_menu_width0_6_0 = 115
SM_subtext0_6_0 = "2 Year"
SM_icon_index0_6_0 = 0
SM_url0_6_0 = "http://www.belaircamera.com/2year_11180_1.php"


//Sub Menu 0_6_1
SM_sub_xy0_6_1 = "-3,-1"
SM_sub_menu_width0_6_1 = 115
SM_subtext0_6_1 = "3 Year"
SM_icon_index0_6_1 = 0
SM_url0_6_1 = "http://www.belaircamera.com/3year_11181_1.php"


//Sub Menu 0_7
SM_sub_xy0_7 = "-3,-1"
SM_sub_menu_width0_7 = 115
SM_subtext0_7 = "Printers"
SM_icon_index0_7 = 0
SM_url0_7 = "http://www.belaircamera.com/printers_97_1.php"


//Sub Menu 0_8
SM_sub_xy0_8 = "-3,-1"
SM_sub_menu_width0_8 = 115
SM_subtext0_8 = "Printer Inks"
SM_icon_index0_8 = 0
SM_url0_8 = "http://www.belaircamera.com/printerinks_11175_1.php"


//Sub Menu 0_8_0
SM_sub_xy0_8_0 = "-3,-1"
SM_sub_menu_width0_8_0 = 115
SM_subtext0_8_0 = "Canon Printer Ink"
SM_icon_index0_8_0 = 0
SM_url0_8_0 = "http://www.belaircamera.com/canonprinterink_11185_1.php"


//Sub Menu 0_9
SM_sub_xy0_9 = "-3,-1"
SM_sub_menu_width0_9 = 115
SM_subtext0_9 = "Projectors"
SM_icon_index0_9 = 0
SM_url0_9 = "http://www.belaircamera.com/projectors_11200_1.php"


//Sub Menu 0_10
SM_sub_xy0_10 = "-3,-1"
SM_sub_menu_width0_10 = 115
SM_subtext0_10 = "Slide & Film Scanners"
SM_icon_index0_10 = 0
SM_url0_10 = "http://www.belaircamera.com/slide&filmscanners_98_1.php"


//Sub Menu 0_11
SM_sub_xy0_11 = "-3,-1"
SM_sub_menu_width0_11 = 115
SM_subtext0_11 = "Software"
SM_icon_index0_11 = 0
SM_url0_11 = "http://www.belaircamera.com/software_11201_1.php"


//Sub Menu 0_12
SM_sub_xy0_12 = "-3,-1"
SM_sub_menu_width0_12 = 115
SM_subtext0_12 = "Wacom Tablets"
SM_icon_index0_12 = 0
SM_url0_12 = "http://www.belaircamera.com/wacomtablets_99_1.php"


//Sub Menu 0_13
SM_sub_xy0_13 = "-3,-1"
SM_sub_menu_width0_13 = 115
SM_subtext0_13 = "Weather/Water Proof"
SM_icon_index0_13 = 0
SM_url0_13 = "http://www.belaircamera.com/weatherwaterproof_11194_1.php"


//Sub Menu 0_13_0
SM_sub_xy0_13_0 = "-3,-1"
SM_sub_menu_width0_13_0 = 115
SM_subtext0_13_0 = "AQUAPAC"
SM_icon_index0_13_0 = 0
SM_url0_13_0 = "http://www.belaircamera.com/aquapac_11195_1.php"


//Sub Menu 0_13_1
SM_sub_xy0_13_1 = "-3,-1"
SM_sub_menu_width0_13_1 = 115
SM_subtext0_13_1 = "CANON"
SM_icon_index0_13_1 = 0
SM_url0_13_1 = "http://www.belaircamera.com/canon_11196_1.php"


//Sub Menu 0_13_2
SM_sub_xy0_13_2 = "-3,-1"
SM_sub_menu_width0_13_2 = 115
SM_subtext0_13_2 = "OP/TECH"
SM_icon_index0_13_2 = 0
SM_url0_13_2 = "http://www.belaircamera.com/optech_11197_1.php"


//Sub Menu 0_13_3
SM_sub_xy0_13_3 = "-3,-1"
SM_sub_menu_width0_13_3 = 115
SM_subtext0_13_3 = "Waterproof Cameras"
SM_icon_index0_13_3 = 0
SM_url0_13_3 = "http://www.belaircamera.com/waterproofcameras_11206_1.php"


//Sub Menu 0_14
SM_sub_xy0_14 = "-3,-1"
SM_sub_menu_width0_14 = 115
SM_subtext0_14 = "Webies"
SM_icon_index0_14 = 0
SM_url0_14 = "http://www.belaircamera.com/webies_11207_1.php"


SM_sub_xy1 = "-45,23"
SM_sub_menu_width1 = 127
//Sub Menu 1_0
SM_sub_xy1_0 = "-3,-1"
SM_sub_menu_width1_0 = 115
SM_subtext1_0 = "35mm Cameras"
SM_icon_index1_0 = 0
SM_url1_0 = "http://www.belaircamera.com/35mmcameras_118_1.php"


//Sub Menu 1_0_0
SM_sub_xy1_0_0 = "-3,-1"
SM_sub_menu_width1_0_0 = 115
SM_subtext1_0_0 = "Nikon"
SM_icon_index1_0_0 = 0
SM_url1_0_0 = "http://www.belaircamera.com/nikon_127_1.php"


//Sub Menu 1_0_1
SM_sub_xy1_0_1 = "-3,-1"
SM_sub_menu_width1_0_1 = 115
SM_subtext1_0_1 = "Leica"
SM_icon_index1_0_1 = 0
SM_url1_0_1 = "http://www.belaircamera.com/leica_125_1.php"


//Sub Menu 1_0_1_0
SM_sub_xy1_0_1_0 = "-3,-1"
SM_sub_menu_width1_0_1_0 = 115
SM_subtext1_0_1_0 = "Leica M Accessories"
SM_icon_index1_0_1_0 = 0
SM_url1_0_1_0 = "http://www.belaircamera.com/leicamaccessories_11157_1.php"


//Sub Menu 1_0_1_1
SM_sub_xy1_0_1_1 = "-3,-1"
SM_sub_menu_width1_0_1_1 = 115
SM_subtext1_0_1_1 = "Leica Filters, Hoods and Caps"
SM_icon_index1_0_1_1 = 0
SM_url1_0_1_1 = "http://www.belaircamera.com/leicafilters,hoodsandcaps_11159_1.php"


//Sub Menu 1_0_1_2
SM_sub_xy1_0_1_2 = "-3,-1"
SM_sub_menu_width1_0_1_2 = 115
SM_subtext1_0_1_2 = "Leica M Series"
SM_icon_index1_0_1_2 = 0
SM_url1_0_1_2 = "http://www.belaircamera.com/leicamseries_11213_1.php"


//Sub Menu 1_1
SM_sub_xy1_1 = "-3,-1"
SM_sub_menu_width1_1 = 115
SM_subtext1_1 = "120 Medium Format"
SM_icon_index1_1 = 0
SM_url1_1 = "http://www.belaircamera.com/120mediumformat_11202_1.php"


//Sub Menu 1_2
SM_sub_xy1_2 = "-3,-1"
SM_sub_menu_width1_2 = 115
SM_subtext1_2 = "Digital Point n Shoot Cameras"
SM_icon_index1_2 = 0
SM_url1_2 = "http://www.belaircamera.com/digitalpointnshootcameras_11134_1.php"


//Sub Menu 1_3
SM_sub_xy1_3 = "-3,-1"
SM_sub_menu_width1_3 = 115
SM_subtext1_3 = "Digital SLR Cameras"
SM_icon_index1_3 = 0
SM_url1_3 = "http://www.belaircamera.com/digitalslrcameras_11135_1.php"


SM_sub_xy2 = "-37,23"
SM_sub_menu_width2 = 127
//Sub Menu 2_0
SM_sub_xy2_0 = "-3,-1"
SM_sub_menu_width2_0 = 115
SM_subtext2_0 = "Leica"
SM_icon_index2_0 = 0
SM_url2_0 = "http://www.belaircamera.com/leica_11149_1.php"


//Sub Menu 2_1
SM_sub_xy2_1 = "-3,-1"
SM_sub_menu_width2_1 = 115
SM_subtext2_1 = "Nikon"
SM_icon_index2_1 = 0
SM_url2_1 = "http://www.belaircamera.com/nikon_11101_1.php"


//Sub Menu 2_2
SM_sub_xy2_2 = "-3,-1"
SM_sub_menu_width2_2 = 115
SM_subtext2_2 = "Canon"
SM_icon_index2_2 = 0
SM_url2_2 = "http://www.belaircamera.com/canon_11102_1.php"


//Sub Menu 2_3
SM_sub_xy2_3 = "-3,-1"
SM_sub_menu_width2_3 = 115
SM_subtext2_3 = "Filters"
SM_icon_index2_3 = 0
SM_url2_3 = "http://www.belaircamera.com/filters_11103_1.php"


//Sub Menu 2_3_0
SM_sub_xy2_3_0 = "-3,-1"
SM_sub_menu_width2_3_0 = 115
SM_subtext2_3_0 = "Tiffen"
SM_icon_index2_3_0 = 0
SM_url2_3_0 = "http://www.belaircamera.com/tiffen_11111_1.php"


//Sub Menu 2_4
SM_sub_xy2_4 = "-3,-1"
SM_sub_menu_width2_4 = 115
SM_subtext2_4 = "Tamron"
SM_icon_index2_4 = 0
SM_url2_4 = "http://www.belaircamera.com/tamron_11104_1.php"


//Sub Menu 2_5
SM_sub_xy2_5 = "-3,-1"
SM_sub_menu_width2_5 = 115
SM_subtext2_5 = "Olympus"
SM_icon_index2_5 = 0
SM_url2_5 = "http://www.belaircamera.com/olympus_11188_1.php"


//Sub Menu 2_6
SM_sub_xy2_6 = "-3,-1"
SM_sub_menu_width2_6 = 115
SM_subtext2_6 = "Tokina / Sigma"
SM_icon_index2_6 = 0
SM_url2_6 = "http://www.belaircamera.com/tokinasigma_11199_1.php"


//Sub Menu 2_7
SM_sub_xy2_7 = "-3,-1"
SM_sub_menu_width2_7 = 115
SM_subtext2_7 = "Pentax"
SM_icon_index2_7 = 0
SM_url2_7 = "http://www.belaircamera.com/pentax_11215_1.php"


SM_sub_xy3 = "-63,23"
SM_sub_menu_width3 = 127
//Sub Menu 3_0
SM_sub_xy3_0 = "-3,-1"
SM_sub_menu_width3_0 = 115
SM_subtext3_0 = "Bags / Luggage"
SM_icon_index3_0 = 0
SM_url3_0 = "http://www.belaircamera.com/bagsluggage_142_1.php"


//Sub Menu 3_0_0
SM_sub_xy3_0_0 = "-3,-1"
SM_sub_menu_width3_0_0 = 115
SM_subtext3_0_0 = "Tamrac"
SM_icon_index3_0_0 = 0
SM_url3_0_0 = "http://www.belaircamera.com/tamrac_147_1.php"


//Sub Menu 3_0_1
SM_sub_xy3_0_1 = "-3,-1"
SM_sub_menu_width3_0_1 = 115
SM_subtext3_0_1 = "Lowepro"
SM_icon_index3_0_1 = 0
SM_url3_0_1 = "http://www.belaircamera.com/lowepro_148_1.php"


//Sub Menu 3_0_2
SM_sub_xy3_0_2 = "-3,-1"
SM_sub_menu_width3_0_2 = 115
SM_subtext3_0_2 = "Pelican"
SM_icon_index3_0_2 = 0
SM_url3_0_2 = "http://www.belaircamera.com/pelican_149_1.php"


//Sub Menu 3_0_3
SM_sub_xy3_0_3 = "-3,-1"
SM_sub_menu_width3_0_3 = 115
SM_subtext3_0_3 = "Crumpler"
SM_icon_index3_0_3 = 0
SM_url3_0_3 = "http://www.belaircamera.com/crumpler_150_1.php"


//Sub Menu 3_1
SM_sub_xy3_1 = "-3,-1"
SM_sub_menu_width3_1 = 115
SM_subtext3_1 = "Camera Flash"
SM_icon_index3_1 = 0
SM_url3_1 = "http://www.belaircamera.com/cameraflash_143_1.php"


//Sub Menu 3_1_0
SM_sub_xy3_1_0 = "-3,-1"
SM_sub_menu_width3_1_0 = 115
SM_subtext3_1_0 = "Quantum"
SM_icon_index3_1_0 = 0
SM_url3_1_0 = "http://www.belaircamera.com/quantum_169_1.php"


SM_sub_xy4 = "-32,23"
SM_sub_menu_width4 = 127
//Sub Menu 4_0
SM_sub_xy4_0 = "-3,-1"
SM_sub_menu_width4_0 = 115
SM_subtext4_0 = "Accesories"
SM_icon_index4_0 = 0
SM_url4_0 = "http://www.belaircamera.com/accesories_152_1.php"


//Sub Menu 4_0_0
SM_sub_xy4_0_0 = "-3,-1"
SM_sub_menu_width4_0_0 = 115
SM_subtext4_0_0 = "Stabilizers"
SM_icon_index4_0_0 = 0
SM_url4_0_0 = "http://www.belaircamera.com/stabilizers_154_1.php"


//Sub Menu 4_0_1
SM_sub_xy4_0_1 = "-3,-1"
SM_sub_menu_width4_0_1 = 115
SM_subtext4_0_1 = "Digital Editing"
SM_icon_index4_0_1 = 0
SM_url4_0_1 = "http://www.belaircamera.com/digitalediting_155_1.php"


//Sub Menu 4_0_2
SM_sub_xy4_0_2 = "-3,-1"
SM_sub_menu_width4_0_2 = 115
SM_subtext4_0_2 = "Lighting"
SM_icon_index4_0_2 = 0
SM_url4_0_2 = "http://www.belaircamera.com/lighting_156_1.php"


//Sub Menu 4_0_3
SM_sub_xy4_0_3 = "-3,-1"
SM_sub_menu_width4_0_3 = 115
SM_subtext4_0_3 = "Optics"
SM_icon_index4_0_3 = 0
SM_url4_0_3 = "http://www.belaircamera.com/optics_157_1.php"


//Sub Menu 4_0_4
SM_sub_xy4_0_4 = "-3,-1"
SM_sub_menu_width4_0_4 = 115
SM_subtext4_0_4 = "Plasma TV"
SM_icon_index4_0_4 = 0
SM_url4_0_4 = "http://www.belaircamera.com/plasmatv_158_1.php"


//Sub Menu 4_1
SM_sub_xy4_1 = "-3,-1"
SM_sub_menu_width4_1 = 115
SM_subtext4_1 = "Digital Camcorders"
SM_icon_index4_1 = 0
SM_url4_1 = "http://www.belaircamera.com/digitalcamcorders_153_1.php"


//Sub Menu 4_2
SM_sub_xy4_2 = "-3,-1"
SM_sub_menu_width4_2 = 115
SM_subtext4_2 = "Sony Professional"
SM_icon_index4_2 = 0
SM_url4_2 = "http://www.belaircamera.com/sonyprofessional_11186_1.php"


//Sub Menu 4_3
SM_sub_xy4_3 = "-3,-1"
SM_sub_menu_width4_3 = 115
SM_subtext4_3 = "Sony Consumer"
SM_icon_index4_3 = 0
SM_url4_3 = "http://www.belaircamera.com/sonyconsumer_11190_1.php"


SM_sub_xy5 = "-83,23"
SM_sub_menu_width5 = 127
//Sub Menu 5_0
SM_sub_xy5_0 = "-3,-1"
SM_sub_menu_width5_0 = 115
SM_subtext5_0 = "PhotoFlex"
SM_icon_index5_0 = 0
SM_url5_0 = "http://www.belaircamera.com/photoflex_160_1.php"


//Sub Menu 5_0_0
SM_sub_xy5_0_0 = "-3,-1"
SM_sub_menu_width5_0_0 = 115
SM_subtext5_0_0 = "Backdrops"
SM_icon_index5_0_0 = 0
SM_url5_0_0 = "http://www.belaircamera.com/backdrops_163_1.php"


//Sub Menu 5_0_1
SM_sub_xy5_0_1 = "-3,-1"
SM_sub_menu_width5_0_1 = 115
SM_subtext5_0_1 = "Diffuse/Reflection"
SM_icon_index5_0_1 = 0
SM_url5_0_1 = "http://www.belaircamera.com/diffusereflection_164_1.php"


//Sub Menu 5_0_2
SM_sub_xy5_0_2 = "-3,-1"
SM_sub_menu_width5_0_2 = 115
SM_subtext5_0_2 = "Kits"
SM_icon_index5_0_2 = 0
SM_url5_0_2 = "http://www.belaircamera.com/kits_165_1.php"


//Sub Menu 5_0_3
SM_sub_xy5_0_3 = "-3,-1"
SM_sub_menu_width5_0_3 = 115
SM_subtext5_0_3 = "Lamps / Stands"
SM_icon_index5_0_3 = 0
SM_url5_0_3 = "http://www.belaircamera.com/lampsstands_166_1.php"


//Sub Menu 5_0_4
SM_sub_xy5_0_4 = "-3,-1"
SM_sub_menu_width5_0_4 = 115
SM_subtext5_0_4 = "PhotoFlex Luggage"
SM_icon_index5_0_4 = 0
SM_url5_0_4 = "http://www.belaircamera.com/photoflexluggage_11209_1.php"


//Sub Menu 5_0_5
SM_sub_xy5_0_5 = "-3,-1"
SM_sub_menu_width5_0_5 = 115
SM_subtext5_0_5 = "Online Lessons"
SM_icon_index5_0_5 = 0
SM_url5_0_5 = "http://www.belaircamera.com/onlinelessons_11191_1.php"


//Sub Menu 5_0_6
SM_sub_xy5_0_6 = "-3,-1"
SM_sub_menu_width5_0_6 = 115
SM_subtext5_0_6 = "This Months Specials"
SM_icon_index5_0_6 = 0
SM_url5_0_6 = "http://www.belaircamera.com/thismonthsspecials_11208_1.php"


//Sub Menu 5_1
SM_sub_xy5_1 = "-3,-1"
SM_sub_menu_width5_1 = 115
SM_subtext5_1 = "Light Meters"
SM_icon_index5_1 = 0
SM_url5_1 = "http://www.belaircamera.com/lightmeters_161_1.php"


//Sub Menu 5_2
SM_sub_xy5_2 = "-3,-1"
SM_sub_menu_width5_2 = 115
SM_subtext5_2 = "Strobes Etc"
SM_icon_index5_2 = 0
SM_url5_2 = "http://www.belaircamera.com/strobesetc_162_1.php"


//Sub Menu 5_2_0
SM_sub_xy5_2_0 = "-3,-1"
SM_sub_menu_width5_2_0 = 115
SM_subtext5_2_0 = "SP Studio"
SM_icon_index5_2_0 = 0
SM_url5_2_0 = "http://www.belaircamera.com/spstudio_167_1.php"


//Sub Menu 5_2_1
SM_sub_xy5_2_1 = "-3,-1"
SM_sub_menu_width5_2_1 = 115
SM_subtext5_2_1 = "JTL"
SM_icon_index5_2_1 = 0
SM_url5_2_1 = "http://www.belaircamera.com/jtl_168_1.php"


//Sub Menu 5_2_2
SM_sub_xy5_2_2 = "-3,-1"
SM_sub_menu_width5_2_2 = 115
SM_subtext5_2_2 = "Dyna-Lite"
SM_icon_index5_2_2 = 0
SM_url5_2_2 = "http://www.belaircamera.com/dyna-lite_170_1.php"


//Sub Menu 5_2_3
SM_sub_xy5_2_3 = "-3,-1"
SM_sub_menu_width5_2_3 = 115
SM_subtext5_2_3 = "Speedotron"
SM_icon_index5_2_3 = 0
SM_url5_2_3 = "http://www.belaircamera.com/speedotron_171_1.php"


//Sub Menu 5_3
SM_sub_xy5_3 = "-3,-1"
SM_sub_menu_width5_3 = 115
SM_subtext5_3 = "Kits"
SM_icon_index5_3 = 0
SM_url5_3 = "http://www.belaircamera.com/kits_11153_1.php"


SM_sub_xy6 = "-122,23"
SM_sub_menu_width6 = 127
//Sub Menu 6_0
SM_sub_xy6_0 = "-3,-1"
SM_sub_menu_width6_0 = 115
SM_subtext6_0 = "Accessories"
SM_icon_index6_0 = 0
SM_url6_0 = "http://www.belaircamera.com/accessories_172_1.php"


//Sub Menu 6_1
SM_sub_xy6_1 = "-3,-1"
SM_sub_menu_width6_1 = 115
SM_subtext6_1 = "Canon Binoculars"
SM_icon_index6_1 = 0
SM_url6_1 = "http://www.belaircamera.com/canonbinoculars_173_1.php"


//Sub Menu 6_2
SM_sub_xy6_2 = "-3,-1"
SM_sub_menu_width6_2 = 115
SM_subtext6_2 = "Leica Binoculars"
SM_icon_index6_2 = 0
SM_url6_2 = "http://www.belaircamera.com/leicabinoculars_174_1.php"


//Sub Menu 6_3
SM_sub_xy6_3 = "-3,-1"
SM_sub_menu_width6_3 = 115
SM_subtext6_3 = "Meade Telescopes"
SM_icon_index6_3 = 0
SM_url6_3 = "http://www.belaircamera.com/meadetelescopes_175_1.php"


//Sub Menu 6_4
SM_sub_xy6_4 = "-3,-1"
SM_sub_menu_width6_4 = 115
SM_subtext6_4 = "Meade Binoculars"
SM_icon_index6_4 = 0
SM_url6_4 = "http://www.belaircamera.com/meadebinoculars_11163_1.php"


SM_sub_xy7 = "-66,23"
SM_sub_menu_width7 = 127
//Sub Menu 7_0
SM_sub_xy7_0 = "-3,-1"
SM_sub_menu_width7_0 = 115
SM_subtext7_0 = "Store Specials"
SM_icon_index7_0 = 0
SM_url7_0 = "http://www.belaircamera.com/storespecials_11192_1.php"


//Sub Menu 7_1
SM_sub_xy7_1 = "-3,-1"
SM_sub_menu_width7_1 = 115
SM_subtext7_1 = "Presentation"
SM_icon_index7_1 = 0
SM_url7_1 = "http://www.belaircamera.com/presentation_181_1.php"


//Sub Menu 7_2
SM_sub_xy7_2 = "-3,-1"
SM_sub_menu_width7_2 = 115
SM_subtext7_2 = "Photo Classes"
SM_icon_index7_2 = 0
SM_url7_2 = "http://www.belaircamera.com/photoclasses_183_1.php"


//Sub Menu 7_3
SM_sub_xy7_3 = "-3,-1"
SM_sub_menu_width7_3 = 115
SM_subtext7_3 = "Gift Certificates"
SM_icon_index7_3 = 0
SM_url7_3 = "http://www.belaircamera.com/giftcertificates_184_1.php"


//Sub Menu 7_4
SM_sub_xy7_4 = "-3,-1"
SM_sub_menu_width7_4 = 115
SM_subtext7_4 = "Store Policy"
SM_icon_index7_4 = 0
SM_url7_4 = "http://www.belaircamera.com/storepolicy_11141_1.php"


//Sub Menu 7_5
SM_sub_xy7_5 = "-3,-1"
SM_sub_menu_width7_5 = 115
SM_subtext7_5 = "Rebates"
SM_icon_index7_5 = 0
SM_url7_5 = "http://www.belaircamera.com/rebates_11139_1.php"


//Sub Menu 7_6
SM_sub_xy7_6 = "-3,-1"
SM_sub_menu_width7_6 = 115
SM_subtext7_6 = "Gallery"
SM_icon_index7_6 = 0
SM_url7_6 = "http://www.belaircamera.com/gallery_11171_1.php"


