
document.write("												\
<div style='display:none;z-index:0;'><ul id='imenus0'>\
\
\
<!-- Main Item 0... --><li><a href='http://www.ntogo.com/index.aspx'>Home</a></li>\
<!-- Main Item 1... --><li><a href='#'>Hotels</a>\
	<ul style='width:140px;'>\
	<li><a href='http://b2b.hotelclub.net/enter.asp?id=37890&ru=default%2Easp%3FsC%3D1'>Book Hotels</a></li>\
	<li><a href='http://www.ntogo.com/bookhostels.aspx'>Hostels & Beds</a></li>\
	</ul></li>\
<!-- Main Item 2... --><li><a href='#'>Packages</a>\
	<ul style='width:140px;'>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_package.html'>F&E Packages</a></li>\
	</ul></li>\
<!-- Main Item 3... --><li><a href='#'>Air Tickets</a>\
	<ul style='width:140px;'>\
	<li><a href='http://www.ntogo.com/search.aspx'>Search Flight Deals</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare.html'>China</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_anz.html'>Australia/NZ</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_eur.html'>Europe</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_me.html'>Middle East</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_nea.html'>Japan/Taiwan/Korea</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_sa.html'>India/Pakistan</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_sea.html'>South East Asia</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_usc.html'>US/Canada</a></li>\
	<li><a href='http://www.ntogo.com/payment.aspx'>Pay by Credit Card</a></li>\
	</ul></li>\
<!-- Main Item 4... --><li><a href='#'>Help</a>\
	<ul style='width:140px;'>\
	<li><a href='http://www.ntogo.com/paymentinfo.aspx'>How To Pay</a></li>\
	<li><a href='http://www.ntogo.com/help.aspx'>F.A.Q.</a></li>\
	</ul></li>\
<!-- Main Item 5... --><li><a href='#'>Contact Us</a>\
	<ul style='width:140px;'>\
	<li><a href='http://www.ntogo.com/aboutus.aspx'>About Us</a></li>\
	<li><a href='http://www.ntogo.com/address.aspx'>Address & Phone</a></li>\
	<li><a href='http://www.ntogo.com/contact.aspx'>Enquiry & Feedback</a></li>\
	</ul></li>\
<!-- Main Item 6... --><li><a href='#'>Insurance</a>\
	<ul style='width:140px;'>\
	<li><a href='http://www.ntogo.com/insurance.aspx'>Get a Quote</a></li>\
\
\
</ul></div>");


/*

	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare.html'>Hot fares-China</a></li>\	
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_anz.html'>Hot fares-Australia NZ</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_eur.html'>Hot fares-Europe</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_me.html'>Hot fares-Middle East</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_nea.html'>Hot fares-Japan Taiwan Korea</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_sa.html'>Hot fares-India Pakistan</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_sea.html'>Hot fares-South East Asia</a></li>\
	<li><a href='http://www.ntogo.com/newsletter/summarypages/summary_airfare_usc.html'>Hot fares-US Canada</a></li>\
*/



/*

          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 ******************
---------------------------------------------------*/


function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
    this.main_expand_image_style = "background: url(images/plane2.gif) 70px center   no-repeat;";
    //this.main_expand_image_hover_style = "background: url(http://www.ntogo.com/arrow_main.gif) center right no-repeat;";

	//this.subs_expand_image_style = "background: url(arrow_sub.gif) center right no-repeat;";
	//this.subs_expand_image_hover_style = "background: url(arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "1px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#cccccc;		\
                                           border-color:#cccccc;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#cccccc;		\
                                           border-color:#cccccc;z-index:10;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "4px,5px,4px,5px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:bold;			\
                                           font-family:Arial;			\
                                           font-size:11px;			\
                                           background-color:#959EA9;		\
                                           color:#FFFFFF;			\
                                           border-style:solid;			\
                                           text-align:left;			\
                                           border-color:#ffffff;		\
											border-left:0px;   \
											border-top:0px; \
											border-bottom: 0px; \
                                           border-width:1px;"
					   



           this.main_item_hover_styles =  "background-color:#959EA9;		\
                                           text-decoration:normal;		\
                                           color:111111;"

           this.main_item_active_styles = "background-color:#959EA9;		\
                                           text-decoration:normal;		\
                                           color:111111;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:11px;			\
                                           font-weight:normal;			\
                                           background-color:#cccccc;		\
                                           color:#111111;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#cccccc;		\
		border-width:0;"	

           this.subs_item_hover_styles =  "background-color:#E6E7E8;		\
                                           color:#111111;"

           this.subs_item_active_styles = "background-color:#EBF5FF;		\
                                           color:#000000;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

		this.main_item_width = 114			//default width for all items
		this.main_item_height = 23			

/*

this.main_item_width0 =70
this.main_item_width1 = 100
this.main_item_width2 = 100
this.main_item_width3 = 80
this.main_item_width4 = 100
this.main_item_width5 = 100
this.main_item_width6 =65
*/
           //this.main_item_width0 = 100		//optional specific width for the first menu item
           //this.main_item_width1 = 100		//optional specific width for the second menu item...
           //this.main_item_width2 = 100		//optional specific width for the second menu item...


        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 50;

}


