
document.write("					\
							\
<div style='display:none;z-index:0;'><ul id='imenus0'>	\
							\
							\
							\
							\
							\
	<!-- Main Item 0... --><li><a href='#'>Services</a>\
		<!-- *SUB MENU* --><ul style='width:147px;'>\
		<li><a href='mailing_services.html'>HGI Mailing Services</a></li>\
		<li><a href='hgi_web2print.html'>HGI Web-2-Print</a></li>\
		<li><a href='hgi_logistics.html'>HGI Logistics</a></li>\
		<li><a href='hgi_fulfillment.html'>HGI Fulfillment</a></li>\
		<li><a href='#'>HGI Pre-Media</a></li>\
		<li><a href='#'>HGI Signature Services</a></li>\
		<!-- *END SUB* --></ul></li>\
					    \
					    \
	<!-- Main Item 1... --><li><a href='#'>Divisions</a>\
		<!-- *SUB MENU* --><ul style='width:113px;'>\
		<li><a href='hiliter_graphics.html'>Hi-Liter Graphics</a></li>\
		<li><a href='inland_graphics.html'>Inland Graphics</a></li>\
		<li><a href='plusdigital_print.html'>Plus Digital Print</a></li>\
		<li><a href='tempt.html'>Tempt</a></li>\
		<!-- *END SUB* --></ul></li>\
					    \
					    \
					    \
	<!-- Main Item 2...--><li><a href='hgi_faqs.html'>FAQs</a>\
				  	    \
				            \
					    \
	<!-- Main Item 3...--><li><a href='hgi_press.html'>Press Releases</a>\
				  	    \
				            \
					    \
	<!-- Main Item 4...--><li><a href='#'>About HGI</a>\
		<!-- *SUB MENU* --><ul style='width:126px;'>\
		<li><a href='hgi_story.html'>Our Story</a></li>\
		<li><a href='hgi_green.html'>Environmental Plan</a></li>\
		<li><a href='hgi_leadership.html'>Our Leadership</a></li>\
		<li><a href='hgi_community.html'>Community</a></li>\
		<li><a href='hgi_employment.html'>Employment</a></li>\
		<li><a href='hgi_contact.html'>Contact Us</a></li>\
		<li><a href='hgi_visitus.html'>Visiting Us</a></li>\
		<!-- *END SUB* --></ul></li>\
				            \
				            \
					    \
	<div style='clear:left;'></div></ul></div>");







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

node7 = true
function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(arrow_main.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(arrow_main.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(images/arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(images/arrow_sub.gif) center right no-repeat;";*/



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:transparent;		\
                                           border-color:#FF0000;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:transparent;		\
                                           border-color:#999999;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "3px,0px,4px,0px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana, Arial, Helvetica, sans-serif;\
                                           font-size:13px;			\
                                           background-color:transparent;		\
                                           color:#02679B;			\
                                           text-align:left;			\
                                           border-style:solid;			\
                                           border-color:#333333;		\
                                           border-width:0px; border-left:0px;"
					   


           this.main_item_hover_styles =  "background-color:#FFFFFF;		\
                                           text-decoration:normal;		\
                                           color:#000000;"

           this.main_item_active_styles = "background-color:transparent;		\
                                           text-decoration:normal;		\
                                           color:#336699;"



	//Sub Items

           this.subs_item_padding = "3px,5px,3px,6px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial, Helvetica, sans-serif;\
                                           font-size:10px;			\
                                           font-weight:normal;			\
                                           background-color:#D2D3D3;		\
					   filter:alpha(opacity=90);		\
				   	   -moz-opacity:0.9;			\
					   opacity: 0.9;			\
                                           color:#000000;			\
                                           text-align:left;			\
                                           border-style:solid;			\
                                           border-color:#666699;		\
                                           border-width:0px;"

           this.subs_item_hover_styles =  "background-color:#02679B;		\
                                           color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#02679B;		\
                                           color:#FFFFFF;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           //this.main_item_width = 130		//default width for all items

           this.main_item_width0 = 85		//optional specific width for the first menu item
           this.main_item_width1 = 86		//optional specific width for the second menu item...
           this.main_item_width2 = 62		//optional specific width for the third menu item...
	   this.main_item_width3 = 126		//optional specific width for the fourth menu item...
	   this.main_item_width4 = 92		//optional specific width for the fifth menu item...
       
//The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}

