//ÇÃ·¡½ÃÆäÀÌÁö ÀÌµ¿
function GoPage(code) {

	//¸ÞÀÎ
	if ( !code )                  {	window.location = "../main/main.php"; } 
	else if ( code == "main" )		{	window.location = "../main/main.php"; } //¸ÞÀÎ
	
	//Solutions
	else if ( code == "1_1" )		{	window.location = "../solutions/01.php"; } //Wi-Fi / 802.11
	else if ( code == "1_2" )		{	window.location = "../solutions/02.php"; } //Bluetooth
	else if ( code == "1_3" )		{	window.location = "../solutions/03.php"; } //UWB
	else if ( code == "1_4" )		{	window.location = "../solutions/04.php"; } //WiMAX
	else if ( code == "1_5" )		{	window.location = "../solutions/05.php"; } //Intellectual Property
	else if ( code == "1_6" )		{	window.location = "../solutions/06.php"; } //Applications
	else if ( code == "1_7" )		{	window.location = "../solutions/07.php"; } //wireless power


    //Products
	else if ( code == "2_1" )		{	window.location = "../products/01.php"; } //SuperLink SLHX-220
	else if ( code == "2_2" )		{	window.location = "../products/02.php"; } //SuperLink SLHX-290H
	else if ( code == "2_3" )		{	window.location = "../products/03.php"; } //SuperLink SLDX-290PF
	else if ( code == "2_4" )		{	window.location = "../products/04.php"; } //uperLink SLDK-290SD
	else if ( code == "2_5" )		{	window.location = "../products/05.php"; } //TeraLink
	else if ( code == "2_6" )		{	window.location = "../products/06.php"; } //MaxLink
	else if ( code == "2_7" )		{	window.location = "../products/07.php"; } //BlueTune MultiTunes 
	else if ( code == "2_8" )		{	window.location = "../products/08.php"; } //BlueTune Extreme 
	else if ( code == "2_9" )		{	window.location = "../products/09.php"; } //BlueTune SonicTune 
	else if ( code == "2_10" )		{	window.location = "../products/10.php"; } //BlueTune TX for iPod 
	else if ( code == "2_11" )		{	window.location = "../products/11.php"; } //BlueTune RX for Home 
	else if ( code == "2_12" )		{	window.location = "../products/12.php"; } //BlueTune RX for Car
	else if ( code == "2_13" )		{	window.location = "../products/13.php"; } //Bluetinum01
	else if ( code == "2_14" )		{	window.location = "../products/14.php"; } //Bluetinum02
	else if ( code == "2_15" )		{	window.location = "../products/15.php"; } //Solar
	else if ( code == "2_16" )		{	window.location = "../products/16.php"; } //BlueTune Dualist
	else if ( code == "2_17" )		{	window.location = "../products/17.php"; } //Mirage
	else if ( code == "2_18" )		{	window.location = "../products/18.php"; } //Mirage


   //news&events
	else if ( code == "3_1" )		  {	window.location = "../newsnevent/01.php"; } //Awards
	else if ( code == "3_2" )		  {	window.location = "../newsnevent/news_list.php"; } //Press Releases
	else if ( code == "3_3" )		  {	window.location = "../newsnevent/03.php"; } //Reviews
	else if ( code == "3_4" )		  {	window.location = "../newsnevent/04.php"; } //Testimonials
	else if ( code == "3_5" )		  {	window.location = "../newsnevent/05.php"; } //In the News
	

	//Partners
	else if ( code == "4_1" )		{	window.location = "../partners/01.php"; } //Partners
	else if ( code == "4_2" )		{	window.location = "../partners/02.php"; } //Partnership Program


	//About us
	else if ( code == "5_1" )		{	window.location = "../about/01.php"; } //Overview
	else if ( code == "5_2" )		{	window.location = "../about/02.php"; } //Contact us
	else if ( code == "5_3" )		{	window.location = "../about/03.php"; } //Map & Directions
	else if ( code == "5_4" )		{	window.location = "../about/04.php"; } //IJAK Team
	else if ( code == "5_5" )		{	window.location = "../about/05.php"; } //Investor Relations
	else if ( code == "5_6" )		{	window.location = "../about/06.php"; } //Affiliations
	else if ( code == "5_7" )		{	window.location = "../about/07.php"; } //Community & Culture
	else if ( code == "5_8" )		{	window.location = "../about/08.php"; } //Careers
	else if ( code == "5_9" )		{	window.location = "../about/09.php"; } //Terms & Conditions  
	else if ( code == "5_10" )		{	window.location = "../about/10.php"; } //Privacy Policy






	//Press
	else if ( code == "6_1" )		{	window.location = "../press/01.php"; } //press
	else if ( code == "6_2" )		{	window.location = "../press/02.php"; } //press
	else if ( code == "6_3" )		{	window.location = "../press/03.php"; } //press


	//etc
	else if ( code == "7_1" )		{	window.location = "../etc/01.php"; } //etc
	else if ( code == "7_2" )		{	window.location = "../etc/02.php"; } //etc
	else if ( code == "7_3" )		{	window.location = "../etc/03.php"; } //etc
			
}


