	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or '#rrggbb' strings
						//For transparency make colors and border color ''
	var LowBgColor='#222836';			// Background color when mouse is not over
	var HighBgColor='#08090B';			// Background color when mouse is over
	var FontLowColor='#999999';			// Font color when mouse is not over
	var FontHighColor='#FEFFFF';			// Font color when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily='arial,arial,arial';	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position left, center or right
	var MenuCentered='left';			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered='top';		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=6;				// Left padding
	var TopPaddng=5;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var UnfoldDelay=10;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref='';				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= 'http://www.MyDomain/' and a link in the menu is 'subdir/MyFile.htm',
						// the script renders to: 'http://www.MyDomain/subdir/MyFile.htm'
						// Can also be used when you use images in the textfields of the menu
						// 'MenuX=new Array('<img src=\''+BaseHref+'MyImage\'>'
						// For testing on your harddisk use syntax like: BaseHref='file:///C|/MyFiles/Homepage/'

	var Arrws=[BaseHref+'tri.gif',5,10,BaseHref+'tridown.gif',10,5,BaseHref+'trileft.gif',5,10,BaseHref+'triup.gif',10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ''

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type='text/javascript'>var SetMenu='2_2_1';</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide='';
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide='';

	var MenuShadow='';

	var MenuOpacity='';

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

Menu1=new Array('<br>關於思渤','','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',5,50,80,'','','','','','',-1,1,-1,'center','');
Menu1_1=new Array('CYBERNET','zh.php?m=480','',0,24,72,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu1_2=new Array('思渤簡介','zh.php?m=349','',0,24,72,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu1_3=new Array('企業精神','zh.php?m=477','',0,24,72,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu1_4=new Array('公司文化','zh.php?m=478','',0,24,72,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu1_5=new Array('服務內容','zh.php?m=479','',0,24,72,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2=new Array('<br>產品介紹','zh.php?m=342','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',18,50,80,'','','','','','',-1,1,-1,'center','');
Menu2_1=new Array('DAQ / PXI / cPCI 工業電腦產品  ADLINK','zh.php?m=353','',8,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_1=new Array('高解析度多功能資料擷取卡與數位化儀','zh.php?m=441','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_2=new Array('資料擷取軟體','zh.php?m=442','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_3=new Array('GPIB產品','zh.php?m=443','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_4=new Array('運動控制、機器視覺與影像平台','zh.php?m=444','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_5=new Array('PXI控制器與平台','zh.php?m=445','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_6=new Array('數位IO卡','zh.php?m=446','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_7=new Array('CompactPCI工業電腦','zh.php?m=474','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_1_8=new Array('系統擴充延伸產品','zh.php?m=448','',0,24,255,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_2=new Array('3D公差分析軟體  CETOL 6σ','zh.php?m=526','',1,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_2_1=new Array('利用CETOL 6σ ，簡單進行3D公差分析','zh.php?m=527','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_3=new Array('成像系統設計軟體 CODE V','zh.php?m=619','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_4=new Array('熱力學與燃料電池系統  EUtech','zh.php?m=512','',1,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_4_1=new Array('Thermolib 熱力學與燃料電池系統模塊庫','zh.php?m=513','',0,24,285,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_5=new Array('IBIS 模型檢測與驗證軟體  IBIS Station','zh.php?m=426','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_6=new Array('照明設計軟體 LightTools','zh.php?m=620','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7=new Array('FPGA與DSP數位訊號處理平台  Lyrtech','zh.php?m=358','',6,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1=new Array('cPCI 進階發展平台','zh.php?m=452','',5,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1_1=new Array('訊號處理原型化開發板 SignalMaster Quad','zh.php?m=607','',0,24,312,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1_2=new Array('訊號處理原型化開發板 SignalMaster Dual','zh.php?m=608','',0,24,312,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1_3=new Array('訊號處理原型化開發板 VHS ADC','zh.php?m=609','',0,24,312,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1_4=new Array('訊號處理原型化開發板 VHS DAC','zh.php?m=610','',0,24,312,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_1_5=new Array('ADAC Sync','zh.php?m=611','',0,24,312,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_2=new Array('Add-on modules-cPCI 外接功能模組','zh.php?m=453','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_3=new Array('Stand-alone進階發展平台','zh.php?m=454','',3,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_3_1=new Array('SFF SDR 軟體定義無線電平台','zh.php?m=612','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_3_2=new Array('Mini-ADACSync','zh.php?m=613','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_3_3=new Array('SignalWAVE 入門級DSP+FPGA 驗證板','zh.php?m=614','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_4=new Array('RF front ends-射頻前端產品','zh.php?m=455','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_5=new Array('uTCA 高速處理平台','zh.php?m=530','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_6=new Array('其他進階整合開發工具','zh.php?m=456','',4,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_6_1=new Array('MIMO 應用','zh.php?m=615','',0,24,153,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_6_2=new Array('多頻道 VSG-VSA ADS','zh.php?m=616','',0,24,153,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_6_3=new Array('4-Wave ADS','zh.php?m=617','',0,24,153,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_7_6_4=new Array('Pro Vision ADS','zh.php?m=618','',0,24,153,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8=new Array('符號運算與多領域物理建模開發平台  Maplesoft','zh.php?m=357','',3,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_1=new Array('尖端符號及數值運算軟體 Maple','zh.php?m=556','',1,24,246,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_1_1=new Array('Maple 14 新版本介紹','zh.php?m=586','',0,24,156,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_2=new Array('多領域高效物理建模軟體 MapleSim','zh.php?m=401','',4,24,246,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_2_1=new Array('MapleSim 4.5 最新版本介紹','zh.php?m=525','',0,24,222,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_2_2=new Array('MapleSim 控制設計工具箱','zh.php?m=517','',0,24,222,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_2_3=new Array('MapleSim-Simulink 介面工具','zh.php?m=518','',0,24,222,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_2_4=new Array('MapleSim-LabVIEW介面工具','zh.php?m=519','',0,24,222,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_8_3=new Array('線上測驗教學平台  Maple T.A.','zh.php?m=511','',0,24,246,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_9=new Array('車輛相關動態模擬  Mechanical Simulation Corporation','zh.php?m=355','',3,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_9_1=new Array('CarSim 小型車輛模擬分析軟體','zh.php?m=449','',0,24,231,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_9_2=new Array('BikeSim 機踏車模擬分析軟體','zh.php?m=450','',0,24,231,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_9_3=new Array('TruckSim 重型卡車模擬分析軟體','zh.php?m=451','',0,24,231,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_10=new Array('數值計算函式庫 - 英商納格資訊 NAG','zh.php?m=529','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_11=new Array('即時模擬開發系統  Opal-RT','zh.php?m=360','',3,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_11_1=new Array('RT-Lab 即時工程系統模組化設計軟體','zh.php?m=434','',0,24,258,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_11_2=new Array('RT-EVENTs 離散系統模擬軟體','zh.php?m=435','',0,24,258,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_11_3=new Array('ARTEMIS 電力系統模擬軟體','zh.php?m=436','',0,24,258,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_12=new Array('程序整合暨設計最佳化工具  OPTIMUS','zh.php?m=363','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13=new Array('照明與成像設計軟體　','zh.php?m=356','',2,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_1=new Array('CODE V-光學/成像系統設計分析軟體','zh.php?m=398','',0,24,252,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2=new Array('LightTools-照明系統設計模擬軟體','zh.php?m=399','',5,24,252,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2_1=new Array('LightTools 7.1 最新版本','zh.php?m=599','',0,24,219,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2_2=new Array('LightTools 關鍵功能','zh.php?m=470','',0,24,219,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2_3=new Array('LightTools 高效照明分析工具','zh.php?m=471','',0,24,219,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2_4=new Array('LightTools 應用領域','zh.php?m=472','',0,24,219,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_13_2_5=new Array('LightTools 功能模組','zh.php?m=473','',0,24,219,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14=new Array('3D電磁分析軟體  Poynting','zh.php?m=565','',2,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_1=new Array('Poynting for Microwave','zh.php?m=566','',3,24,198,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_1_1=new Array('Poynting for Microwave- Solver','zh.php?m=568','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_1_2=new Array('Poynting for Microwave- GUI','zh.php?m=569','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_1_3=new Array('Poynting for Microwave- OPTION','zh.php?m=570','',0,24,270,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_2=new Array('Poynting for Optics','zh.php?m=567','',3,24,198,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_2_1=new Array('Poynting for Optics - Solver','zh.php?m=571','',0,24,252,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_2_2=new Array('Poynting for Optics - GUI','zh.php?m=572','',0,24,252,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_14_2_3=new Array('Poynting for Optics - OPTION','zh.php?m=573','',0,24,252,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_15=new Array('嵌入式軟體自動測試及驗證工具  Reactis','zh.php?m=365','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_16=new Array('高階幾何建模工具  SpaceClaim','zh.php?m=364','',0,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17=new Array('SoC/ ASIC/ FPGA 設計驗證及除錯工具  Synopsys Synplicity','zh.php?m=361','',4,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_1=new Array('Synplify Premier-FPGA驗證及除錯','zh.php?m=458','',0,24,264,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_2=new Array('Certify-ASIC RTL 原形測試與開發','zh.php?m=461','',0,24,264,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3=new Array('HAPS-高效能ASIC原型測試開發系統','zh.php?m=462','',6,24,264,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_1=new Array('Various Interconnect & Memory Boards','zh.php?m=463','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_2=new Array('I/O Board','zh.php?m=464','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_3=new Array('Adapter Boards','zh.php?m=465','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_4=new Array('MGB Interface Cards','zh.php?m=466','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_5=new Array('Interconnect Boards & Cables','zh.php?m=467','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_3_6=new Array('Miscellaneous','zh.php?m=468','',0,24,324,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_17_4=new Array('Synphony-高階合成解決方案','zh.php?m=524','',0,24,264,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_18=new Array('車輛 ECU 開發套件  Woodward Mototron','zh.php?m=359','',4,24,468,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_18_1=new Array('MotoHawk-ECU快速原型化系統','zh.php?m=411','',0,24,273,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_18_2=new Array('MotoTune-調校開發工具','zh.php?m=412','',0,24,273,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_18_3=new Array('MCS kits-電子控制模組','zh.php?m=413','',0,24,273,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu2_18_4=new Array('ControlCore-內嵌式產品查驗軟體架構','zh.php?m=439','',0,24,273,'#000000','#6B6B6B','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu3=new Array('<br>技術中心','zh.php?m=343','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',3,50,80,'','','','','','',-1,1,-1,'center','');
Menu3_1=new Array('技術資訊搜尋','zh.php?m=469','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu3_2=new Array('技術文章列表','zh.php?m=367','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu3_3=new Array('熱門技術文章','zh.php?m=489','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu4=new Array('<br>訓練課程','zh.php?m=344','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',0,50,80,'','','','','','',-1,1,-1,'center','');
Menu5=new Array('<br>活動訊息','','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',2,50,80,'','','','','','',-1,1,-1,'center','');
Menu5_1=new Array('研討會與體驗營訊息','zh.php?m=345','',0,24,165,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu5_2=new Array('第一屆物理建模創意競賽','javascript:NewWin=window.open("http://www.cybernet-ap.com.tw/PMSC/","NWin");window["NewWin"].focus()','',0,24,165,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu6=new Array('<br>新聞中心','zh.php?m=346','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',0,50,80,'','','','','','',-1,1,-1,'center','');
Menu7=new Array('<br>會員中心','','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',6,50,80,'','','','','','',-1,1,-1,'center','');
Menu7_1=new Array('加入會員','zh.php?m=521','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu7_2=new Array('新手指南','zh.php?m=522','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu7_3=new Array('查詢修改資料','zh.php?m=381','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu7_4=new Array('訓練課程紀錄','zh.php?m=378','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu7_5=new Array('參加活動紀錄','zh.php?m=379','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu7_6=new Array('修改密碼','zh.php?m=376','',0,24,90,'#000000','#FE0712','#FEFFFF','#FEFFFF','#222A37','',-1,-1,-1,'left','');
Menu8=new Array('<br>連絡思渤','zh.php?m=348','rollover?images/hv_bg.jpg?images/hv_bg_black.jpg',0,50,80,'','','','','','',-1,1,-1,'center','');

