//menu
function goMenu( chk, chk2 )
{
	var locArray = new Array();


	locArray[1] = new Array(
		"/About/overview.html",
		"/About/overview.html",
		"/About/history.html",
		"/About/vision.html",
		"/About/CEO.html",
		"/About/environment.html",
		"/About/social.html",
		"/About/network",
		"/About/news.html"		
	);
	
	
	locArray[2] = new Array(
		"/Products/Products.html",
		"/Products/Transmission.html",
		"/Products/CombinerSystem.html",
		"/Products/TMAs.html",
		"/Products/Antennas.html",
		"/Products/Repeaters.html",
		"/Products/Components.html"
	);
	
	locArray[3] = new Array(
		"/Application/BTS.html",
		"/Application/BTS.html",
		"/Application/Inbuilding.html"
	);
	
	locArray[4] = new Array(
		"/Download/catalogue.html",
		"/Download/catalogue.html"
	);

	
	locArray[5] = new Array(
		"/Contact/SupportCenter.html",
		"/Contact/FAQ.html",
		"/Contact/ContactInfo.html"
	);

	
	document.location.href = locArray[chk][chk2];
}
