function gohome(num){

	switch(num){

		case 1: location.href="/main.php"; break;

	}

}







function menu01(num){

	switch(num){

		case 1: location.href="/beyonwiz/concept.php"; break;

		case 2: location.href="/beyonwiz/ci.php"; break;

		case 3: location.href="/main.php"; break;

	}

}







function menu02(num){

	switch(num){

		case 1: location.href="/product/DP_S1/overview.php"; break;

		case 2: location.href="/product/DP_P1/overview.php"; break;

		case 3: location.href="/product/DP_H1/overview.php"; break;	
		
		case 4: location.href="/product/LiDiC/overview.php"; break;	
		
		case 5: location.href="/product/DP_P2/overview.php"; break;	

		case 6: location.href="/product/FV_L1/overview.php"; break;	

		case 7: location.href="/product/DP_Lite/overview.php"; break;	
		}

}




function menu03(num){

	switch(num){

		case  1: location.href="/support/download.php"; break; 

		case  2: location.href="/support/inquiry.php"; break;

		case  3: location.href="/support/forum.php"; break;

	}

}




function menu04(num){

	switch(num){

		case  1: location.href="/news/list.php"; break; 

	}

}




function menu05(num){

	switch(num){

		case  1: location.href="/media/media.php"; break; 

	}

}




function PDmenu01(num){

	switch(num){

		case  1: location.href="/product/DP_S1/overview.php"; break; 

		case  2: location.href="/product/DP_S1/features.php"; break;

		case  3: location.href="/product/DP_S1/specification.php"; break;

	}
}
	
function PDmenu02(num){

	switch(num){

		case  1: location.href="/product/DP_P1/overview.php"; break; 

		case  2: location.href="/product/DP_P1/features.php"; break;

		case  3: location.href="/product/DP_P1/specification.php"; break;

	}
}

function PDmenu03(num){

	switch(num){

		case  1: location.href="/product/DP_H1/overview.php"; break; 

		case  2: location.href="/product/DP_H1/features.php"; break;

		case  3: location.href="/product/DP_H1/specification.php"; break;

	}
}

function PDmenu04(num){

	switch(num){

		case  1: location.href="/product/LiDiC/overview.php"; break; 

		case  2: location.href="/product/LiDiC/features.php"; break;

		case  3: location.href="/product/LiDiC/specification.php"; break;

	}
}

function PDmenu05(num){

	switch(num){

		case  1: location.href="/product/DP_P2/overview.php"; break; 

		case  2: location.href="/product/DP_P2/features.php"; break;

		case  3: location.href="/product/DP_P2/specification.php"; break;

	}
}

function PDmenu06(num){

	switch(num){

		case  1: location.href="/product/FV_L1/overview.php"; break; 

		case  2: location.href="/product/FV_L1/features.php"; break;

		case  3: location.href="/product/FV_L1/specification.php"; break;

	}
}

function PDmenu07(num){

	switch(num){

		case  1: location.href="/product/DP_Lite/overview.php"; break; 

		case  2: location.href="/product/DP_Lite/features.php"; break;

		case  3: location.href="/product/DP_Lite/specification.php"; break;

	}
}