

// constants

var initX       = 220; // x-coordinate of top left corner of dropdown menu 

var initY       = 107; // y-coordinate of top left corner of dropdown menu 

var backColor   = '#003366'; // the background color of dropdown menu, set empty '' for transparent

var borderColor = 'white'; // the color of dropdown menu border

var borderSize  = '1'; // the width of dropdown menu border

var itemHeight  = 20;

var xOverlap    = 5;

var yOverlap    = 10;

//





menuContent     = new Array ();



menuContent [0] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu

-1, // the number of line in parent menu, -1 if this is a first level menu

120, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'中港連網工作', 'sa.php?s=sa02#s2',

'度身訂做', 'sa.php?s=sa03#s3',

'連接會計系統', 'sa.php?s=sa04#s4',

'豐富軟件設計經驗', 'sa.php?s=sa05#s5',

'免費顧問服務', 'sa.php?s=sa06#s6',

'強大軟件功能', 'sa2.phps=sa2#s0',

'軟件模組', 'sa3a.phps=sa3a0#s0'

));



menuContent [1] = new Array ( 

-1, 

-1,

120,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'電腦硬件提供', 'pc01.php?s=pc01#s2',

'互聯網服務', 'pc02.php?s=pc02#s2',

'互聯網連接', 'pc03.php?s=pc03#s2',

'網頁設計', 'pc04.php?s=pc04#s2',

'架構內聯網', 'pc05.php?s=pc05#s2',

'系統維護及技術支援', 'pc06.php?s=pc06#s2',

'Linux解決方案', 'pc07.php?s=pc07#s2'

));



menuContent [2] = new Array ( 

0, // the id of parent menu, -1 if this is a first level menu

5, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'多單位', 'sa2.php?s=sa202#s2',

'多語言', 'sa2.php?s=sa203#s3',

'多貨幣', 'sa2.php?s=sa204#s4',

'多倉存', 'sa2.php?s=sa205#s5',

'多公司', 'sa2.php?s=sa206#s6',

'先進的數據庫架構', 'sa2.php?s=sa207#s7',

'精密的權限控制', 'sa2.php?s=sa208#s8',

'靈活的報表輸出', 'sa2.php?s=sa209#s9',

'多地域共用功能', 'sa2.php?s=sa210#s10',

'自定義功能', 'sa2.php?s=sa211#s11'

));



menuContent [3] = new Array ( 

0, // the id of parent menu, -1 if this is a first level menu

6, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'銷售管理', 'sa3a.php?s=sa3a#s0',

'銷售報表', 'sa3b.php?s=sa3b#s0',

'採購管理', 'sa3c.php?s=sa3c#s0',

'採購報表', 'sa3d.php?s=sa3d#s0',

'會計總賬', 'sa3e.php?s=sa3e#s0',

'總賬報表', 'sa3f.php?s=sa3f#s0',

'倉存管理', 'sa3g.php?s=sa3g#s0',

'倉存報表', 'sa3h.php?s=sa3h#s0',

'系統工具', 'sa3i.php?s=sa3i#s0'

));



menuContent [4] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

0, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'組裝桌面電腦', 'pc01.php?s=pc01#s2',

'牌子機桌面電腦', 'pc01.php?s=pc01#s3',

'組裝伺務器', 'pc01.php?s=pc01#s4',

'牌子機伺務器', 'pc01.php?s=pc01#s5',

'各類電腦配件', 'pc01.php?s=pc01#s6'

));



menuContent [5] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

1, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'域名申請', 'pc02.php?s=pc02#s2',

'域名寄存', 'pc02.php?s=pc02#s3',

'電子郵件信', 'pc02.php?s=pc02#s4',

'網站寄存', 'pc02.php?s=pc02#s5',

'伺務器寄存', 'pc02.php?s=pc02#s6'

));



menuContent [6] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

3, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'一般網站', 'pc04.php?s=pc04#s2',

'網站式軟件', 'pc04.php?s=pc04#s3'

));



menuContent [7] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

4, // the number of line in parent menu, -1 if this is a first level menu

130, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'辦公室佈線', 'pc05.php?s=pc05#s2',

'聯網桌面電腦及伺務器', 'pc05.php?s=pc05#s3',

'網絡安全系統', 'pc05.php?s=pc05#s4'

));



menuContent [8] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

5, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'伺服器安裝及維修', 'pc06.php?s=pc06#s2',

'辦公室系統維護', 'pc06.php?s=pc06#s3',

'電腦技術支援', 'pc06.php?s=pc06#s4'

));



menuContent [9] = new Array ( 

1, // the id of parent menu, -1 if this is a first level menu

6, // the number of line in parent menu, -1 if this is a first level menu

110, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'電郵伺務器', 'pc07.php?s=pc07#s2',

'網站伺務器', 'pc07.php?s=pc07#s3',

'檔案伺務器', 'pc07.php?s=pc07#s4',

'數據庫伺務器', 'pc07.php?s=pc07#s5'

));