function GoMenuMove(id){
	switch (id)
	{

	//top
	case "home"		: location.href = httpwww ;break;
	
	//RocWorks
	case "rocworks"		: window.open('http://www.rocworks.co.jp','_blank');break;	


	case "game"		: location.href = httpwww + "/game/game_main.asp";break;



	case "community"	: location.href = httpcommunity + "/community_main.asp";break;
	case "freeboard"	: location.href = httpcommunity +"/board/board_list.asp?bd_id=free";break;
	case "qnaboard"		: location.href = httpcommunity +"/board/board_list.asp?bd_id=qna";break;
	case "screenshot"	: location.href = httpcommunity +"/board_img/board_img_list.asp?bd_id=screenshot";break;
	case "fanart"		: location.href = httpcommunity +"/board_img/board_img_list.asp?bd_id=fanart";break;
	case "poll"			: location.href = httpcommunity +"/poll/poll_pre.asp";break;
	case "movie"		: location.href = httpcommunity +"/board_movie/board_movie_list.asp";break;
	case "wallpaper"	: location.href = httpcommunity +"/board_wallpaper/board_wallpaper.asp";break;



	//case "avatar"	: location.href = httpavatar + "/avatar_main.asp";break;	
	case "avatar"	: location.href = httpavatar + "/avatar_list.asp";break;	
	case "item"		: location.href = httpavatar + "/avatar_list.asp";break;

	case "avatar_shop"		: location.href = httpavatar + "/avatar_list.asp";break;
	case "avatar_new"		: alert("準備中。");break;
	case "item_recommand"	: alert("準備中。");break;
	case "item_special"		: location.href = httpavatar + "/avatar_list.asp?kind=101";break;	
	case "item_coordinator"	: location.href = httpavatar + "/avatar_list.asp?kind=102";break;	
	case "item_tops"		: location.href = httpavatar + "/avatar_list.asp?kind=103";break;	
	case "item_bottoms"		: location.href = httpavatar + "/avatar_list.asp?kind=104";break;	
	case "item_hair"		: location.href = httpavatar + "/avatar_list.asp?kind=105";break;	
	case "item_accessory"	: location.href = httpavatar + "/avatar_list.asp?kind=106";break;	
	case "item_pet"			: location.href = httpavatar + "/avatar_list.asp?kind=107";break;	
	case "item_background"	: location.href = httpavatar + "/avatar_list.asp?kind=108";break;	


	case "event"		: location.href = httpwww + "/event/event_ing_list.asp";break;
	case "event_ing"	: location.href = httpwww + "/event/event_ing_list.asp";break;
	case "event_end"	: location.href = httpwww + "/event/event_end_list.asp";break;
	case "event_after"	: location.href = httpwww + "/event/board_list.asp";break;
	


	case "rocpoint"			: location.href = httpsssl +"/point/point_s1.asp";break;
	case "point_guide_01"	: location.href = httpsssl +"/point/point_guide_01.asp";break;
	case "point_guide_02"	: location.href = httpsssl +"/point/point_guide_02.asp";break;
	case "point_guide_03"	: location.href = httpsssl +"/point/point_guide_03.asp";break;
	case "point_guide_04"	: location.href = httpsssl +"/point/point_guide_04.asp";break;

	case "minimail"	: location.href = httpsssl +"/mypage/msg_recieve_list.asp";break;
	case "mybuy"	: location.href = httpsssl +"/mypage/my_buy_list.asp";break;	
	case "mybank"	: location.href = httpsssl +"/mypage/my_bank_list.asp";break;
	case "friend"		: location.href = httpsssl +"/mypage/friend_manage_list.asp";break;
	case "avatar_box"	: location.href = httpavatar + "/mypage_avatar.asp";break;	
	case "mypage"	: location.href = httpsssl +"/member/mem_modify_form.asp";break;
	case "question_l"	: location.href = httpsssl +"/mypage/question_list.asp";break;
	case "login"	: location.href = httpsssl +"/member/mem_login_form.asp";break;
	case "join"		: location.href = httpsssl +"/member/mem_regist_s1.asp";break;
	case "logout"	: location.href = httpsssl +"/member/authentication_out.asp";break;
	
	case "minimail_recieve"	: location.href = httpsssl +"/mypage/msg_recieve_list.asp";break;
	case "minimail_send"	: location.href = httpsssl +"/mypage/msg_send_list.asp";break;
	case "minimail_save"	: location.href = httpsssl +"/mypage/msg_save_list.asp";break;
	case "minimail_write"	: location.href = httpsssl +"/mypage/msg_write.asp";break;
	
		


	case "support"		: location.href = httpsupport +"/support_main.asp";break;
	case "faq"			: location.href = httpsupport +"/faq/faq.asp";break;
	case "question_i"	: location.href = httpsupport +"/question/question_write.asp";break;
	case "bug"			: alert("準備中です。");break;
	case "news"			: location.href = httpsupport +"/news_board/board_list.asp";break;
	case "update"		: location.href = httpsupport +"/update_board/board_list.asp";break;
	case "inspection"	: location.href = httpsupport +"/inspection_board/board_list.asp";break;
	case "download"		: location.href = httpsupport +"/download/download.asp";break;
	case "agree"		: location.href = httpsupport +"/aggrement_gameleon.asp";break;
	case "privacy"		: location.href = httpsupport +"/privacy_gameleon.asp";break;
	case "policy"		: location.href = httpsupport +"/policy_gameleon.asp";break;
	case "secession"	: location.href = httpsupport +"/secession/secession_login.asp";break;




	case "sitemap"		: location.href = httpwww + "/etc/sitemap.asp";break;

	default				: location.href = httpwww;
	
	}
}