<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#1F387F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFD800";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="其他問題"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// sI[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("常見問題 >"); //create header
addItem("一般問題", "faq_general_chi.asp", "");
addItem("開設戶口", "faq_openacc_chi.asp","");
addItem("交易問題", "faq_trading_chi.asp", "");
addItem("買賣盤種類", "faq_ordertypes_chi.asp", "");
addItem("認購香港首次公開發售的新股", "faq_hkIPO_chi.asp", "");
addItem("香港交易所-「開市前時段」", "faq_preOpening_chi.asp", "");
addItem("資 金 存 入 / 提 取", "faq_managefund_chi.asp", "");
addItem("股 票 存 入 / 提 取", "faq_managesec_chi.asp", "");
addItem("戶口管理", "faq_accmanage_chi.asp", "");
addItem("互惠基金", "faq_fund_chi.asp", "");
addItem("安全問題", "faq_privacy_chi.asp", "");
addItem("技術問題", "faq_technical_chi.asp", "");

buildMenu();

//-->
