// JavaScript Document

var topMenu =
[
	[null,'HOME','#','_self',null,
	],
	[null,'ABOUT US','#','_self',null,
		[null,'Company profile','html/company_profile.html','_self',null
		],
		[null,'Feedback','html/feedback.html','_self',null
		],
		

	],
	[null,'NEWS & EVENTS','html/news.html','_self',null,
	],
	
    [null,'INBOUND TOUR','#','_self',null,
		 [null,'Vietnam','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
	    [null,'Laos','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
		[null,'Campodia','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
		[null,'Thailand','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
		[null,'Multination','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
		[null,'Travel by theme','#','_self',null,
		  
			[null,'Tours','html/inbound.html','_self',null
			],
			[null,'Hotels','html/hotel.html','_self',null
			],
			[null,'Photo gallery','#','_self',null
			],
		
		],
		
	],
	[null,'SHORE EXCURSIONS','#','_self',null,
	 
	 	[null,'Saigon port','html/shore.html','_self',null,
		],	  
		[null,'Danang port','html/shore.html','_self',null
		],
		[null,'Nhatrang port','html/shore.html','_self',null
		],
		[null,'Halong port','html/shore.html','_self',null
		],			
	],
	[null,'OTHER SERVICES','#','_self',null,
	],
	[null,'DESTINATION','html/destination.html','_self',null,
	],
	[null,'CONTACT','html/contact.html','_self',null,
	],
	
];