//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com




/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/



	d_sub_menu_width = 130      	//default sub menu widths

	d_sub_xy = "0,0"            	//default sub x,y coordinates - defined relative

					//to the top-left corner of parent image or sub menu

   

	d_urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"


	d_border_width = 1

	d_divider_height = 1


	d_border_color = "#000000"		//Hex color or 'transparent'

	d_menu_bgcolor = "#c8c8c1"		//Hex color or 'transparent'

	d_hl_bgcolor = "#eeeeee"


	d_mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)

	d_nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)




/*-------------------------------------------
Font settings and margins
--------------------------------------------*/

   

    //Font settings


	d_textcolor = "#333333"

	d_fontfamily = "Verdana"		//Any available system font
     
	d_fontsize = 11			//Defined with pixel sizing
	
d_fontsize_ie4 = 9			//Defined with point sizing

	d_textdecoration = "normal"		//set to: 'normal', or 'underline'

	d_fontweight = "normal"		//set to: 'normal', or 'bold'

	d_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings


	d_hl_textcolor = "#000000"

	d_hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment


	d_text_alignment = "left"		//set to: 'left', 'center' or 'right'

	d_margin_top = 2

	d_margin_bottom = 3

	d_margin_left = 5

	d_margin_right = 4


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images21 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 images21 (flow with sub item text)


	d_icon_image0 = "images/sample2_bullet.gif"

	d_icon_rollover0 = "images/sample2_bullet_hl.gif"

	d_icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images21 (coordinate poitioned)


	d_2nd_icon_image0 = "images/sample2_arrow.gif"

	d_2nd_icon_rollover0 = "images/sample2_arrow.gif"

	d_2nd_icon_image_wh0 = "13,10"

	d_2nd_icon_image_xy0 = "0,4"





/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	d_show_urls_statusbar = false

   
	//d_status_text0 = "Sample text - Main Menu Item 0"
	//d_status_text1 = "Sample text - Main Menu Item 1"


	//d_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
	
//d_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


	d_sub_menu_effect = "fade"

	d_sub_item_effect = "fade"


    //Define the effect duration in seconds below.

   
	d_sub_menu_effect_duration = .4

	d_sub_item_effect_duration = .4


    //Specific settings for various transitions.

	d_effect_pixelate_maxsqare = 25

	d_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR

	d_effect_checkerboard_squaresx = 14

	d_effect_checkerboard_squaresY = 14

	d_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	d_sub_menu_opacity = 100			//1 to 100

	d_dropshadow_color = "none"			//Hex color value or 'none'

	d_dropshadow_offx = 5			//drop shadow width

	d_dropshadow_offy = 5			//drop shadow height


/

*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/

    //Mac offset fixes, adjust until sub menus position correctly.

   
	d_os9_ie5mac_offset_X = 10

	d_os9_ie5mac_offset_Y = 15


	d_osx_ie5mac_offset_X = 0

	d_osx_ie5mac_offset_Y = 0


	d_ie4mac_offset_X = -8

	d_ie4mac_offset_Y = -50



    //Netscape 4 resize bug workaround.

	d_nn4_reaload_after_resize = true

	d_nn4_resize_prompt_user = false

	d_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.

	d_use_opera_div_detect_fix = false



    //Pre-defined sub menu item heights for the Espial Escape browser.

	d_escape_item_height = 20

	d_escape_item_height0_0 = 70

	d_escape_item_height0_1 = 70



/*---------------------------------------------
Exposed menu events
----------------------------------------------*/



    //Reference additional onload statements here.

    //d_onload_code = "alert('custom function - onload')"

    //The 'X' indicates the index number of the sub menu group or item.

	d_showmenu_codeX = "status = 'custom show menu function call - menu0'"

	d_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"

	d_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.


	d_border_widthX = 10;

	d_divider_heightX = 5;
	d_border_colorX = "#0000ff";
     
	d_menu_bgcolorX = "#ff0000"

	d_hl_bgcolorX = "#00ff00"

	d_hl_textcolorX = "#ff0000"

	d_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.


	d_hl_subdescX = "custom highlight text"

	d_urltargetX = "_new"






/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/




    //Main Menu Item 0


	d_rollover_image0 = "images/home_1.gif"

	d_rollover_wh0 = "73,27"

	d_url0 = "home.php";
   


 //Main Menu Item 1


	d_rollover_image1 = "images/new_1.gif"

	d_rollover_wh1 = "91,27"

	d_url1 = "new.php";



    //Main Menu Item 2

	d_rollover_image2 = "images/aboutUs_1.gif"
 
	d_rollover_wh2 = "87,27"

	d_url2 = "aboutUs.php";
   


//Main Menu Item 3

	d_rollover_image3 = "images/products_1.gif"
 
	d_rollover_wh3 = "78,27"

	//d_url3 = "products.php";
   
  
//Main Menu Item 4

	d_rollover_image4 = "images/siteMap_1.gif"
 
	d_rollover_wh4 = "75,27"

	d_url4 = "siteMap.php";
   

//Main Menu Item 5

	d_rollover_image5 = "images/ContactUs_1.gif"
 
	d_rollover_wh5 = "94,27"

	d_url5 = "ContactUs.php";
   

//Main Menu Item 6

	d_rollover_image6 = "images/Cooperation_1.gif"
 
	d_rollover_wh6 = "89,27"

	d_url6 = "cooperation.php";
  

//Main Menu Item 7

	d_rollover_image7 = "images/preowned_1.gif"
 
	d_rollover_wh7 = "157,27"

	d_url7 = "preowned.php";

  //Main Menu Item 8 WIDTH=94 HEIGHT=27

	d_rollover_image8 = "images/career_1.gif"
 
	d_rollover_wh8 = "74,27"

	d_url8 = "career.php";
  
/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/

   //Sub Menu 3

	d_sub_xy3 = "-78,25"

	d_sub_menu_width3 = 370


	d_subdesc3_0 = "HPLC PRODUCTS"

	d_subdesc3_1 = "GC PRODUCTS"

	d_subdesc3_2 = "MS PRODUCTS"

	d_subdesc3_3 = "Autosamplers and Headspace Autosamplers"

	d_subdesc3_4 = "Spectrometers & Spectrophotometers"

	d_subdesc3_5 = "OTHER PRODUCTS"

	

d_icon_index3_0 = 0

	d_icon_index3_1 = 0

	d_icon_index3_2 = 0

	d_icon_index3_3 = 0

	d_icon_index3_4 = 0

	d_icon_index3_5 = 0

	
d_2nd_icon_index3_0 = 0

	d_2nd_icon_index3_1 = 0

        d_2nd_icon_index3_2 = 0

	d_2nd_icon_index3_3 = 0

        d_2nd_icon_index3_4 = 0

	d_2nd_icon_index3_5 = 0


    

    //Sub Menu 3_0


	d_sub_xy3_0 = "-4,2"

	d_sub_menu_width3_0 = 160


	d_subdesc3_0_0 = "TSP"

	d_subdesc3_0_1 = "Waters"
	d_subdesc3_0_2 = "HP/Agilent"

	d_subdesc3_0_3 = "BioCAD"
	d_subdesc3_0_4 = "Others"

	
d_icon_index3_0_0 = 0

	d_icon_index3_0_1 = 0

	d_icon_index3_0_2 = 0

	d_icon_index3_0_3 = 0

	d_icon_index3_0_4 = 0

	

d_url3_0_0 = "hplc_tsp.php"

	d_url3_0_1 = "hplc_waters.php"

	d_url3_0_2 = "hplc_hp.php"

	d_url3_0_3 = "hplc_BioCad.php"

	d_url3_0_4 = "hplc_others.php"


    

    //Sub Menu 3_1


	d_sub_xy3_1 = "-4,2"

	d_sub_menu_width3_0 = 160


	d_subdesc3_1_0 = "HP/Agilent"

	d_subdesc3_1_1 = "Varian"
	d_subdesc3_1_2 = "PE"

	d_subdesc3_1_3 = "Others"
	
d_icon_index3_1_0 = 0

	d_icon_index3_1_1 = 0

	d_icon_index3_1_2 = 0

	d_icon_index3_1_3 = 0

	

d_url3_1_0 = "gc_hp.php"

	d_url3_1_1 = "gc_varian.php"

	d_url3_1_2 = "gc_pe.php"

	d_url3_1_3 = "gc_others.php"


	
//Sub Menu 3_2


	d_sub_xy3_2 = "-4,2"

	d_sub_menu_width3_2 = 160


	d_subdesc3_2_0 = "GC/MS"

	d_subdesc3_2_1 = "LC/MS or LC/MS/MS"

	d_subdesc3_2_2 = "Accessories"

   

	d_icon_index3_2_0 = 0

	d_icon_index3_2_1 = 0

	d_icon_index3_2_2 = 0

	d_url3_2_0 = "ms_gcms.html"

	d_url3_2_1 = "ms_lcms.php"

	d_url3_2_2 = "ms_Accessories.php"


	//Sub Menu 3_3


	d_sub_xy3_3 = "-4,2"

	d_sub_menu_width3_3 = 160


	d_subdesc3_3_0 = "Leap CTC PALs"

	d_subdesc3_3_1 = "TSP"

	d_subdesc3_3_2 = "Waters"

	d_subdesc3_3_3 = "HP/Agilent"

	d_subdesc3_3_4 = "Others"

	d_icon_index3_3_0 = 0

	d_icon_index3_3_1 = 0

	d_icon_index3_3_2 = 0

	d_icon_index3_3_3 = 0

	d_icon_index3_3_4 = 0

	
d_url3_3_0 = "ah_lcp.php"

	d_url3_3_1 = "ah_tsp.php"

	d_url3_3_2 = "ah_waters.php"

	d_url3_3_3 = "ah_hp.php"

	d_url3_3_4 = "ah_others.php"



	//Sub Menu 3_4
	d_sub_xy3_4 = "-4,2"

	d_sub_menu_width3_4 = 160


	d_subdesc3_4_0 = "UV"

	d_subdesc3_4_1 = "FTIR"

	d_subdesc3_4_2 = "AA"

	d_subdesc3_4_3 = "Others"

	d_icon_index3_4_0 = 0

	d_icon_index3_4_1 = 0

	d_icon_index3_4_2 = 0

	d_icon_index3_4_3 = 0

	
d_url3_4_0 = "ss_uv.php"

	d_url3_4_1 = "ss_ftir.php"

	d_url3_4_2 = "ss_aa.php"

	d_url3_4_3 = "ss_others.php"



	//Sub Menu 3_5
	d_sub_xy3_5 = "-4,2"

	d_sub_menu_width3_5 = 160


	d_subdesc3_5_0 = "Other Equipment"

	d_icon_index3_5_0 = 0

	
d_url3_5_0 = "other.php"

