﻿// JScript 檔
var myMenu =
[
    ['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'DRAM_Module\',\'\',\'../images/menu-dram_1.gif\',1)"><img src="../images/menu-dram.gif" alt="DRAM Module" name="DRAM_Module" border="0"/></a><img src="../images/lin-mid.gif" width="4" height="36">',  '../Product/drammodule.aspx', '_self', '',
       	['', 'Desktop', '../Product/category.aspx?ProductType=Dram%20Module&TypeUse=DeskTop','_self','' ],
		// this is how custom javascript code can be called from the item
		// note how apostrophes are escaped inside the string, i.e. 'Don't' must be 'Don\'t'
		['' , 'Notebook', '../Product/category.aspx?ProductType=Dram%20Module&TypeUse=Notebook','_self',''],
		['', 'Server', '../Product/category.aspx?ProductType=Dram%20Module&TypeUse=Server','_self','' ],
		['', 'Extreme Edition', '../Product/category.aspx?ProductType=Dram%20Module&TypeUse=Extreme%20Edition','_self',''],
		['', 'Apple Series', '../Product/category.aspx?ProductType=Dram%20Module&TypeUse=Apple%20series','_self','']		
    ],  
    ['' ,'<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'memCard\',\'\',\'../images/menu-memCard_1.gif\',1)"><img src="../images/menu-memCard.gif" alt="Memory Card" name="memCard"  border="0"></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/memorycard.aspx','_self' ,null,
		// this is how item scope settings are defined
		['', 'CF Series', '../Product/category.aspx?ProductType=Memory%20Card&TypeUse=Turbo%20Series','_self',''],
		// this is how multiple item scope settings are defined
		//['', 'Super Series', '../Product/category.aspx?ProductType=Memory%20Card&TypeUse=Super%20Series' ,'_self',''],
		[ '','SD Series', '../Product/category.aspx?ProductType=Memory%20Card&TypeUse=Super%20Series','_self',''],
		['', 'microSD Series', '../Product/category.aspx?ProductType=Memory%20Card&TypeUse=Speedy%20Series' ,'_self','']
	],
	['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'flashdrive\',\'\',\'../images/menu-drive_1.gif\',1)"><img src="../images/menu-drive.gif" alt="Flash Drive" name="flashdrive"  border="0"></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/flashdrive.aspx','_self' , null,
		['','Nobility Series', '../Product/category.aspx?ProductType=Flash%20Drive&TypeUse=Nobility%20Series','_self',''],
		['','Theme Series', '../Product/category.aspx?ProductType=Flash%20Drive&TypeUse=Theme%20Series','_self',''],
		['','Superior', '../Product/category.aspx?ProductType=Flash%20Drive&TypeUse=Sport%20Series','_self',''],
		['','Classic Series', '../Product/category.aspx?ProductType=Flash%20Drive&TypeUse=Classic%20Series','_self','']
	],
	['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'disney\',\'\',\'../images/menu-disney_1.gif\',1)"><img src="../images/menu-disney.gif" alt="disney" name="disney"  border="0"/></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/disney.aspx','_self' , null,
		['','Digital Image', '../Product/category.aspx?ProductType=Disney&TypeUse=Image','_self',''],
		['','Flash Drive', '../Product/category.aspx?ProductType=Disney&TypeUse=Disk','_self','']
	],
	['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'SSD\',\'\',\'../images/menu-SSD_1.gif\',1)"><img src="../images/menu-SSD.gif" alt="SSD" name="SSD"  border="0"/></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/ssd.aspx' ,'_self', null,
		//['','SATA I', '../Product/category.aspx?ProductType=SSD&TypeUse=SATA','_self',''],
		['','SATA II', '../Product/category.aspx?ProductType=SSD&TypeUse=SATAII','_self','']//,
		//['','ZIF',  '../Product/category.aspx?ProductType=SSD&TypeUse=ZIP' ,'_self','']
	],
	//['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'multimedia\',\'\',\'../images/menu-multimedia_1.gif\',1)"><img src="../images/menu-multimedia.gif" alt="Multimedia" name="multimedia" border="0"/></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/multimedia.aspx' ,'_self', null,
	//	['', 'Digital Image', '../Product/category.aspx?ProductType=Multi-media&TypeUse=','_self','']
	//],
	['','<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'storage\',\'\',\'../images/menu-storage_1.gif\',1)"><img src="../images/menu-storage.gif" alt="Storage" name="storage" border="0"/></a><img src="../images/lin-mid.gif" width="4" height="36">', '../Product/storage.aspx' ,'_self', null,
		['', 'Portable Storage', '../Product/category.aspx?ProductType=storage&TypeUse=','_self','']
	]
];
