function tour(cate,page){
	mList.reverse();
	boxCompList(cate);
	boxListTbl(cate,page);
	
	tNum = page * 5 - 5;
	
	for(s=0;s<5;s++){
		if(mList[tNum]){
			boxM2List(mList[tNum]);
			tNum++;
			}
		}

	bnrJoinNow();
	boxListTbl(cate,page);
	boxMovieCategories();
	toTop();
	}
