/*
//	javascript:preparingMenu('DataCenter_Popup_close');
//		If you want to open the state, 
//		alert-message is clear and '//' symbols are clear blocked comment.
*/
function preparingMenu(strMenu)
{
	switch(strMenu)
	{
		case "index_trade_center_list" :	//call from /index.asp
			alert("Coming Soon!");
			//location.href="/community/tradecenter/trade_center_list.asp";
	        break;

		case "GameInfo_Quest" :					//call from /GameInfo/gameinfotopleftguide.asp
			alert("Coming Soon!");
			//location.href="/GameInfo/Quest/Quest.asp";
	        break;

		case "Community_Main" :					//call from /GameInfo/gameinfotopleftguide.asp
			//alert("Coming Soon!");
			callMenu2();
	        break;
		case "Community_guild_list" :			//call from /Cummunity/CommunityTopLeftGuide.asp
			alert("Coming Soon!");
			//location.href="/Community/guildboard/guild_list.asp?SVR=1";
			break;
		case "Community_GCAFE" :				//call from /Cummunity/CommunityTopLeftGuide.asp
			alert("Coming Soon!");
			//location.href="/Community/guildboard/GCAFE.asp?SVR=1";
			break;

		case "Community_GCAFE_BACK" :				//call from /Cummunity/CommunityTopLeftGuide.asp
			alert("Coming Soon!");
			history.back(-1);

			//location.href="/Community/guildboard/GCAFE.asp?SVR=1";
			break;

		case "Community_launchergreeting" :		//call from /Cummunity/CommunityTopLeftGuide.asp
			alert("Coming Soon!");
			//location.href="/Community/LauncherGreeting/launchergreeting_list.asp";
			break;
		case "Community_paparazzi_list" :		//call from /Cummunity/CommunityTopLeftGuide.asp & /Community/paparazzimain/paparazzi_main.asp
			alert("Coming Soon!");
			//location.href="/Community/paparazzi/paparazzi_list.asp";
			break;
		
		case "DataCenter_popup" :				//information center popup //call from index.asp
			alert("Coming Soon!");
			//window.open('/DataCenter/Total.asp','WarRecord', 'top=50, left=50, width=790, height=594, scrollbars=no, resizable=no, toolbar=no, menubar=no, status=no');
			break;

		case "Billing_gv_cash" :				//call from Billing/gv_cash.asp
			alert("Coming Soon!");
			//call_Submit_Account();
			break;		

		case "MyAccount_Billing" :		//call from /MyAccount/MyAccountTopLeftGuide.asp
			alert("Coming Soon!");
			//location.href="#";
			break;

		case "security_ui_lock_info_login" : 
			alert("Coming Soon!");
			//location.href="/security/ui_block_unlock_check_login.asp";
			break;			
		
		case "RFPDS_Client_BACK" : 
			alert("Coming Soon!");
			history.back(-1);
			
			//location.href="/RFPDS/Client/Client.asp";
			break;		
		
		case "RFPDS_Client" : 
			alert("Coming Soon!");
			//location.href="/RFPDS/Client/Client.asp";
			break;		
			
		case "RFPDS_DxDriv" : 
			alert("Coming Soon!");
			//location.href="/RFPDS/DxDriver/DxDriver.asp";
			break;		
		
		case "flash_client" : 
			//writeFlash3(129,149,"/flash/left_menu.swf");
			break;	
			
		case "Community_server_list" : 
			alert("Coming Soon!");
			//location.href="/Community/server/server_list.asp";
			break;	

		case "Community_server_list_BACK" : 
			alert("Coming Soon!");
			history.back(-1);
			break;	
		
		case "GameInfo_Quest_BACK" :	// add by wendy(2009-01-07)
			//gameinfo/Quest/quest_detailnew.asp
			alert("Coming Soon!");
			history.back(-1);
			break;	
		
		case "DataCenter_Popup_close" : 
			alert("Coming Soon!");
			self.close();
			break;	
		default:

			alert("wrong access!!");

	}
}