


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 190      	//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 = "#2C92D2"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#1B86FF"		

	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 = "#03629F"
	dqm__fontfamily = "Verdana"		//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'



    //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 = "images/sample2_bullet.gif"
	dqm__icon_rollover0 = "images/sample2_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	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 = "randomdissolve"
	dqm__sub_item_effect = "fade"


    //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 = "#FFFFFF"			//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 = true


    //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 = "image_files/home.gif"
	dqm__rollover_wh0 = "77,20"
	dqm__url0 = "index.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "image_files/aboutus.gif"
	dqm__rollover_wh1 = "103,20"
	dqm__url1 = "aboutus.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "image_files/products.gif" 
	dqm__rollover_wh2 = "107,20"
	dqm__url2 = "";   


    //Main Menu Item 3

	dqm__rollover_image3 = "image_files/services.gif" 
	dqm__rollover_wh3 = "110,20"
	dqm__url3 = "services.html";   
  

    //Main Menu Item 4
    
    	dqm__rollover_image4 = "image_files/activities.gif" 
    	dqm__rollover_wh4 = "114,20"
    	dqm__url4 = "activities.html";   


    //Main Menu Item 5
    
    	dqm__rollover_image5 = "image_files/sitemap.gif" 
    	dqm__rollover_wh5 = "101,20"
    	dqm__url5 = "sitemap.html";   

    //Main Menu Item 6
    
    	dqm__rollover_image6 = "image_files/contactus.gif" 
    	dqm__rollover_wh6 = "97,20"
    	dqm__url6 = "contactus.html";   

    //Main Menu Item 7
    
    	dqm__rollover_image7 = "image_files/last.gif" 
    	dqm__rollover_wh7 = "71,20"
    	dqm__url7 = "";   





/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 2

	dqm__sub_xy2 = "-107,20"
	dqm__sub_menu_width2 = 180

	
	dqm__subdesc2_0 = "Antennas"
	dqm__subdesc2_1 = "Filters"
	dqm__subdesc2_2 = "Power Combiners / Dividers"
	dqm__subdesc2_3 = "Digitally Tunable Filters"
	dqm__subdesc2_4 = "Power Amplifiers"
	dqm__subdesc2_5 = "Switch Matrices"
	dqm__subdesc2_6 = "Telescopic Masts"
	dqm__subdesc2_7 = "Satcom"
	dqm__subdesc2_8 = "Interface Elements"
	dqm__subdesc2_9 = "Servo Electronics"
	
	dqm__url2_4 = "rf_power_amplifiers.html"
	dqm__url2_6 = "telescopic_masts.html"	
		
	dqm__subdesc2_0_0 = "Quadraloop Antennas"
	dqm__subdesc2_0_1 = "Manpack Antennas"
	dqm__subdesc2_0_2 = "Broadband Antennas"
	dqm__subdesc2_0_3 = "VHF / UHF Coaxial Dipole Antennas"
	dqm__subdesc2_0_4 = "Whip Antennas"
	dqm__subdesc2_0_5 = "Spiral Antennas"
	dqm__subdesc2_0_6 = "Ground Plane Antennas"
	dqm__subdesc2_0_7 = "Fast Antenna Tuner with Radiators"
	  
	dqm__url2_0_5 = "spiral_antennas.html"	
	dqm__url2_0_6 = "ground_plane_antennas.html"	
	dqm__url2_0_7 = "fast_antenna_tuner_with_radiators.html"

	dqm__subdesc2_0_0_0 = "Telecommand Antenna Element-1"
	dqm__subdesc2_0_0_1 = "Telecommand Antenna Element-2"
	dqm__subdesc2_0_0_2 = "Telecommand DGPS Antenna"
	dqm__subdesc2_0_0_3 = "Telemetry Antenna Element - 1"
	dqm__subdesc2_0_0_4 = "Telemetry Antenna Element - 2"
	dqm__subdesc2_0_0_5 = "Telemetry WTLA Antenna"
	
	dqm__url2_0_0_0 = "telecommand_antenna_element_1.html"
	dqm__url2_0_0_1 = "telecommand_antenna_element_2.html"	
	dqm__url2_0_0_2 = "telecommand_dgps_antenna.html"
	dqm__url2_0_0_3 = "telemetry_antenna_element_1.html"
	dqm__url2_0_0_4 = "telemetry_antenna_element_2.html"
	dqm__url2_0_0_5 = "telemetry_wtla_antenna.html"
	
		
		
		
		
		dqm__subdesc2_1_0 = "High Power Low Pass Filters"
		dqm__subdesc2_1_1 = "High Pass Filters"
		dqm__subdesc2_1_2 = "Low Pass Filters"
		dqm__subdesc2_1_3 = "Diplexer"
		
		dqm__url2_1_3 = "diplexer.html"	
		
		
		
		dqm__subdesc2_2_0 = "2 Way UHF Power Combiner"
		dqm__subdesc2_2_1 = "4 Way Power Divider"
		dqm__subdesc2_2_2 = "4 Way STP Power Combiner / Divider"
			
		dqm__url2_2_0 = "2wayuhf.html"
		dqm__url2_2_1 = "4waypd.html"	
		dqm__url2_2_2 = "4waystp.html"
	
			
		dqm__subdesc2_3_0 = "Band Pass Filter 100-156MHz"
		dqm__subdesc2_3_1 = "Band Pass Filter 225-400MHz"
		dqm__subdesc2_3_2 = "Notch Filter 30-88MHz"
		dqm__subdesc2_3_3 = "Notch Filter 70 ± 0.5,1,1.5 MHz"
		dqm__subdesc2_3_4 = "Notch Filter 455-475MHz"
			
		dqm__url2_3_0 = "vhf.html"
		dqm__url2_3_1 = "uhf.html"	
		dqm__url2_3_2 = "notch3088.html"
		dqm__url2_3_3 = "notch70.html"
		dqm__url2_3_4 = "notch455475.html"
	
			
		dqm__subdesc2_4_0 = "VHF Band"
		dqm__subdesc2_4_1 = "UHF Band I"
		dqm__subdesc2_4_2 = "UHF Band II"
		dqm__subdesc2_4_3 = "Citizen Band"
		dqm__subdesc2_4_4 = "UHF Power Amplifier"
		dqm__subdesc2_4_5 = "VHF Power Amplifier"
			
		dqm__url2_4_0 = "rf_power_amplifiers.html"
		dqm__url2_4_1 = "rf_power_amplifiers_uhf_band_i.html"	
		dqm__url2_4_2 = "rf_power_amplifiers_uhf_band_ii.html"
		dqm__url2_4_3 = "rf_power_amplifiers_citizen_band.html"
		dqm__url2_4_4 = "uhf_power_amplifiers.html"
		dqm__url2_4_5 = "vhf_power_amplifiers.html"
			
			
			dqm__subdesc2_5_0 = "4 x 4 Switch Matrix"
			dqm__subdesc2_5_1 = "8 x 8 Switch Matrix"
			dqm__subdesc2_5_2 = "32 x 32 Switch Matrix"
		
		
			dqm__url2_5_0 = "4x4ifmatrix.html"
			dqm__url2_5_1 = "8x8matrix.html"	
			dqm__url2_5_2 = "32x32matrix.html"
		
			//dqm__subdesc2_6_0 = "Manual Rope Drive Masts"
			dqm__subdesc2_6_0 = "Screw Type Masts"
			dqm__subdesc2_6_1 = "Self Supporting Masts"
			
			
			//dqm__url2_6_0 = "manualmast.html"
			dqm__url2_6_0 = "telescopic_masts_screw_type.html"	
			dqm__url2_6_1 = "telescopic_masts_self_supporting.html"
			
			
			dqm__subdesc2_7_0 = "SNG, DSNG VANS"
			dqm__subdesc2_7_1 = "UP Link Power Controller"
			dqm__subdesc2_7_2 = "Network Solutions"
			dqm__subdesc2_7_3 = "Project Management"
			
			dqm__url2_7_0 = "sng.html"
			dqm__url2_7_1 = "uplink.html"	
			dqm__url2_7_2 = "networksol.html"
			dqm__url2_7_3 = "projectmgmt.html"
			
			dqm__subdesc2_8_0 = "GPIB Interface Standalone Card"
			dqm__subdesc2_8_1 = "Remote Interface Unit Set"
			
			dqm__url2_8_0 = "gpib.html"
			dqm__url2_8_1 = "remoteset.html"
			
			dqm__subdesc2_9_0 = "Control System"
			dqm__subdesc2_9_1 = "Secant Correction Electronics Board"
			
			dqm__url2_9_0 = "controlsys.html"
			dqm__url2_9_1 = "secant.html"	
	
		
				dqm__subdesc2_0_1_0 = "Band - I Antennas"
				dqm__subdesc2_0_1_1 = "Band - II Antennas"
				dqm__subdesc2_0_1_2 = "Band - III Antennas"
				dqm__subdesc2_0_1_3 = "Citizen Band Antennas"
		
				dqm__url2_0_1_0 = "band_1_antennas.html"
				dqm__url2_0_1_1 = "band_2_antennas.html"	
				dqm__url2_0_1_2 = "band_3_antennas.html"
				dqm__url2_0_1_3 = "citizen_band_antennas.html"
	
		
		
		
				dqm__subdesc2_0_2_0 = "VHF Broad Band Antennas-I"
				dqm__subdesc2_0_2_1 = "VHF Broad Band Antennas-II"
				dqm__subdesc2_0_2_2 = "VHF Broad Band Antennas-III"
		
				dqm__url2_0_2_0 = "vhf_broadband_antennas_1.html"
				dqm__url2_0_2_1 = "vhf_broadband_antennas_2.html"	
				dqm__url2_0_2_2 = "vhf_broadband_antennas_3.html"
			
		
				dqm__subdesc2_0_3_0 = "100 - 1300MHz"
				dqm__subdesc2_0_3_1 = "100 - 500 MHz"
		 
		
				dqm__url2_0_3_0 = "dipole113.html"
				dqm__url2_0_3_1 = "dipole15.html"	
		
		
				dqm__subdesc2_0_4_0 = "Short Whip Antennas"
				dqm__subdesc2_0_4_1 = "Long Whip Antennas"
		
				dqm__url2_0_4_0 = "short_whip_antennas.html"
				dqm__url2_0_4_1 = "long_whip_antennas.html"	
		
		
		
				dqm__subdesc2_1_0_0 = "High Power Low Pass Filter 2.5"
				dqm__subdesc2_1_0_1 = "High Power Low Pass Filter 4.2"
				dqm__subdesc2_1_0_2 = "High Power Low Pass Filter 7.0"
				dqm__subdesc2_1_0_3 = "High Power Low Pass Filter 11.5"
				dqm__subdesc2_1_0_4 = "High Power Low Pass Filter 19.0"
				dqm__subdesc2_1_0_5 = "High Power Low Pass Filter 30.0"
		
				dqm__url2_1_0_0 = "hplpf25.html"
				dqm__url2_1_0_1 = "hplpf42.html"	
				dqm__url2_1_0_2 = "hplpf70.html"
				dqm__url2_1_0_3 = "hplpf115.html"
				dqm__url2_1_0_4 = "hplpf190.html"
				dqm__url2_1_0_5 = "hplpf300.html"
			
				dqm__subdesc2_1_1_0 = "High Pass Filter 100MHz"
				dqm__subdesc2_1_1_1 = "High Pass Filter 250MHz"
				dqm__subdesc2_1_1_2 = "High Pass Filter 550MHz"
				dqm__subdesc2_1_1_3 = "High Pass Filter 1100MHz"
		
				dqm__url2_1_1_0 = "hpf100.html"
				dqm__url2_1_1_1 = "hpf250.html"	
				dqm__url2_1_1_2 = "hpf550.html"
				dqm__url2_1_1_3 = "hpf1100.html"
		
				dqm__subdesc2_1_2_0 = "Low Pass Filter 1-30MHz"
				dqm__subdesc2_1_2_1 = "Low Pass Filter 250MHz"
				dqm__url2_1_2_0 = "lpf130.html"
				dqm__url2_1_2_1 = "lpf250.html"	
	
			
			
				//dqm__url3_0_0 = "Pharmasys.html"
	