﻿<!--
	// path of this section
	var urlpath = "/signature/" + website + "/concierge";
	
	// this array stores the english names, the localised names and the url of the subsections
	// rule: arsubsection[0] = new Array([english name],[localised name],[url]);
	var arsubsection = new Array();
 	arsubsection[0] = new Array("Request Forms","申請表格","https://www.visasignature-asia.com/signature/concierge/ServiceRequestForm/FlightReservation?ws=tw");
	arsubsection[1] = new Array("Emergency Services","緊急服務","/emergency_services/index.shtml");
	arsubsection[2] = new Array("Concierge Hotlines","御璽卡秘書專線","/concierge_hotlines/index.shtml");
	arsubsection[3] = new Array("Concierge Contacts","御璽卡秘書聯絡方式","/includes/uploads/concierge_contacts.pdf");
	
// -->