<?xml version="1.0" encoding="UTF-8"?>

<skin xmlns="http://www.shareaza.com/schemas/Skin.xsd" version="1.0">

<!-- Toolbar Definitions -->
<toolbars>
	<!-- MAIN WINDOW -->
	<toolbar name="CMainWnd.Basic">
		<button id="ID_NETWORK_CONNECT" text="Connect"/>
		<separator/>
		<button id="ID_TAB_HOME" text="Home"/>
		<button id="ID_TAB_LIBRARY" text="Library"/>
		<button id="ID_TAB_MEDIA" text="Media Player"/>
		<button id="ID_TAB_SEARCH" text="Search"/>
		<button id="ID_TAB_TRANSFERS" text="Downloads"/>
	</toolbar>
	<toolbar name="CMainWnd.Tabbed">
		<button id="ID_TAB_CONNECT" text="Connect"/>
		<separator/>
		<button id="ID_TAB_HOME" text="Home"/>
		<button id="ID_TAB_LIBRARY" text="Library"/>
		<button id="ID_TAB_MEDIA" text="Media Player"/>
		<button id="ID_TAB_SEARCH" text="Search"/>
		<button id="ID_TAB_TRANSFERS" text="Transfers"/>
		<button id="ID_TAB_NETWORK" text="Network"/>
		<button id="ID_TAB_IRC" text="Chat"/>
	</toolbar>
	<toolbar name="CMainWnd.Windowed">
		<button id="ID_NETWORK_CONNECT" text="Connect"/>
		<button id="ID_NETWORK_DISCONNECT"/>
		<separator/>
		<button id="ID_TAB_HOME"/>
		<button id="ID_VIEW_SYSTEM"/>
		<button id="ID_VIEW_NEIGHBOURS"/>
		<button id="ID_VIEW_DOWNLOADS"/>
		<button id="ID_VIEW_UPLOADS"/>
		<button id="ID_VIEW_LIBRARY"/>
		<button id="ID_VIEW_MEDIA"/>
		<button id="ID_TAB_IRC"/>
		<button id="ID_VIEW_SECURITY"/>
		<button id="ID_VIEW_SCHEDULER"/>
		<button id="ID_VIEW_HOSTS"/>
		<button id="ID_VIEW_DISCOVERY"/>
		<button id="ID_VIEW_TRAFFIC"/>
		<button id="ID_VIEW_PACKETS"/>
		<button id="ID_VIEW_SEARCH_MONITOR"/>
		<button id="ID_VIEW_RESULTS_MONITOR"/>
		<separator/>
		<button id="ID_TOOLS_SETTINGS"/>
		<button id="ID_TOOLS_DOWNLOAD"/>
		<separator/>
		<button id="ID_WINDOW_CASCADE"/>
		<button id="ID_WINDOW_TILE_HORZ"/>
		<button id="ID_WINDOW_TILE_VERT"/>
		<separator/>
		<button id="ID_NETWORK_SEARCH" text="New Search"/>
	</toolbar>
	<!-- SEARCH WINDOW -->
	<toolbar name="CSearchWnd.Panel.Basic">
		<button id="ID_SEARCH_DOWNLOAD" text="Download"/>
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<separator/>
		<button id="ID_SEARCH_PANEL" text="Show Search"/>
		<button id="ID_SEARCH_DETAILS" text="Show Details"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="130"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<toolbar name="CSearchWnd.Panel">
		<button id="ID_SEARCH_DOWNLOAD" text="Download"/>
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<separator/>
		<button id="ID_SEARCH_PANEL" text="Show Search"/>
		<button id="ID_SEARCH_DETAILS" text="Show Details"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="160"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<toolbar name="CSearchWnd.Full">
		<button id="ID_SEARCH_SEARCH" text="Search Again..."/>
		<button id="ID_SEARCH_STOP" text="Stop Search"/>
		<separator/>
		<button id="ID_SEARCH_DOWNLOAD" text="Download"/>
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<separator/>
		<button id="ID_SEARCH_PANEL" text="Show Search"/>
		<button id="ID_SEARCH_DETAILS" text="Show Details"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="150"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<!-- BROWSE HOST WINDOW -->
	<toolbar name="CBrowseHeaderCtrl">
		<button id="ID_BROWSE_PROFILE" text="Profile"/>
		<button id="ID_BROWSE_FILES" text="Shared Files"/>
	</toolbar>
	<toolbar name="CBrowseTree.Top">
		<button id="ID_LIBRARY_TREE_PHYSICAL" text="Folders"/>
		<button id="ID_LIBRARY_TREE_VIRTUAL" text="Organiser"/>
	</toolbar>
	<toolbar name="CBrowseHostWnd.Basic">
		<button id="ID_SEARCH_DOWNLOAD" text="Download File"/>
		<button id="ID_SEARCH_CHAT" text="Chat to User"/>
		<separator/>
		<button id="ID_SEARCH_DETAILS" text="Show Details"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="160"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<toolbar name="CBrowseHostWnd">
		<button id="ID_SEARCH_DOWNLOAD" text="Download File"/>
		<button id="ID_SEARCH_CHAT" text="Chat to User"/>
		<separator/>
		<button id="ID_BROWSE_STOP" text="Stop"/>
		<button id="ID_BROWSE_REFRESH" text="Refresh"/>
		<separator/>
		<button id="ID_SEARCH_DETAILS" text="Show Details"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="160"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<!-- DOWNLOADS WINDOW -->
	<toolbar name="CDownloadsWnd.Basic">
		<button id="ID_DOWNLOADS_LAUNCH_COMPLETE" text="Open or Play"/>
		<button id="ID_DOWNLOADS_LAUNCH_COPY" text="Preview File"/>
		<button id="ID_DOWNLOADS_FILE_DELETE" text="Delete File"/>
		<separator/>
		<button id="ID_DOWNLOADS_RESUME" text="Resume Download"/>
		<button id="ID_DOWNLOADS_PAUSE" text="Pause Download"/>
		<button id="ID_DOWNLOADS_CLEAR_INCOMPLETE" text="Cancel Download"/>
		<button id="ID_DOWNLOADS_CLEAR_COMPLETE" text="Clear Download"/>
		<separator/>
		<button id="ID_DOWNLOADS_MONITOR" text="Show Monitor"/>
		<rightAlign/>
		<button id="ID_TOOLS_DOWNLOAD" text="Add Download/Torrent..."/>
		<button id="ID_DOWNLOADS_CLEAR_COMPLETED" text="Clear Completed"/>
	</toolbar>
	<toolbar name="CDownloadsWnd">
		<button id="ID_DOWNLOADS_LAUNCH_COMPLETE" text="Open or Play"/>
		<button id="ID_DOWNLOADS_FILE_DELETE" text="Delete File"/>
		<button id="ID_DOWNLOADS_LAUNCH_COPY" text="Preview File"/>
		<separator/>
		<button id="ID_DOWNLOADS_RESUME" text="Resume Download"/>
		<button id="ID_DOWNLOADS_PAUSE" text="Pause Download"/>
		<button id="ID_DOWNLOADS_CLEAR_INCOMPLETE" text="Cancel Download"/>
		<button id="ID_DOWNLOADS_CLEAR_COMPLETE" text="Clear Download"/>
		<separator/>
		<button id="ID_DOWNLOADS_MONITOR" text="Show Monitor"/>
		<button id="ID_DOWNLOADS_EDIT" text="Properties"/>
		<rightAlign/>
		<button id="ID_TOOLS_DOWNLOAD" text="Add Download/Torrent..."/>
		<button id="ID_DOWNLOADS_CLEAR_COMPLETED" text="Clear Completed"/>
		<separator/>
		<button id="ID_DOWNLOADS_FILTER_MENU" text="Filter"/>
	</toolbar>
	<!-- UPLOADS WINDOW -->
	<toolbar name="CUploadsWnd.Basic">
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<button id="ID_UPLOADS_CHAT" text="Chat to User"/>
		<rightAlign/>
		<button id="ID_UPLOADS_CLEAR_COMPLETED" text="Clear Completed"/>
	</toolbar>
	<toolbar name="CUploadsWnd">
		<button id="ID_UPLOADS_LAUNCH" text="Open or Play"/>
		<separator/>
		<button id="ID_UPLOADS_START" text="Start Now"/>
		<button id="ID_UPLOADS_CLEAR" text="Clear Upload"/>
		<separator/>
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<button id="ID_UPLOADS_CHAT" text="Chat to User"/>
		<button id="ID_SECURITY_BAN" text="Ban User"/>
		<rightAlign/>
		<button id="ID_UPLOADS_CLEAR_COMPLETED" text="Clear Completed"/>
		<separator/>
		<button id="ID_UPLOADS_FILTER_MENU" text="Filter"/>
	</toolbar>
	<!-- LIBRARY FRAME -->
	<toolbar name="CLibraryTree.Top">
		<button id="ID_LIBRARY_TREE_PHYSICAL" text="Folders"/>
		<button id="ID_LIBRARY_TREE_VIRTUAL" text="Organiser"/>
	</toolbar>
	<toolbar name="CLibraryTree.Virtual">
		<button id="ID_LIBRARY_FOLDERS" text="Share Files..."/>
	</toolbar>
	<toolbar name="CLibraryHeaderBar.Physical">
		<button id="ID_LIBRARY_VIEW" text="View"/>
		<button id="ID_LIBRARY_PANEL" text="Show Details"/>
		<button id="ID_LIBRARY_PARENT" text="Up"/>
	</toolbar>
	<toolbar name="CLibraryHeaderBar.Virtual">
		<button id="ID_LIBRARY_VIEW" text="View"/>
		<button id="ID_LIBRARY_PANEL" text="Show Details"/>
		<button id="ID_LIBRARY_PARENT" text="Up"/>
	</toolbar>
	<!-- LIBRARY VIEWS -->
	<toolbar name="CLibraryHomeView.Physical">
		<button id="ID_LIBRARY_FOLDERS" text="Share Files..."/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryHomeView.Virtual">
		<button id="ID_LIBRARY_FOLDER_NEW" text="Create Album..."/>
		<button id="ID_LIBRARY_ALBUM_DELETE" text="Delete Album"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryTileView.Virtual">
		<button id="ID_LIBRARY_FOLDER_NEW" text="Create Album..."/>
		<button id="ID_LIBRARY_ALBUM_DELETE" text="Delete Album"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryFileView.Physical.Basic">
		<button id="ID_LIBRARY_LAUNCH" text="Open or Play"/>
		<button id="ID_LIBRARY_ENQUEUE" text="Add to Playlist"/>
		<separator/>
		<button id="ID_WEBSERVICES_LIST" text="Web Services"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryFileView.Physical">
		<button id="ID_LIBRARY_LAUNCH" text="Open or Play"/>
		<button id="ID_LIBRARY_ENQUEUE" text="Add to Playlist"/>
		<separator/>
		<button id="ID_LIBRARY_PROPERTIES" text="Properties"/>
		<separator/>
		<button id="ID_WEBSERVICES_LIST" text="Web Services"/>
		<separator/>
		<button id="ID_LIBRARY_MOVE" text="Move"/>
		<button id="ID_LIBRARY_COPY" text="Copy"/>
		<button id="ID_LIBRARY_DELETE" text="Delete"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryFileView.Virtual.Basic">
		<button id="ID_LIBRARY_LAUNCH" text="Open or Play"/>
		<button id="ID_LIBRARY_ENQUEUE" text="Add to Playlist"/>
		<button id="ID_LIBRARY_FOLDER_ENQUEUE" text="Play Album"/>
		<separator/>
		<button id="ID_WEBSERVICES_LIST" text="Web Services"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryFileView.Virtual">
		<button id="ID_LIBRARY_LAUNCH" text="Open or Play"/>
		<button id="ID_LIBRARY_ENQUEUE" text="Add to Playlist"/>
		<button id="ID_LIBRARY_FOLDER_ENQUEUE" text="Play Album"/>
		<separator/>
		<button id="ID_LIBRARY_PROPERTIES" text="Properties"/>
		<separator/>
		<button id="ID_WEBSERVICES_LIST" text="Web Services"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<toolbar name="CLibraryCollectionView.Virtual">
		<button id="ID_LIBRARY_FOLDER_ENQUEUE" text="Play Full Album"/>
		<separator/>
		<button id="ID_LIBRARY_FOLDER_DOWNLOAD" text="Download All Files"/>
		<rightAlign/>
		<separator/>
		<control id="IDC_SEARCH_BOX" width="120"/>
		<button id="ID_LIBRARY_SEARCH_QUICK" text="Find"/>
	</toolbar>
	<!-- MEDIA WINDOW -->
	<toolbar name="CMediaFrame.Basic">
		<button id="ID_MEDIA_PLAY" text="Play&#160;&#160;&#160;"/>
		<button id="ID_MEDIA_PAUSE" text="Pause" visible="false"/>
		<button id="ID_MEDIA_STOP" text="Stop"/>
		<separator/>
		<label text="Seek:" tip="Seek to a position in the media file"/>
		<control id="IDC_MEDIA_POSITION" width="190" height="22"/>
		<label text="Volume:" tip="Adjust the audio volume"/>
		<control id="IDC_MEDIA_VOLUME" width="50" height="22"/>
		<separator/>
		<button id="ID_MEDIA_OPEN" text="Open File"/>
		<rightAlign/>
		<button id="ID_MEDIA_PREVIOUS" text="Previous"/>
		<button id="ID_MEDIA_NEXT" text="Next"/>
		<separator/>
		<button id="ID_MEDIA_PLAYLIST" text="Playlist"/>
	</toolbar>
	<toolbar name="CMediaFrame">
		<button id="ID_MEDIA_PLAY" text="Play&#160;&#160;&#160;"/>
		<button id="ID_MEDIA_PAUSE" text="Pause" visible="false"/>
		<button id="ID_MEDIA_STOP" text="Stop"/>
		<separator/>
		<label text="Seek:" tip="Seek to a position in the media file"/>
		<control id="IDC_MEDIA_POSITION" width="190" height="22"/>
		<label text="Speed:" tip="Adjust the speed of the media file"/>
		<control id="IDC_MEDIA_SPEED" width="40" height="22"/>
		<label text="Volume:" tip="Adjust the audio volume"/>
		<control id="IDC_MEDIA_VOLUME" width="50" height="22"/>
		<separator/>
		<button id="ID_MEDIA_OPEN" text="Open"/>
		<separator/>
		<button id="ID_MEDIA_FULLSCREEN"/>
		<button id="ID_MEDIA_ZOOM"/>
		<button id="ID_MEDIA_VIS"/>
		<rightAlign/>
		<button id="ID_MEDIA_PREVIOUS"/>
		<button id="ID_MEDIA_NEXT"/>
		<separator/>
		<button id="ID_MEDIA_PLAYLIST" text="Playlist"/>
	</toolbar>
	<toolbar name="CMediaList">
		<button id="ID_MEDIA_ADD"/>
		<button id="ID_MEDIA_REMOVE"/>
		<rightAlign/>
		<button id="ID_MEDIA_CLEAR" text="Clear"/>
		<button id="ID_MEDIA_SAVE" text="Save"/>
	</toolbar>
	<!-- IRC WINDOW -->
	<toolbar name="CIRCFrame">
		<button id="ID_IRC_CONNECT" text="Connect" tip="Connect to IRC"/>
		<button id="ID_IRC_DISCONNECT" text="Disconnect" tip="Disconnect from IRC"/>
		<rightAlign/>
		<button id="ID_IRC_SETTINGS" text="Settings" tip="Configure IRC Settings"/>
	</toolbar>
	<!-- NEIGHBOURS WINDOW -->
	<toolbar name="CNeighboursWnd.Basic">
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<button id="ID_NEIGHBOURS_CHAT" text="Chat to User"/>
		<rightAlign/>
		<button id="ID_NETWORK_G2" text="Gnutella2"/>
		<button id="ID_NETWORK_G1" text="Gnutella1"/>
		<button id="ID_NETWORK_ED2K" text="eDonkey"/>
		<separator/>
		<button id="ID_NEIGHBOURS_SETTINGS" text="Settings"/>
	</toolbar>
	<toolbar name="CNeighboursWnd">
		<button id="ID_NETWORK_CONNECT_TO" text="Connect To"/>
		<button id="ID_NEIGHBOURS_DISCONNECT" text="Disconnect"/>
		<separator/>
		<button id="ID_BROWSE_LAUNCH" text="Browse User"/>
		<button id="ID_NEIGHBOURS_CHAT" text="Chat to User"/>
		<button id="ID_SECURITY_BAN" text="Ban Host"/>
		<rightAlign/>
		<button id="ID_NETWORK_G2" text="Gnutella2"/>
		<button id="ID_NETWORK_G1" text="Gnutella1"/>
		<button id="ID_NETWORK_ED2K" text="eDonkey"/>
		<separator/>
		<button id="ID_NEIGHBOURS_SETTINGS" text="Settings"/>
	</toolbar>
	<toolbar name="CSecurityWnd">
		<button id="ID_SECURITY_EDIT" text="Edit Rule"/>
		<separator/>
		<button id="ID_SECURITY_ADD" text="Add Rule"/>
		<button id="ID_SECURITY_REMOVE" text="Remove Rule"/>
		<separator/>
		<button id="ID_SECURITY_MOVE_UP" text="Move Up"/>
		<button id="ID_SECURITY_MOVE_DOWN" text="Move Down"/>
		<rightAlign/>
		<button id="ID_SECURITY_RESET" text="Reset List"/>
		<button id="ID_SECURITY_IMPORT" text="Import List"/>
		<button id="ID_SECURITY_EXPORT" text="Export List"/>
	</toolbar>
	<!-- HIT MONITOR WINDOW -->
	<toolbar name="CHitMonitorWnd">
		<button id="ID_SEARCH_DOWNLOAD" text="Download"/>
		<button id="ID_HITMONITOR_SEARCH" text="Requery"/>
		<separator/>
		<button id="ID_HITMONITOR_PAUSE" text="Pause"/>
		<button id="ID_HITMONITOR_CLEAR" text="Clear"/>
		<rightAlign/>
		<label text="Filter:" tip="Type some words to filter the results with"/>
		<control id="IDC_FILTER_BOX" width="160"/>
		<button id="ID_SEARCH_FILTER_RAW" text="More..."/>
	</toolbar>
	<!-- HOST CACHE WINDOW -->
	<toolbar name="CHostCacheWnd.Basic">
		<button id="ID_HOSTCACHE_CONNECT" text="Connect To"/>
		<button id="ID_HOSTCACHE_DISCONNECT" text="Disconnect"/>
		<button id="ID_HOSTCACHE_REMOVE" text="Remove"/>
	</toolbar>
	<toolbar name="CHostCacheWnd">
		<button id="ID_HOSTCACHE_CONNECT" text="Connect To"/>
		<button id="ID_HOSTCACHE_DISCONNECT" text="Disconnect"/>
		<button id="ID_HOSTCACHE_REMOVE" text="Remove"/>
		<rightAlign/>
		<button id="ID_HOSTCACHE_G2_HORIZON" text="G2 Cluster"/>
		<button id="ID_HOSTCACHE_G2_CACHE" text="G2 Cache"/>
		<button id="ID_HOSTCACHE_G1_CACHE" text="G1 Cache"/>
		<button id="ID_HOSTCACHE_ED2K_CACHE" text="eDonkey Cache"/>
		<button id="ID_HOSTCACHE_BT_CACHE" text="BitTorrent Cache"/>
		<button id="ID_HOSTCACHE_KAD_CACHE" text="Kademlia Cache"/>
	</toolbar>
	<!-- PRIVATE CHAT FRAME -->
	<toolbar name="CPrivateChatFrame">
		<button id="ID_CHAT_BOLD" text="B"/>
		<button id="ID_CHAT_ITALIC" text="I"/>
		<button id="ID_CHAT_UNDERLINE" text="U"/>
		<button id="ID_CHAT_COLOUR" text="C"/>
		<button id="ID_CHAT_EMOTICONS"/>
		<separator/>
		<button id="ID_CHAT_BROWSE" text="Browse User"/>
		<!-- <button id="ID_CHAT_SEND_FILE" text="Send File"/> -->
		<button id="ID_CHAT_PRIORITY" text="Grant Priority"/>
		<separator/>
		<button id="ID_CHAT_CONNECT" text="Connect" visible="false"/>
		<button id="ID_CHAT_DISCONNECT" text="Disconnect"/>
	</toolbar>
	<!-- WEBSERVICES -->
	<toolbar name="WebServices.ShareMonkey">
		<button id="ID_SHAREMONKEY_DOWNLOAD" text="Get Data"/>
		<separator/>
		<button id="ID_SHAREMONKEY_PREVIOUS" text="Previous"/>
		<button id="ID_SHAREMONKEY_NEXT" text="Next"/>
		<separator/>
		<button id="ID_SHAREMONKEY_PRICES" text="Get Prices"/>
		<button id="ID_SHAREMONKEY_COMPARE" text="Compare"/>
		<button id="ID_SHAREMONKEY_BUY" text="Buy It"/>
	</toolbar>
	<toolbar name="WebServices.ShareMonkey.WithSave">
		<button id="ID_SHAREMONKEY_DOWNLOAD" text="Get Data"/>
		<button id="ID_SHAREMONKEY_SAVE" text="Save"/>
		<control id="ID_SHAREMONKEY_SAVE_OPTION" text="Save Preview" width="100" checked="true"/>
		<separator/>
		<button id="ID_SHAREMONKEY_PREVIOUS" text="Previous"/>
		<button id="ID_SHAREMONKEY_NEXT" text="Next"/>
		<separator/>
		<button id="ID_SHAREMONKEY_PRICES" text="Get Prices"/>
		<button id="ID_SHAREMONKEY_COMPARE" text="Compare"/>
		<button id="ID_SHAREMONKEY_BUY" text="Buy It"/>
	</toolbar>
	<toolbar name="WebServices.MusicBrainz">
		<button id="ID_MUSICBRAINZ_MATCHES" text="View Album Matches"/>
		<button id="ID_MUSICBRAINZ_ALBUMS" text="View All Albums"/>
		<separator/>
	</toolbar>
	<!-- IMAGE VIEWER WINDOW - DELETE? -->
	<toolbar name="ImageViewer_Toolbar">
		<button id="ImageViewer_ActualSize" text="Actual Size"/>
		<button id="ImageViewer_BestFit" text="Best Fit"/>
		<separator/>
		<button id="ImageViewer_Refresh" text="Refresh"/>
		<separator/>
		<button id="ImageViewer_Close" text="Close"/>
	</toolbar>
</toolbars>
<!-- Menu Definitions -->
<menus>
	<!-- SIMPLE POPUP MENU -->
	<menu name="Simple">
		<item id="ID_CHILD_CLOSE" text="_Close Window"/>
	</menu>
	<!-- CHILD POPUP MENU -->
	<menu name="Child">
		<item id="ID_CHILD_MAXIMISE" text="_Full Screen"/>
		<separator/>
		<item id="ID_CHILD_RESTORE" text="_Restore"/>
		<item id="ID_CHILD_MINIMISE" text="_Minimise"/>
		<separator/>
		<item id="ID_CHILD_CLOSE" text="_Close Window"/>
	</menu>
	<!-- MAIN WINDOW MENU BAR -->
	<menu name="CMainWnd.Basic" type="bar">
		<menu text="_Network">
			<item id="ID_NETWORK_CONNECT" text="_Connect" shortcut="Ctrl+G"/>
			<separator/>
			<menu text="Choose _Networks">
				<item id="ID_NETWORK_G2" text="Connect to _Gnutella2"/>
				<item id="ID_NETWORK_G1" text="Connect to Gnutella_1"/>
				<item id="ID_NETWORK_ED2K" text="Connect to _eDonkey"/>
			</menu>
			<separator/>
			<item id="ID_NETWORK_AUTO_CLOSE" text="Exit _After Transfers"/>
			<item id="ID_NETWORK_EXIT" text="E_xit"/>
		</menu>
		<menu text="_View">
			<item id="ID_TAB_HOME" text="_Home"/>
			<item id="ID_TAB_LIBRARY" text="_Library"/>
			<item id="ID_TAB_MEDIA" text="_Media Player"/>
			<item id="ID_TAB_SEARCH" text="_Search"/>
			<item id="ID_TAB_TRANSFERS" text="_Downloads"/>
			<item id="ID_WINDOW_REMOTE" text="_Remote"/>
			<item id="ID_TAB_IRC" text="_Chat"/>
			<separator/>
			<menu text="_Advanced">
				<item id="ID_VIEW_NEIGHBOURS" text="_Neighbours"/>
				<item id="ID_VIEW_UPLOADS" text="_Uploads"/>
				<separator/>
				<item id="ID_VIEW_SECURITY" text="Se_curity"/>
				<item id="ID_VIEW_HOSTS" text="H_ost Cache"/>
				<item id="ID_VIEW_DISCOVERY" text="Disco_very"/>
				<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
			</menu>
			<separator/>
			<item id="ID_VIEW_BASIC" text="_Basic Mode"/>
			<item id="ID_VIEW_TABBED" text="_Power Mode"/>
		</menu>
		<menu text="_Tools">
			<item id="ID_LIBRARY_FOLDERS" text="Share _Files..."/>
			<item id="ID_TOOLS_DOWNLOAD" text="_Download File/Torrent..."/>
			<separator/>
			<item id="ID_TOOLS_SKIN" text="Choose a S_kin..."/>
			<item id="ID_TOOLS_LANGUAGE" text="Choose a _Language..."/>
			<separator/>
			<item id="ID_TOOLS_PROFILE" text="Edit My _Profile..."/>
			<item id="ID_TOOLS_WIZARD" text="QuickStart _Wizard..."/>
			<separator/>
			<item id="ID_TOOLS_SETTINGS" text="_Shareaza Settings..."/>
		</menu>
		<menu text="_Help">
			<item id="ID_HELP_FAQ" text="Shareaza _FAQ"/>
			<item id="ID_HELP_TEST" text="_Connection Test"/>
			<separator/>
			<menu text="_Guides">
				<item id="ID_HELP_GUIDE" text="Shareaza _Users Guide"/>
				<item id="ID_HELP_ROUTER" text="_Router Help"/>
				<item id="ID_HELP_SECURITY" text="_Security Help"/>
				<item id="ID_HELP_CODEC" text="_Codec Help"/>
			</menu>
			<separator/>
			<menu text="_Websites">
				<item id="ID_HELP_HOMEPAGE" text="_Shareaza site"/>
				<separator/>
				<item id="ID_HELP_FORUMS" text="Shareaza _Forums"/>
				<item id="ID_HELP_WEB_6" text="Shareaza S_kin Site"/>
				<!-- 
				<item id="ID_HELP_UPDATE" text="Latest news"/>
				<item id="ID_HELP_WEB_1" text="Zeropaid.com"/>
				<item id="ID_HELP_WEB_2" text="P2PForums.com"/>
				-->
			</menu>
			<separator/>
			<item id="ID_HELP_VERSION_CHECK" text="Check for new _version"/>
			<separator/>
			<item id="ID_HELP_ABOUT" text="_About Shareaza..."/>
		</menu>
	</menu>
	<menu name="CMainWnd.Tabbed" type="bar">
		<menu text="_Network">
			<item id="ID_NETWORK_CONNECT" text="_Connect" shortcut="Ctrl+G"/>
			<item id="ID_NETWORK_DISCONNECT" text="_Disconnect"/>
			<separator/>
			<menu text="Choose _Networks">
				<item id="ID_NETWORK_G2" text="Connect to _Gnutella2"/>
				<item id="ID_NETWORK_G1" text="Connect to Gnutella_1"/>
				<item id="ID_NETWORK_ED2K" text="Connect to _eDonkey"/>
			</menu>
			<separator/>
			<item id="ID_NETWORK_CONNECT_TO" text="Connect _To..." shortcut="Ctrl+T"/>
			<item id="ID_NETWORK_BROWSE_TO" text="_Browse Host..."/>
			<separator/>
			<item id="ID_NETWORK_AUTO_CLOSE" text="Exit _After Transfers"/>
			<item id="ID_NETWORK_EXIT" text="E_xit"/>
		</menu>
		<menu text="_View">
			<item id="ID_TAB_HOME" text="_Home"/>
			<item id="ID_TAB_LIBRARY" text="_Library"/>
			<item id="ID_TAB_MEDIA" text="_Media Player"/>
			<item id="ID_TAB_SEARCH" text="_Search"/>
			<item id="ID_TAB_TRANSFERS" text="_Transfers"/>
			<item id="ID_TAB_NETWORK" text="_Network"/>
			<item id="ID_TAB_IRC" text="_Chat"/>
			<separator/>
			<item id="ID_VIEW_SECURITY" text="Se_curity"/>
			<item id="ID_VIEW_HOSTS" text="H_ost Cache"/>
			<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
			<separator/>
			<menu text="A_dvanced">
				<item id="ID_VIEW_SYSTEM" text="S_ystem" shortcut="F11"/>
				<item id="ID_VIEW_NEIGHBOURS" text="N_eighbours" shortcut="Ctrl+F11"/>
				<item id="ID_VIEW_DOWNLOADS" text="_Downloads" shortcut="F3"/>
				<item id="ID_VIEW_UPLOADS" text="_Uploads" shortcut="F4"/>
				<item id="ID_VIEW_LIBRARY" text="_Library" shortcut="F5"/>
				<item id="ID_VIEW_MEDIA" text="_Media Player" shortcut="F6"/>
				<item id="ID_TAB_IRC" text="IR_C" shortcut="F12"/>
				<separator/>
				<item id="ID_VIEW_SECURITY" text="Se_curity" shortcut="F7"/>
				<item id="ID_VIEW_HOSTS" text="H_ost Cache" shortcut="F8"/>
				<item id="ID_VIEW_DISCOVERY" text="Disco_very" shortcut="F9"/>
				<item id="ID_VIEW_TRAFFIC" text="_Graph" shortcut="F10"/>
				<item id="ID_VIEW_SCHEDULER" text="Sch_eduler" shortcut="Ctrl+Shift+F11"/>
				<separator/>
				<item id="ID_VIEW_PACKETS" text="_Packet Dump" shortcut="Ctrl+F1"/>
				<item id="ID_VIEW_SEARCH_MONITOR" text="Se_arch Monitor" shortcut="Ctrl+F2"/>
				<item id="ID_VIEW_RESULTS_MONITOR" text="H_it Monitor" shortcut="Ctrl+F3"/>
			</menu>
			<separator/>
			<item id="ID_VIEW_BASIC" text="N_ormal Mode"/>
			<item id="ID_VIEW_TABBED" text="T_abbed Mode"/>
			<item id="ID_VIEW_WINDOWED" text="_Windowed Mode"/>
		</menu>
		<menu text="_Tools">
			<item id="ID_LIBRARY_FOLDERS" text="Share _Files..."/>
			<item id="ID_TOOLS_DOWNLOAD" text="_Download File/Torrent..."/>
			<item id="IDC_IMPORT_DOWNLOADS" text="_Import eMule partial downloads..."/>
			<item id="ID_OPEN_DOWNLOADS_FOLDER" text="_Open my folder of completed Downloads"/>
			<separator/>
			<item id="ID_TOOLS_SKIN" text="Choose a S_kin..."/>
			<item id="ID_TOOLS_LANGUAGE" text="Choose a _Language..."/>
			<separator/>
			<item id="ID_TOOLS_PROFILE" text="Edit My _Profile..."/>
			<item id="ID_TOOLS_WIZARD" text="QuickStart _Wizard..."/>
			<separator/>
			<item id="ID_TOOLS_SETTINGS" text="_Shareaza Settings..."/>
		</menu>
		<menu text="_Window">
			<item id="ID_WINDOW_NAVBAR" text="Show _Navigation Bar"/>
			<item id="ID_WINDOW_TOOLBAR" text="Show _Tool Bar"/>
			<separator/>
			<item id="ID_WINDOW_TABBAR" text="Show Tab _Bar"/>
			<item id="ID_WINDOW_MONITOR" text="Show _Monitor"/>
			<item id="ID_WINDOW_REMOTE" text="Show _Remote"/>
		</menu>
		<menu text="_Help">
			<item id="ID_HELP_FAQ" text="Shareaza _FAQ"/>
			<item id="ID_HELP_TEST" text="_Connection Test"/>
			<separator/>
			<menu text="_Guides">
				<item id="ID_HELP_GUIDE" text="Shareaza _Users Guide"/>
				<item id="ID_HELP_ROUTER" text="_Router Help"/>
				<item id="ID_HELP_SECURITY" text="_Security Help"/>
				<item id="ID_HELP_CODEC" text="_Codec Help"/>
			</menu>
			<separator/>
			<menu text="_Websites">
				<item id="ID_HELP_HOMEPAGE" text="_Shareaza site"/>
				<separator/>
				<item id="ID_HELP_FORUMS" text="Shareaza _Forums"/>
				<item id="ID_HELP_WEB_6" text="Shareaza S_kin Site"/>
				<!-- 
				<item id="ID_HELP_UPDATE" text="Latest news"/>
				<item id="ID_HELP_WEB_1" text="Zeropaid.com"/>
				<item id="ID_HELP_WEB_2" text="P2PForums.com"/>
				-->
			</menu>
			<separator/>
			<item id="ID_HELP_VERSION_CHECK" text="Check for new _version"/>
			<separator/>
			<item id="ID_HELP_ABOUT" text="_About Shareaza..."/>
		</menu>
	</menu>
	<menu name="CMainWnd.Windowed" type="bar">
		<menu text="_Network">
			<item id="ID_NETWORK_SEARCH" text="New _Search..." shortcut="Ctrl+S"/>
			<separator/>
			<item id="ID_NETWORK_CONNECT" text="_Connect" shortcut="Ctrl+G"/>
			<item id="ID_NETWORK_DISCONNECT" text="_Disconnect"/>
			<separator/>
			<item id="ID_NETWORK_CONNECT_TO" text="Connect _To..." shortcut="Ctrl+T"/>
			<item id="ID_NETWORK_BROWSE_TO" text="_Browse Host..."/>
			<separator/>
			<menu text="Choose _Networks">
				<item id="ID_NETWORK_G2" text="Connect to _Gnutella2"/>
				<item id="ID_NETWORK_G1" text="Connect to Gnutella_1"/>
				<item id="ID_NETWORK_ED2K" text="Connect to _eDonkey"/>
			</menu>
			<separator/>
			<item id="ID_NETWORK_AUTO_CLOSE" text="Close _After Transfers"/>
			<item id="ID_NETWORK_EXIT" text="E_xit"/>
		</menu>
		<menu text="_View">
			<item id="ID_VIEW_SYSTEM" text="_System" shortcut="F11"/>
			<item id="ID_VIEW_NEIGHBOURS" text="_Neighbours" shortcut="Ctrl+F11"/>
			<item id="ID_VIEW_DOWNLOADS" text="_Downloads" shortcut="F3"/>
			<item id="ID_VIEW_UPLOADS" text="_Uploads" shortcut="F4"/>
			<item id="ID_VIEW_LIBRARY" text="_Library" shortcut="F5"/>
			<item id="ID_VIEW_MEDIA" text="_Media Player" shortcut="F6"/>
			<item id="ID_TAB_IRC" text="IR_C Chat" shortcut="F12"/>
			<separator/>
			<item id="ID_VIEW_SECURITY" text="Se_curity" shortcut="F7"/>
			<item id="ID_VIEW_HOSTS" text="H_ost Cache" shortcut="F8"/>
			<item id="ID_VIEW_DISCOVERY" text="Disco_very" shortcut="F9"/>
			<item id="ID_VIEW_TRAFFIC" text="_Graph" shortcut="F10"/>
			<item id="ID_VIEW_SCHEDULER" text="Sch_eduler" shortcut="Ctrl+Shift+F11"/>
			<separator/>
			<item id="ID_VIEW_PACKETS" text="_Packet Dump" shortcut="Ctrl+F1"/>
			<item id="ID_VIEW_SEARCH_MONITOR" text="Se_arch Monitor" shortcut="Ctrl+F2"/>
			<item id="ID_VIEW_RESULTS_MONITOR" text="H_it Monitor" shortcut="Ctrl+F3"/>
			<separator/>
			<item id="ID_VIEW_BASIC" text="Basic Mode"/>
			<item id="ID_VIEW_TABBED" text="Tabbed Mode"/>
			<item id="ID_VIEW_WINDOWED" text="Windowed Mode"/>
		</menu>
		<menu text="_Tools">
			<item id="ID_LIBRARY_FOLDERS" text="Share _Files..."/>
			<item id="ID_TOOLS_DOWNLOAD" text="_Download File/Torrent..."/>
			<item id="IDC_IMPORT_DOWNLOADS" text="_Import eMule partial downloads..."/>
			<item id="ID_OPEN_DOWNLOADS_FOLDER" text="_Open my folder of completed Downloads"/>
			<separator/>
			<item id="ID_TOOLS_SKIN" text="Choose a S_kin..."/>
			<item id="ID_TOOLS_LANGUAGE" text="Choose a _Language..."/>
			<separator/>
			<item id="ID_TOOLS_PROFILE" text="Edit My _Profile..."/>
			<separator/>
			<item id="ID_TOOLS_WIZARD" text="QuickStart _Wizard..."/>
			<item id="ID_TOOLS_SETTINGS" text="_Shareaza Settings..."/>
		</menu>
		<menu text="_Window">
			<item id="ID_WINDOW_CASCADE" text="_Full Screen"/>
			<item id="ID_WINDOW_TILE_HORZ" text="Tile _Horizontal"/>
			<item id="ID_WINDOW_TILE_VERT" text="Tile _Vertical"/>
			<separator/>
			<item id="ID_WINDOW_NAVBAR" text="Show _Navigation Bar"/>
			<item id="ID_WINDOW_TOOLBAR" text="Show _Tool Bar"/>
			<separator/>
			<item id="ID_WINDOW_TABBAR" text="Show Tab _Bar"/>
			<item id="ID_WINDOW_MONITOR" text="Show _Monitor"/>
			<item id="ID_WINDOW_REMOTE" text="Show _Remote"/>
		</menu>
		<menu text="_Help">
			<item id="ID_HELP_FAQ" text="Shareaza _FAQ"/>
			<item id="ID_HELP_TEST" text="_Connection Test"/>
			<separator/>
			<menu text="_Guides">
				<item id="ID_HELP_GUIDE" text="Shareaza _Users Guide"/>
				<item id="ID_HELP_ROUTER" text="_Router Help"/>
				<item id="ID_HELP_SECURITY" text="_Security Help"/>
				<item id="ID_HELP_CODEC" text="_Codec Help"/>
			</menu>
			<separator/>
			<menu text="_Websites">
				<item id="ID_HELP_HOMEPAGE" text="_Shareaza site"/>
				<separator/>
				<item id="ID_HELP_FORUMS" text="Shareaza _Forums"/>
				<item id="ID_HELP_WEB_6" text="Shareaza S_kin Site"/>
				<!-- 
				<item id="ID_HELP_UPDATE" text="Latest news"/>
				<item id="ID_HELP_WEB_1" text="Zeropaid.com"/>
				<item id="ID_HELP_WEB_2" text="P2PForums.com"/>
				-->
			</menu>
			<separator/>
			<item id="ID_HELP_VERSION_CHECK" text="Check for new _version"/>
			<separator/>
			<item id="ID_HELP_ABOUT" text="_About Shareaza..."/>
		</menu>
	</menu>
	<!-- VIEW POPUP -->
	<menu name="CMainWnd.View.Basic">
		<item id="ID_TAB_HOME" text="_Home"/>
		<item id="ID_TAB_LIBRARY" text="_Library"/>
		<item id="ID_TAB_MEDIA" text="_Media Player"/>
		<item id="ID_TAB_SEARCH" text="_Search"/>
		<item id="ID_TAB_TRANSFERS" text="_Downloads"/>
		<separator/>
		<menu text="_Advanced">
			<item id="ID_VIEW_NEIGHBOURS" text="_Neighbours"/>
			<item id="ID_VIEW_UPLOADS" text="_Uploads"/>
			<item id="ID_VIEW_SECURITY" text="_Security"/>
			<item id="ID_VIEW_HOSTS" text="_Host Cache"/>
			<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
		</menu>
	</menu>
	<menu name="CMainWnd.View.Tabbed">
		<item id="ID_TAB_HOME" text="_Home"/>
		<item id="ID_TAB_LIBRARY" text="_Library"/>
		<item id="ID_TAB_MEDIA" text="_Media Player"/>
		<item id="ID_TAB_SEARCH" text="_Search"/>
		<item id="ID_TAB_TRANSFERS" text="_Transfers"/>
		<item id="ID_TAB_NETWORK" text="_Network"/>
		<item id="ID_TAB_IRC" text="_Chat"/>
		<separator/>
		<item id="ID_VIEW_SECURITY" text="Se_curity"/>
		<item id="ID_VIEW_HOSTS" text="_Host Cache"/>
		<item id="ID_VIEW_DISCOVERY" text="Disco_very"/>
		<item id="ID_VIEW_TRAFFIC" text="_Graph"/>
		<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
		<separator/>
		<item id="ID_VIEW_PACKETS" text="_Packet Dump"/>
		<item id="ID_VIEW_SEARCH_MONITOR" text="Se_arch Monitor"/>
		<item id="ID_VIEW_RESULTS_MONITOR" text="H_it Monitor"/>
	</menu>
	<menu name="CMainWnd.View.Windowed">
		<item id="ID_NETWORK_SEARCH" text="New _Search..."/>
		<separator/>
		<item id="ID_VIEW_SYSTEM" text="S_ystem"/>
		<item id="ID_VIEW_NEIGHBOURS" text="N_eighbours"/>
		<item id="ID_VIEW_DOWNLOADS" text="_Downloads"/>
		<item id="ID_VIEW_UPLOADS" text="_Uploads"/>
		<item id="ID_VIEW_LIBRARY" text="_Library"/>
		<item id="ID_VIEW_MEDIA" text="_Media Player"/>
		<separator/>
		<item id="ID_VIEW_SECURITY" text="Se_curity"/>
		<item id="ID_VIEW_HOSTS" text="_Host Cache"/>
		<item id="ID_VIEW_DISCOVERY" text="Disco_very"/>
		<item id="ID_VIEW_TRAFFIC" text="_Graph"/>
		<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
		<separator/>
		<item id="ID_VIEW_PACKETS" text="_Packet Dump"/>
		<item id="ID_VIEW_SEARCH_MONITOR" text="Se_arch Monitor"/>
		<item id="ID_VIEW_RESULTS_MONITOR" text="H_it Monitor"/>
	</menu>
	<!-- TRAY MENU -->
	<menu name="CMainWnd.Tray">
		<item id="ID_TRAY_OPEN" text="_Open Shareaza"/>
		<separator/>
		<item id="ID_NETWORK_SEARCH" text="Ne_w Search..."/>
		<item id="ID_TOOLS_DOWNLOAD" text="_Download File..."/>
		<separator/>
		<item id="ID_MEDIA_PLAY" text="_Play Media"/>
		<item id="ID_MEDIA_PAUSE" text="Pa_use Media"/>
		<item id="ID_MEDIA_STOP" text="_Stop Media"/>
		<separator/>
		<item id="ID_MEDIA_PREVIOUS" text="P_revious Track"/>
		<item id="ID_MEDIA_NEXT" text="_Next Track"/>
		<separator/>
		<item id="ID_NETWORK_AUTO_CLOSE" text="Exit After _Transfers"/>
		<item id="ID_NETWORK_EXIT" text="E_xit"/>
	</menu>
	<!-- HOME MENU -->
	<menu name="CHomeWnd.Basic">
		<item id="ID_TAB_HOME" text="_Home"/>
		<item id="ID_TAB_LIBRARY" text="_Library"/>
		<item id="ID_TAB_MEDIA" text="_Media Player"/>
		<item id="ID_TAB_SEARCH" text="_Search"/>
		<item id="ID_TAB_TRANSFERS" text="_Downloads"/>
		<separator/>
		<menu text="_Advanced">
			<item id="ID_VIEW_NEIGHBOURS" text="_Neighbours"/>
			<item id="ID_VIEW_UPLOADS" text="_Uploads"/>
			<item id="ID_VIEW_SECURITY" text="_Security"/>
			<item id="ID_VIEW_HOSTS" text="_Host Cache"/>
			<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
		</menu>
	</menu>
	<menu name="CHomeWnd.Tabbed">
		<item id="ID_TAB_HOME" text="_Home"/>
		<item id="ID_TAB_LIBRARY" text="_Library"/>
		<item id="ID_TAB_MEDIA" text="_Media Player"/>
		<item id="ID_TAB_SEARCH" text="_Search"/>
		<item id="ID_TAB_TRANSFERS" text="_Transfers"/>
		<item id="ID_TAB_NETWORK" text="_Network"/>
		<item id="ID_TAB_IRC" text="_Chat"/>
		<separator/>
		<item id="ID_VIEW_SECURITY" text="Se_curity"/>
		<item id="ID_VIEW_HOSTS" text="_Host Cache"/>
		<item id="ID_VIEW_DISCOVERY" text="Disco_very"/>
		<item id="ID_VIEW_TRAFFIC" text="_Graph"/>
		<item id="ID_VIEW_SCHEDULER" text="Sch_eduler"/>
		<separator/>
		<item id="ID_VIEW_PACKETS" text="_Packet Dump"/>
		<item id="ID_VIEW_SEARCH_MONITOR" text="Se_arch Monitor"/>
		<item id="ID_VIEW_RESULTS_MONITOR" text="H_it Monitor"/>
	</menu>
	<!-- HOST CACHE WINDOW -->
	<menu name="CHostCacheWnd">
		<item id="ID_HOSTCACHE_CONNECT" text="_Connect Now"/>
		<item id="ID_HOSTCACHE_DISCONNECT" text="_Disconnect"/>
		<item id="ID_NEIGHBOURS_COPY" text="Copy _URI"/>
		<item id="ID_HOSTCACHE_PRIORITY" text="_Priority Server"/>
		<separator/>
		<item id="ID_HOSTCACHE_REMOVE" text="_Remove Host(s)"/>
		<separator/>
		<menu text="_Filter">
			<item id="ID_HOSTCACHE_G2_HORIZON" text="Gnutella2 Cl_uster"/>
			<item id="ID_HOSTCACHE_G2_CACHE" text="Gnutella_2 Cache"/>
			<item id="ID_HOSTCACHE_G1_CACHE" text="Gnutella_1 Cache"/>
			<item id="ID_HOSTCACHE_ED2K_CACHE" text="_eDonkey Servers"/>
			<item id="ID_HOSTCACHE_BT_CACHE" text="_BitTorrent Cache"/>
			<item id="ID_HOSTCACHE_KAD_CACHE" text="_Kademlia Cache"/>
		</menu>
		<separator/>
		<item id="ID_HOSTCACHE_IMPORT" text="_Import MET File..."/>
		<item id="ID_HOSTCACHE_ED2K_DOWNLOAD" text="Download MET..."/>
	</menu>
	<!-- SEARCH WINDOW -->
	<menu name="CSearchWnd.Basic">
		<item id="ID_SEARCH_DOWNLOAD" text="_Download"/>
		<item id="ID_SEARCH_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_SEARCH_CHAT" text="_Chat to User"/>
		<separator/>
		<menu text="_Search For">
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			
		</menu>
	</menu>
	<menu name="CSearchWnd">
		<item id="ID_SEARCH_DOWNLOAD" text="_Download"/>
		<item id="ID_SEARCH_DOWNLOADNOW" text="Download _Now"/>
		<item id="ID_SEARCH_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="Bro_wse User"/>
		<item id="ID_SEARCH_CHAT" text="_Chat to User"/>
		<item id="ID_SECURITY_BAN" text="_Ban User"/>
		<separator/>
		<menu text="_Search For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
		</menu>
		<separator/>
		<item id="ID_SEARCH_FILTER" text="_Filter Results..."/>
		<item id="ID_SEARCH_FILTER_REMOVE" text="_Remove Filter"/>
		<separator/>
		<item id="ID_SEARCH_CLEAR" text="C_lear Results"/>
		<separator/>
		<item id="ID_SEARCH_COLUMNS" text="Edit C_olumns..."/>
	</menu>
	<!-- BROWSE HOST WINDOW -->
	<menu name="CBrowseHostWnd.Basic">
		<item id="ID_SEARCH_DOWNLOAD" text="_Download"/>
		<item id="ID_SEARCH_DOWNLOADNOW" text="Download _Now"/>
		<item id="ID_SEARCH_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_SEARCH_CHAT" text="_Chat to User"/>
		<separator/>
		<menu text="_Search For">
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			
		</menu>
	</menu>
	<menu name="CBrowseHostWnd">
		<item id="ID_SEARCH_DOWNLOAD" text="_Download"/>
		<item id="ID_SEARCH_DOWNLOADNOW" text="Download _Now"/>
		<item id="ID_SEARCH_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_SEARCH_CHAT" text="_Chat to User"/>
		<separator/>
		<menu text="_Search For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
		</menu>
		<separator/>
		<item id="ID_SEARCH_FILTER" text="_Filter Results..."/>
		<item id="ID_SEARCH_FILTER_REMOVE" text="R_emove Filter"/>
		<separator/>
		<item id="ID_SEARCH_COLUMNS" text="Edit C_olumns..."/>
	</menu>
	<!-- HIT MONITOR WINDOW -->
	<menu name="CHitMonitorWnd">
		<item id="ID_SEARCH_DOWNLOAD" text="_Download"/>
		<item id="ID_SEARCH_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_SEARCH_CHAT" text="_Chat to User"/>
		<separator/>
		<menu text="_Search For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
		</menu>
		<separator/>
		<item id="ID_SEARCH_FILTER" text="_Filter Results..."/>
		<item id="ID_SEARCH_FILTER_REMOVE" text="_Remove Filter"/>
		<separator/>
		<item id="ID_HITMONITOR_PAUSE" text="_Pause Display"/>
		<item id="ID_HITMONITOR_CLEAR" text="C_lear Display"/>
		<separator/>
		<item id="ID_SEARCH_COLUMNS" text="Edit C_olumns..."/>
	</menu>
	<!-- DOWNLOADS WINDOW -->
	<menu name="CDownloadsWnd.Download.Basic">
		<item id="ID_DOWNLOADS_LAUNCH_COPY" text="Previe_w File"/>
		<item id="ID_DOWNLOADS_REMOTE_PREVIEW" text="R_emote Preview"/>
		<item id="ID_DOWNLOADS_VIEW_REVIEWS" text="_View Reviews"/>
		<separator/>
		<item id="ID_DOWNLOADS_RESUME" text="_Resume Download"/>
		<item id="ID_DOWNLOADS_PAUSE" text="P_ause Download"/>
		<item id="ID_DOWNLOADS_CLEAR_INCOMPLETE" text="_Cancel Download"/>
		<separator/>
		<item id="ID_DOWNLOADS_SOURCES" text="_Find More Sources"/>
		<separator/>
		<item id="ID_DOWNLOADS_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_DOWNLOADS_HELP" text="_Help..."/>
	</menu>
	<menu name="CDownloadsWnd.Download">
		<item id="ID_DOWNLOADS_LAUNCH_COPY" text="Previe_w File"/>
		<item id="ID_DOWNLOADS_LAUNCH" text="Prev_iew Partial File"/>
		<item id="ID_DOWNLOADS_REMOTE_PREVIEW" text="R_emote Preview"/>
		<item id="ID_DOWNLOADS_ENQUEUE" text="Add to Pla_ylist"/>
		<item id="ID_DOWNLOADS_VIEW_REVIEWS" text="_View Reviews"/>
		<separator/>
		<item id="ID_DOWNLOADS_RESUME" text="_Resume Download"/>
		<item id="ID_DOWNLOADS_PAUSE" text="P_ause Download"/>
		<item id="ID_DOWNLOADS_CLEAR_INCOMPLETE" text="_Cancel Download"/>
		<separator/>
		<item id="ID_DOWNLOADS_SOURCES" text="_Find More Sources"/>
		<separator/>
		<menu text="_Advanced">
			<item id="ID_DOWNLOADS_SHARE" text="_Share File"/>
			<separator/>
			<item id="ID_DOWNLOADS_COPY" text="Copy _URI..."/>
			<item id="ID_DOWNLOADS_URL" text="_Add Source..."/>
			<separator/>
			<item id="ID_DOWNLOADS_MONITOR" text="Monitor _Window"/>
			<separator/>
			<item id="ID_DOWNLOADS_MOVE_UP" text="Move _Up"/>
			<item id="ID_DOWNLOADS_MOVE_DOWN" text="Move _Down"/>
			<item id="ID_DOWNLOADS_BOOST" text="_Ignore Bandwidth Limit"/>
		</menu>
		<item id="ID_DOWNLOADS_HELP" text="_Help..."/>
		<separator/>
		<item id="ID_DOWNLOADS_EDIT" text="_Properties"/>
	</menu>
	<menu name="CDownloadsWnd.Source">
		<item id="ID_TRANSFERS_CONNECT" text="_Access"/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_TRANSFERS_CHAT" text="_Chat to User"/>
		<item id="ID_DOWNLOADS_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_TRANSFERS_DISCONNECT" text="_Disconnect"/>
		<item id="ID_TRANSFERS_FORGET" text="_Forget"/>
	</menu>
	<menu name="CDownloadsWnd.Completed.Basic">
		<item id="ID_DOWNLOADS_LAUNCH_COMPLETE" text="_Open or Play"/>
		<item id="ID_DOWNLOADS_ENQUEUE" text="_Add to Playlist"/>
		<item id="ID_DOWNLOADS_CLEAR_COMPLETE" text="_Clear"/>
		<separator/>
		<item id="ID_DOWNLOADS_FILE_DELETE" text="_Delete File"/>
	</menu>
	<menu name="CDownloadsWnd.Completed">
		<item id="ID_DOWNLOADS_LAUNCH_COMPLETE" text="_Open or Play"/>
		<item id="ID_DOWNLOADS_ENQUEUE" text="_Add to Playlist"/>
		<item id="ID_DOWNLOADS_CLEAR_COMPLETE" text="_Clear"/>
		<separator/>
		<item id="ID_DOWNLOADS_COPY" text="Copy _URI..."/>
		<separator/>
		<item id="ID_DOWNLOADS_FILE_DELETE" text="_Delete File"/>
		<item id="ID_DOWNLOADS_RATE" text="_Rate File..."/>
	</menu>
	<menu name="CDownloadsWnd.Seeding">
		<item id="ID_DOWNLOADS_LAUNCH_COMPLETE" text="_Open or Play"/>
		<item id="ID_DOWNLOADS_CLEAR_COMPLETE" text="_Stop Seeding"/>
		<item id="ID_DOWNLOADS_HELP" text="_Help..."/>
		<separator/>
		<item id="ID_DOWNLOADS_EDIT" text="_Properties..."/>
	</menu>
	<menu name="CDownloadsWnd.Nothing">
		<item id="ID_DOWNLOADS_HELP" text="_Help..."/>
		<item id="ID_DOWNLOADS_CLEAR_COMPLETED" text="C_lear Completed"/>
		<item id="ID_DOWNLOADS_AUTO_CLEAR" text="Aut_o Clear"/>
	</menu>
	<menu name="CDownloadTabBar">
		<item id="ID_DOWNLOAD_GROUP_RESUME" text="_Resume All"/>
		<item id="ID_DOWNLOAD_GROUP_PAUSE" text="P_ause All"/>
		<item id="ID_DOWNLOAD_GROUP_CLEAR" text="_Clear All"/>
		<separator/>
		<item id="ID_DOWNLOAD_GROUP_NEW" text="_New Group..."/>
		<item id="ID_DOWNLOAD_GROUP_REMOVE" text="Remove _Group"/>
		<separator/>
		<item id="ID_DOWNLOAD_GROUP_SHOW" text="_Show Groups"/>
		<separator/>
		<item id="ID_DOWNLOAD_GROUP_PROPERTIES" text="_Properties"/>
	</menu>
	<menu name="CDownloadsWnd.Filter">
		<item id="ID_DOWNLOADS_FILTER_ALL" text="Show _All"/>
		<separator/>
		<item id="ID_DOWNLOADS_FILTER_ACTIVE" text="Show A_ctive"/>
		<item id="ID_DOWNLOADS_FILTER_QUEUED" text="Show P_ending"/>
		<item id="ID_DOWNLOADS_FILTER_SOURCES" text="Show _No Sources"/>
		<item id="ID_DOWNLOADS_FILTER_PAUSED" text="Show _Paused"/>
		<separator/>
		<item id="ID_DOWNLOADS_SHOW_SOURCES" text="Show All _Sources"/>
		<item id="ID_DOWNLOAD_GROUP_SHOW" text="Show _Groups"/>
	</menu>
	<!-- UPLOADS WINDOW -->
	<menu name="CUploadsWnd.Upload.Basic">
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_UPLOADS_CHAT" text="_Chat to User"/>
	</menu>
	<menu name="CUploadsWnd.Upload">
		<item id="ID_UPLOADS_START" text="_Start Now"/>
		<item id="ID_UPLOADS_CLEAR" text="_Clear"/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_UPLOADS_CHAT" text="_Chat to User"/>
		<item id="ID_SECURITY_BAN" text="B_an User"/>
	</menu>
	<menu name="CUploadsWnd.Queue">
		<item id="ID_UPLOADS_EDIT_QUEUE" text="_Queue Settings"/>
		<item id="ID_UPLOADS_CLEAR_COMPLETED" text="C_lear Completed"/>
		<item id="ID_UPLOADS_AUTO_CLEAR" text="Aut_o Clear"/>
	</menu>
	<menu name="CUploadsWnd.Nothing">
		<item id="ID_UPLOADS_HELP" text="_Help..."/>
		<item id="ID_UPLOADS_CLEAR_COMPLETED" text="C_lear Completed"/>
		<item id="ID_UPLOADS_AUTO_CLEAR" text="Aut_o Clear"/>
	</menu>
	<menu name="CUploadsWnd.Filter">
		<item id="ID_UPLOADS_FILTER_ALL" text="Show _All"/>
		<separator/>
		<item id="ID_UPLOADS_FILTER_ACTIVE" text="Show A_ctive"/>
		<item id="ID_UPLOADS_FILTER_QUEUED" text="Show _Queued"/>
		<item id="ID_UPLOADS_FILTER_TORRENT" text="Show _BitTorrent"/>
		<item id="ID_UPLOADS_FILTER_HISTORY" text="Show _History"/>
	</menu>
	<!-- LIBRARY FRAME -->
	<menu name="CLibraryTree.Physical.Basic">
		<item id="ID_LIBRARY_SHARED_FOLDER" text="_Shared"/>
		<item id="ID_LIBRARY_REMOVE" text="_Remove"/>
		<separator/>
		<item id="ID_SHELL_MENU" text="S_hell menu"/>
		<separator/>
		<item id="ID_LIBRARY_FOLDERS" text="Share _Files..."/>
	</menu>
	<menu name="CLibraryTree.Physical">
		<item id="ID_LIBRARY_EXPLORE" text="_Explore"/>
		<item id="ID_LIBRARY_REMOVE" text="_Remove"/>
		<separator/>
		<item id="ID_LIBRARY_SHARED_FOLDER" text="_Shared"/>
		<separator/>
		<item id="ID_LIBRARY_SCAN" text="S_can"/>
		<item id="ID_LIBRARY_REBUILD" text="Re_build"/>
		<item id="ID_LIBRARY_FOLDERS" text="Share _Files..."/>
		<separator/>
		<item id="ID_SHELL_MENU" text="S_hell menu"/>
		<separator/>
		<item id="ID_LIBRARY_FOLDER_FILE_PROPERTIES" text="File _Properties"/>
	</menu>
	<menu name="CLibraryTree.Virtual.Basic">
		<item id="ID_LIBRARY_FOLDER_ENQUEUE" text="_Play Album"/>
		<item id="ID_LIBRARY_FOLDER_DELETE" text="_Delete"/>
		<separator/>
		<item id="ID_LIBRARY_FOLDER_FILE_PROPERTIES" text="_File Properties"/>
		<item id="ID_LIBRARY_FOLDER_PROPERTIES" text="_Album Properties"/>
	</menu>
	<menu name="CLibraryTree.Virtual">
		<item id="ID_LIBRARY_FOLDER_ENQUEUE" text="_Play Album"/>
		<item id="ID_LIBRARY_FOLDER_DELETE" text="_Delete"/>
		<separator/>
		<item id="ID_LIBRARY_REBUILD" text="_Rebuild"/>
		<item id="ID_LIBRARY_EXPORT_COLLECTION" text="_Export Collection..."/>
		<separator/>
		<item id="ID_LIBRARY_FOLDER_NEW" text="_New Folder..."/>
		<separator/>
		<item id="ID_LIBRARY_FOLDER_FILE_PROPERTIES" text="_File Properties"/>
		<item id="ID_LIBRARY_FOLDER_PROPERTIES" text="_Album Properties"/>
	</menu>
	<!-- LIBRARY VIEWS -->
	<menu name="CLibraryTileView">
		<item id="ID_LIBRARY_ALBUM_OPEN" text="_Open"/>
		<item id="ID_LIBRARY_ALBUM_DELETE" text="_Delete"/>
		<separator/>
		<item id="ID_LIBRARY_ALBUM_PROPERTIES" text="_Properties"/>
	</menu>
	<menu name="CLibraryFileView.Physical.Basic">
		<item id="ID_LIBRARY_LAUNCH" text="_Open or Play"/>
		<item id="ID_LIBRARY_ENQUEUE" text="_Add to Playlist"/>
		<separator/>
		<item id="ID_LIBRARY_SHARED_FILE" text="_Shared"/>
		<separator/>
		<item id="ID_LIBRARY_URL" text="Copy _URI..."/>
		<item id="ID_LIBRARY_DELETE" text="_Delete"/>
		<separator/>
		<menu text="S_earch For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			<item id="ID_LIBRARY_BITZI_DOWNLOAD" text="_Download Metadata"/>
		</menu>
		<menu text="O_rganise">
			<item id="ID_LIBRARY_RENAME" text="_Rename File"/>
			<item id="ID_LIBRARY_MOVE" text="_Move Files..."/>
			<item id="ID_LIBRARY_COPY" text="_Copy Files..."/>
		</menu>
		<item id="ID_LIBRARY_REBUILD_ANSI" text="_Localise Metadata"/>
		<item id="ID_LIBRARY_REFRESH_METADATA" text="_Refresh Metadata"/>
		<separator/>
		<item id="ID_LIBRARY_PROPERTIES" text="_Properties"/>
	</menu>
	<menu name="CLibraryFileView.Physical">
		<item id="ID_LIBRARY_LAUNCH" text="_Open or Play"/>
		<item id="ID_LIBRARY_ENQUEUE" text="Add to Pla_ylist"/>
		<separator/>
		<item id="ID_LIBRARY_SHARED_FILE" text="_Shared"/>
		<separator/>
		<item id="ID_LIBRARY_URL" text="Copy _URI..."/>
		<item id="ID_LIBRARY_DELETE" text="_Delete"/>
		<separator/>
		<menu text="S_earch For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			<item id="ID_LIBRARY_BITZI_DOWNLOAD" text="_Download Metadata"/>
			<separator/>
			<item id="ID_LIBRARY_CREATETORRENT" text="Create ._torrent File"/>
		</menu>
		<menu text="O_rganise">
			<item id="ID_LIBRARY_RENAME" text="_Rename File"/>
			<item id="ID_LIBRARY_MOVE" text="_Move Files..."/>
			<item id="ID_LIBRARY_COPY" text="_Copy Files..."/>
		</menu>
		<item id="ID_LIBRARY_REBUILD_ANSI" text="_Localise Metadata"/>
		<item id="ID_LIBRARY_REFRESH_METADATA" text="_Refresh Metadata"/>
		<separator/>
		<item id="ID_LIBRARY_COLUMNS" text="Choose _Columns..."/>
		<separator/>
		<item id="ID_SHELL_MENU" text="S_hell menu"/>
		<separator/>
		<item id="ID_LIBRARY_PROPERTIES" text="_Properties"/>
	</menu>
	<menu name="CLibraryFileView.Virtual.Basic">
		<item id="ID_LIBRARY_LAUNCH" text="_Open or Play"/>
		<item id="ID_LIBRARY_ENQUEUE" text="Add to Pla_ylist"/>
		<item id="ID_LIBRARY_FOLDER_ENQUEUE" text="Play _Album"/>
		<separator/>
		<item id="ID_LIBRARY_SHARED_FILE" text="_Shared"/>
		<separator/>
		<item id="ID_LIBRARY_URL" text="Copy _URI..."/>
		<item id="ID_LIBRARY_DELETE" text="_Delete"/>
		<separator/>
		<menu text="S_earch For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			<item id="ID_LIBRARY_BITZI_DOWNLOAD" text="_Download Metadata"/>
		</menu>
		<menu text="O_rganise">
			<item id="ID_LIBRARY_RENAME" text="_Rename File"/>
			<item id="ID_LIBRARY_UNLINK" text="Remove _Files"/>
			<separator/>
			<item id="ID_LIBRARY_MOVE" text="_Move Files..."/>
			<item id="ID_LIBRARY_COPY" text="_Copy Files..."/>
		</menu>
		<item id="ID_LIBRARY_REBUILD_ANSI" text="_Localise Metadata"/>
		<item id="ID_LIBRARY_REFRESH_METADATA" text="_Refresh Metadata"/>
		<separator/>
		<item id="ID_SHELL_MENU" text="S_hell menu"/>
		<separator/>
		<item id="ID_LIBRARY_PROPERTIES" text="_Properties"/>
	</menu>
	<menu name="CLibraryFileView.Virtual">
		<item id="ID_LIBRARY_LAUNCH" text="_Open or Play"/>
		<item id="ID_LIBRARY_ENQUEUE" text="Add to Pla_ylist"/>
		<separator/>
		<item id="ID_LIBRARY_SHARED_FILE" text="_Shared"/>
		<separator/>
		<item id="ID_LIBRARY_URL" text="Copy _URI..."/>
		<item id="ID_LIBRARY_DELETE" text="_Delete"/>
		<separator/>
		<menu text="S_earch For">
			<item id="ID_SEARCH_FOR_THIS" text="_This File"/>
			<item id="ID_SEARCH_FOR_SIMILAR" text="_Similar Files"/>
			<separator/>
			<item id="ID_SEARCH_FOR_ARTIST" text="_Music by the same Artist"/>
			<item id="ID_SEARCH_FOR_ALBUM" text="Music in the same _Album"/>
			<item id="ID_SEARCH_FOR_SERIES" text="_Episodes in the same Series"/>
		</menu>
		<menu text="_Web Services">
			<item id="ID_LIBRARY_BITZI_WEB" text="View _Bitzi Ticket"/>
			<item id="ID_LIBRARY_BITZI_DOWNLOAD" text="_Download Metadata"/>
			<separator/>
			<item id="ID_LIBRARY_CREATETORRENT" text="Create ._torrent File"/>
		</menu>
		<menu text="O_rganise">
			<item id="ID_LIBRARY_UNLINK" text="Remove _Files"/>
			<separator/>
			<item id="ID_LIBRARY_RENAME" text="_Rename File"/>
			<item id="ID_LIBRARY_MOVE" text="_Move Files..."/>
			<item id="ID_LIBRARY_COPY" text="_Copy Files..."/>
		</menu>
		<item id="ID_LIBRARY_REBUILD_ANSI" text="_Localise Metadata"/>
		<item id="ID_LIBRARY_REFRESH_METADATA" text="_Refresh Metadata"/>
		<separator/>
		<item id="ID_LIBRARY_COLUMNS" text="Choose _Columns..."/>
		<separator/>
		<item id="ID_SHELL_MENU" text="S_hell menu"/>
		<separator/>
		<item id="ID_LIBRARY_PROPERTIES" text="_Properties"/>
	</menu>
	<!-- MEDIA WINDOW -->
	<menu name="CMediaFrame.Basic">
		<item id="ID_MEDIA_PLAY" text="_Play"/>
		<item id="ID_MEDIA_PAUSE" text="Pa_use"/>
		<item id="ID_MEDIA_STOP" text="_Stop"/>
		<separator/>
		<item id="ID_MEDIA_OPEN" text="_Open Media File..."/>
		<separator/>
		<menu text="Play_list">
			<item id="ID_MEDIA_PREVIOUS" text="Pre_vious"/>
			<item id="ID_MEDIA_NEXT" text="_Next"/>
			<item id="ID_MEDIA_RANDOM" text="_Random"/>
			<item id="ID_MEDIA_REPEAT" text="R_epeat"/>
			<separator/>
			<item id="ID_MEDIA_PLAYLIST" text="Show _Playlist"/>
		</menu>
		<menu text="Video Si_ze">
			<item id="ID_MEDIA_SIZE_ONE" text="_Original Size"/>
			<item id="ID_MEDIA_SIZE_TWO" text="_Double Size"/>
			<item id="ID_MEDIA_SIZE_THREE" text="_Triple Size"/>
			<item id="ID_MEDIA_SIZE_FILL" text="_Largest"/>
			<item id="ID_MEDIA_SIZE_DISTORT" text="_Fill Window"/>
			<separator/>
			<item id="ID_MEDIA_ASPECT_DEFAULT" text="Default _Aspect"/>
			<item id="ID_MEDIA_ASPECT_4_3" text="_4:3 Ratio (TV)"/>
			<item id="ID_MEDIA_ASPECT_16_9" text="_16:9 (Film)"/>
			<separator/>
			<item id="ID_MEDIA_FULLSCREEN" text="_Full Screen"/>
		</menu>
		<menu text="Setti_ngs">
			<item id="ID_MEDIA_VIS" text="Choose _Visualisation..."/>
			<separator/>
			<item id="ID_MEDIA_PLAYLIST" text="Show _Playlist"/>
			<item id="ID_MEDIA_STATUS" text="Show _Status Line"/>
			<separator/>
			<item id="ID_MEDIA_SETTINGS" text="_Media Settings..."/>
		</menu>
	</menu>
	<menu name="CMediaFrame">
		<item id="ID_MEDIA_PLAY" text="_Play"/>
		<item id="ID_MEDIA_PAUSE" text="Pa_use"/>
		<item id="ID_MEDIA_STOP" text="_Stop"/>
		<separator/>
		<item id="ID_MEDIA_OPEN" text="_Open Media File..."/>
		<item id="ID_MEDIA_CLOSE" text="_Close File"/>
		<separator/>
		<menu text="Play_list">
			<item id="ID_MEDIA_PREVIOUS" text="Pre_vious"/>
			<item id="ID_MEDIA_NEXT" text="_Next"/>
			<item id="ID_MEDIA_RANDOM" text="_Random"/>
			<item id="ID_MEDIA_REPEAT" text="R_epeat"/>
			<separator/>
			<item id="ID_MEDIA_PLAYLIST" text="Show _Playlist"/>
		</menu>
		<menu text="Video Si_ze">
			<item id="ID_MEDIA_SIZE_ONE" text="_Original Size"/>
			<item id="ID_MEDIA_SIZE_TWO" text="_Double Size"/>
			<item id="ID_MEDIA_SIZE_THREE" text="_Triple Size"/>
			<item id="ID_MEDIA_SIZE_FILL" text="_Largest"/>
			<item id="ID_MEDIA_SIZE_DISTORT" text="_Fill Window"/>
			<separator/>
			<item id="ID_MEDIA_ASPECT_DEFAULT" text="Default _Aspect"/>
			<item id="ID_MEDIA_ASPECT_4_3" text="_4:3 Ratio (TV)"/>
			<item id="ID_MEDIA_ASPECT_16_9" text="_16:9 (Film)"/>
			<separator/>
			<item id="ID_MEDIA_FULLSCREEN" text="_Full Screen"/>
		</menu>
		<menu text="Setti_ngs">
			<item id="ID_MEDIA_VIS" text="Choose _Visualisation..."/>
			<separator/>
			<item id="ID_MEDIA_PLAYLIST" text="Show _Playlist"/>
			<item id="ID_MEDIA_STATUS" text="Show _Status Line"/>
			<separator/>
			<item id="ID_MEDIA_SETTINGS" text="_Media Settings..."/>
		</menu>
	</menu>
	<menu name="CMediaFrame.Zoom">
		<item id="ID_MEDIA_SIZE_ONE" text="_Original Size"/>
		<item id="ID_MEDIA_SIZE_TWO" text="_Double Size"/>
		<item id="ID_MEDIA_SIZE_THREE" text="_Triple Size"/>
		<item id="ID_MEDIA_SIZE_FILL" text="_Largest"/>
		<item id="ID_MEDIA_SIZE_DISTORT" text="_Fill Window"/>
		<separator/>
		<item id="ID_MEDIA_ASPECT_DEFAULT" text="Default _Aspect"/>
		<item id="ID_MEDIA_ASPECT_4_3" text="_4:3 Ratio (TV)"/>
		<item id="ID_MEDIA_ASPECT_16_9" text="_16:9 (Film)"/>
	</menu>
	<menu name="CMediaList">
		<item id="ID_MEDIA_SELECT" text="_Play"/>
		<item id="ID_MEDIA_RATE" text="Ra_te File..."/>
		<item id="ID_MEDIA_PROPERTIES" text="_Properties..."/>
		<separator/>
		<item id="ID_MEDIA_ADD" text="_Add File..."/>
		<item id="ID_MEDIA_ADD_FOLDER" text="Add _Folder..."/>
		<item id="ID_MEDIA_REMOVE" text="_Remove"/>
		<separator/>
		<item id="ID_MEDIA_RANDOM" text="Ra_ndom Mode"/>
		<item id="ID_MEDIA_REPEAT" text="Rep_eat Mode"/>
		<separator/>
		<item id="ID_MEDIA_OPEN" text="_Open Playlist..."/>
		<item id="ID_MEDIA_SAVE" text="_Save Playlist..."/>
		<item id="ID_MEDIA_EXPORT_COLLECTION" text="E_xport Collection..."/>
		<item id="ID_MEDIA_CLEAR" text="_Clear Playlist"/>
		<separator/>
		<item id="ID_MEDIA_PLAYLIST" text="Show Pla_ylist"/>
	</menu>
	<!-- SYSTEM WINDOW -->
	<menu name="CSystemWnd">
		<menu id="ID_SYSTEM_VERBOSE" text="_Verbose Mode">
			<item id="ID_SYSTEM_VERBOSE_ERROR" text="_Error"/>
			<item id="ID_SYSTEM_VERBOSE_WARNING" text="_Warning"/>
			<item id="ID_SYSTEM_VERBOSE_NOTICE" text="_Notice"/>
			<item id="ID_SYSTEM_VERBOSE_INFO" text="_Info"/>
			<item id="ID_SYSTEM_VERBOSE_DEBUG" text="_Debug"/>
		</menu>
		<item id="ID_SYSTEM_TIMESTAMP" text="Timestam_p"/>
		<separator/>
		<item id="ID_SYSTEM_COPY" text="_Copy" shortcut="Ctrl+C"/>
		<separator/>
		<item id="ID_SYSTEM_CLEAR" text="Clear _Buffer"/>
	</menu>
	<!-- NEIGHBOURS WINDOW -->
	<menu name="CNeighboursWnd.Basic">
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_NEIGHBOURS_CHAT" text="_Chat to User"/>
		<separator/>
		<item id="ID_NEIGHBOURS_DISCONNECT" text="_Disconnect"/>
		<separator/>
		<item id="ID_NEIGHBOURS_COPY" text="Copy _URI"/>
	</menu>
	<menu name="CNeighboursWnd">
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_NEIGHBOURS_CHAT" text="_Chat to User"/>
		<item id="ID_SECURITY_BAN" text="B_an User"/>
		<separator/>
		<item id="ID_NEIGHBOURS_DISCONNECT" text="_Disconnect"/>
		<separator/>
		<item id="ID_NEIGHBOURS_COPY" text="Copy _URI"/>
		<separator/>
		<menu text="_Networks">
			<item id="ID_NETWORK_CONNECT" text="_Connect"/>
			<item id="ID_NETWORK_DISCONNECT" text="_Disconnect"/>
			<separator/>
			<item id="ID_NETWORK_G2" text="_Gnutella2"/>
			<item id="ID_NETWORK_G1" text="Gnutella_1"/>
			<item id="ID_NETWORK_ED2K" text="_eDonkey"/>
		</menu>
		<menu text="_Monitor">
			<item id="ID_NEIGHBOURS_VIEW_ALL" text="View _All Traffic"/>
			<item id="ID_NEIGHBOURS_VIEW_INCOMING" text="View _Incoming Traffic"/>
			<item id="ID_NEIGHBOURS_VIEW_OUTGOING" text="View _Outgoing Traffic"/>
		</menu>
	</menu>
	<!-- SEARCH MONITOR WINDOW -->
	<menu name="CSearchMonitorWnd">
		<item id="ID_HITMONITOR_SEARCH" text="_Search for This"/>
		<separator/>
		<item id="ID_BROWSE_LAUNCH" text="_Browse User"/>
		<item id="ID_SECURITY_BAN" text="B_an User"/>
		<separator/>
		<item id="ID_SEARCHMONITOR_PAUSE" text="_Pause Display"/>
		<item id="ID_SEARCHMONITOR_CLEAR" text="_Clear Buffer"/>
	</menu>
	<!-- GRAPH/TRAFFIC WINDOW -->
	<menu name="CTrafficWnd">
		<item id="ID_TRAFFIC_SETUP" text="_Select Graphs..."/>
		<separator/>
		<item id="ID_TRAFFIC_GRID" text="_Grid Lines"/>
		<item id="ID_TRAFFIC_AXIS" text="_Axis"/>
		<item id="ID_TRAFFIC_LEGEND" text="_Legend"/>
		<separator/>
		<item id="ID_TRAFFIC_CLEAR" text="_Clear"/>
		<separator/>
		<item id="ID_TRAFFIC_WINDOW" text="_New Window"/>
	</menu>
	<!-- SECURITY WINDOW -->
	<menu name="CSecurityWnd">
		<item id="ID_SECURITY_ADD" text="_Add Rule..."/>
		<separator/>
		<item id="ID_SECURITY_REMOVE" text="_Remove"/>
		<item id="ID_SECURITY_RESET" text="Rese_t"/>
		<separator/>
		<item id="ID_SECURITY_MOVE_UP" text="Move _Up"/>
		<item id="ID_SECURITY_MOVE_DOWN" text="Move _Down"/>
		<separator/>
		<item id="ID_SECURITY_IMPORT" text="_Import..."/>
		<item id="ID_SECURITY_EXPORT" text="E_xport..."/>
		<separator/>
		<menu text="Default P_olicy">
			<item id="ID_SECURITY_POLICY_ACCEPT" text="_Accept"/>
			<item id="ID_SECURITY_POLICY_DENY" text="_Deny"/>
		</menu>
		<separator/>
		<item id="ID_SECURITY_EDIT" text="_Properties"/>
	</menu>
	 <!-- SCHEDULER WINDOW -->
	 <menu name="CSchedulerWnd">
		<item id="ID_SCHEDULER_ADD" text="_Add Scheduled Task"/>
		<separator/>
		<item id="ID_SCHEDULER_ACTIVATE" text="A_ctivate"/>
		<item id="ID_SCHEDULER_DEACTIVATE" text="_Deactivate"/>
		<separator/>
		<item id="ID_SCHEDULER_REMOVE" text="R_emove"/>
		<item id="ID_SCHEDULER_EDIT" text="P_roperties"/>
  </menu>
	<!-- DISCOVERY SERVICES WINDOW -->
	<menu name="CDiscoveryWnd">
		<item id="ID_DISCOVERY_QUERY" text="_Query Now"/>
		<item id="ID_DISCOVERY_ADVERTISE" text="A_dvertise"/>
		<item id="ID_DISCOVERY_REMOVE" text="_Remove"/>
		<separator/>
		<item id="ID_DISCOVERY_BROWSE" text="Browse _Statistics"/>
		<separator/>
		<item id="ID_DISCOVERY_GNUTELLA" text="Show _Bootstraps"/>
		<item id="ID_DISCOVERY_WEBCACHE" text="Show _GWebCaches"/>
		<item id="ID_DISCOVERY_SERVERMET" text="Show Ser_ver.met's"/>
		<separator/>
		<item id="ID_DISCOVERY_ADD" text="_Add Service..."/>
		<separator/>
		<item id="ID_DISCOVERY_EDIT" text="_Properties"/>
	</menu>
	<!-- PRIVATE CHAT FRAME -->
	<menu name="CPrivateChatFrame">
		<item id="ID_CHAT_CONNECT" text="_Connect"/>
		<item id="ID_CHAT_DISCONNECT" text="_Disconnect"/>
		<separator/>
		<item id="ID_CHAT_BROWSE" text="_Browse User"/>
		<!-- <item id="ID_CHAT_SEND_FILE" text="_Send File..."/> -->
		<item id="ID_CHAT_PRIORITY" text="Grant _Priority"/>
		<separator/>
		<menu text="_Format">
			<item id="ID_CHAT_BOLD" text="Set _Bold"/>
			<item id="ID_CHAT_ITALIC" text="Set _Italic"/>
			<item id="ID_CHAT_UNDERLINE" text="Set _Underline"/>
			<item id="ID_CHAT_COLOUR" text="Set _Colour"/>
			<item id="ID_CHAT_EMOTICONS" text="_Emoticons"/>
		</menu>
		<separator/>
		<item id="ID_CHAT_TIMESTAMP" text="_Timestamp"/>
		<item id="ID_CHAT_CLEAR" text="C_lear Window"/>
	</menu>
	<!-- IRC WINDOW -->
	<menu name="CIRCTabRClick">
		<item id="ID_IRC_CLOSETAB" text="_Close"/>
	</menu>
	<menu name="CIRCUserList">
		<item id="ID_IRC_WHOIS" text="_Whois"/>
		<item id="ID_IRC_QUERY" text="_Query"/>
		<separator/>
		<menu text="Actions">
			<item id="ID_IRC_TIME" text="_Time"/>
			<item id="ID_IRC_VERSION" text="_Version"/>
		</menu>
		<separator/>
		<menu text="Control">
			<item id="ID_IRC_IGNORE" text="_Ignore"/>
			<item id="ID_IRC_UNIGNORE" text="_Unignore"/>
			<item id="ID_IRC_OP" text="_Op"/>
			<item id="ID_IRC_DEOP" text="_Deop"/>
			<item id="ID_IRC_VOICE" text="_Voice"/>
			<item id="ID_IRC_DEVOICE" text="D_evoice"/>
			<item id="ID_IRC_KICK" text="_Kick"/>
			<item id="ID_IRC_KICKWHY" text="Kick (why?)"/>
			<item id="ID_IRC_BAN" text="_Ban"/>
			<item id="ID_IRC_UNBAN" text="_Unban"/>
			<item id="ID_IRC_BANKICK" text="Kick+Ban"/>
			<item id="ID_IRC_BANKICKWHY" text="Kick+Ban (why?)"/>
		</menu>
	</menu>
	<menu name="WebServices.List.Menu">
		<item id="ID_LIBRARY_BITZI_DOWNLOAD" text="_Bitzi"/>
		<item id="ID_WEBSERVICES_MUSICBRAINZ" text="_MusicBrainz"/>
		<item id="ID_WEBSERVICES_SHAREMONKEY" text="_ShareMonkey"/>
	</menu>
</menus>

<!-- Watermarks -->
<watermarks>
	<watermark target="CHomeViewCtrl.Header1" path="257.PNG"/>
	<watermark target="CHomeViewCtrl.Header2" path="258.PNG"/>
</watermarks>
<!-- Documents -->
<documents>
	<!-- Home View -->
	<document name="CHomeViewCtrl" leftMargin="16" topMargin="0">
		<styles>
			<style name="default">
				<font size="14"/>
			</style>
			<style name="heading">
				<font size="16" weight="800"/>
			</style>
		</styles>
		<anchor id="Header" width="32" height="172"/>
		<newline gap="0"/>
		<group id="1">
			<icon res="130" width="32" height="32" target="raza:command:ID_NETWORK_CONNECT"/><gap size="8"/>
			<heading align="middle">G E T &#160; C O N N E C T E D</heading>
			<newline gap="8" indent="42"/>
			<text>Welcome to Shareaza!</text>
			<newline gap="8" indent="42"/>
			<text>You are not currently connected to any peer to peer networks. &#160;</text>
			<link target="raza:command:ID_NETWORK_CONNECT">Click here to start!</link>
			<newline gap="18" indent="0"/>
		</group>
		<group id="2">
			<icon res="136" width="32" height="32" target="raza:command:ID_TOOLS_DOWNLOAD"/><gap size="8"/>
			<heading align="middle">S T A R T &#160; D O W N L O A D</heading>
			<newline gap="8" indent="42"/>
			<link target="raza:command:ID_TOOLS_DOWNLOAD" format="bu">Click here to start</link>
			<text align="middle">&#160; downloading a new file or torrent.</text>
			<newline gap="24" indent="0"/>
			<icon res="134" width="32" height="32" target="raza:command:ID_TAB_SEARCH"/><gap size="8"/>
			<heading align="middle">S E A R C H &#160; F O R &#160; A &#160; F I L E</heading>
			<newline gap="8" indent="42"/>
			<anchor id="SearchBox" width="256" height="80"/>
			<newline gap="12" indent="0"/>
		</group>
		<group id="3">
			<icon res="128" width="32" height="32"/><gap size="8"/>
			<heading align="middle">U P G R A D E &#160; N O T I C E</heading>
			<newline gap="8" indent="42"/>
			<text id="Upgrade"/>
			<newline gap="6"/>
			<link target="raza:upgrade">Click here to upgrade</link>
			<newline gap="18" indent="0"/>
		</group>
		<group id="4">
			<icon res="252" width="32" height="32"/><gap size="8"/>
			<heading align="middle">W A R N I N G &#160; - &#160; Y O U &#160; A R E &#160; F I R E W A L L E D</heading>
			<newline gap="8" indent="42"/>
			<text colour="FF0000">Shareaza has detected that you are behind a NAT router or firewall,
			and are unable to receive connections from the Internet. &#160;</text>
			<text colour="FF0000" format="b">This may cause poor download and search performance.</text>
			<newline gap="6"/>
			<link target="raza:command:ID_HELP_ROUTER">Click here to learn how to configure your router or firewall</link>
			<newline gap="18" indent="0"/>
		</group>
		<group id="6">
			<icon res="252" width="32" height="32"/><gap size="8"/>
			<heading align="middle">W A R N I N G &#160; - &#160; Y O U R &#160; T C P &#160; P O R T &#160; I S &#160; F I R E W A L L E D</heading>
			<newline gap="8" indent="42"/>
			<text colour="FF0000">Shareaza has detected that you are behind a NAT router or firewall,
			and are unable to receive TCP connections from the Internet. &#160;</text>
			<text colour="FF0000" format="b">This may cause poor download performance.</text>
			<newline gap="6"/>
			<link target="raza:command:ID_HELP_ROUTER">Click here to learn how to configure your router or firewall</link>
			<newline gap="18" indent="0"/>
		</group>
		<group id="7">
			<icon res="252" width="32" height="32"/><gap size="8"/>
			<heading align="middle">W A R N I N G &#160; - &#160; Y O U R &#160; U D P &#160; P O R T &#160; I S &#160; F I R E W A L L E D</heading>
			<newline gap="8" indent="42"/>
			<text colour="FF0000">Shareaza has detected that you are behind a NAT router or firewall,
			and are unable to receive UDP messages from the Internet. &#160;</text>
			<text colour="FF0000" format="b">This may cause poor search performance.</text>
			<newline gap="6"/>
			<link target="raza:command:ID_HELP_ROUTER">Click here to learn how to configure your router or firewall</link>
			<newline gap="18" indent="0"/>
		</group>
		<icon res="236" width="32" height="32"/><gap size="8"/>
		<heading align="middle">C U S T O M I S E &#160; S H A R E A Z A</heading>
		<newline gap="12" indent="42"/>
		<icon res="237" width="16" height="16" target="raza:command:ID_TOOLS_SKIN"/>
		<gap size="8"/>
		<link target="raza:command:ID_TOOLS_SKIN" format="bu" align="middle">Skins</link>
		<text align="middle">&#160;- Change Shareaza's look &amp; feel</text>
		<newline gap="8"/>
		<icon res="236" width="16" height="16" target="raza:command:ID_TOOLS_WIZARD"/>
		<gap size="8"/>
		<link target="raza:command:ID_TOOLS_WIZARD" format="bu" align="middle">Settings Wizard</link>
		<text align="middle">&#160;- Edit Shareaza Settings</text>
		<newline gap="8"/>
		<icon res="147" width="16" height="16" target="raza:command:ID_HELP_FAQ"/>
		<gap size="8"/>
		<link target="raza:command:ID_HELP_FAQ" format="bu" align="middle">Quick Help</link>
		<text align="middle">&#160;- Get some basic help using Shareaza</text>
		<newline gap="8"/>
		<icon res="141" width="16" height="16" target="raza:command:ID_VIEW_SECURITY"/>
		<gap size="8"/>
		<link target="raza:command:ID_VIEW_SECURITY" format="bu" align="middle">Security Filters</link>
		<text align="middle">&#160;- Add/Remove filters to improve your search results</text>
		<newline gap="18" indent="0"/>
		<group id="5">
			<icon res="128" width="32" height="32"/><gap size="8"/>
			<heading align="middle">R E M O T E &#160; A C C E S S &#160; I S &#160; E N A B L E D</heading>
			<newline gap="8" indent="42"/>
			<text>Shareaza Remote Access is enabled. Control Shareaza using your web browser at:</text>
			<newline gap="6"/>
			<link id="RemoteAccessURL1"/>
			<text>&#160;- or -&#160;</text>
			<link id="RemoteAccessURL2"/>
			<newline gap="16" indent="0"/>
		</group>
	</document>
	<document name="CHomeDownloadsBox" title="My Downloads" leftMargin="6" topMargin="6">
		<styles>
			<style name="default">
				<font size="10"/>
			</style>
		</styles>
		<para align="center">
			<group id="1">
				<text>You are not downloading any files yet.</text>
				<newline gap="4"/>
			</group>
			<link id="DownloadsNone" format="bu" target="raza:command:ID_VIEW_DOWNLOADS">Go to Downloads</link>
			<link id="DownloadsOne" format="bu" target="raza:command:ID_VIEW_DOWNLOADS">Go to Download (1)</link>
			<link id="DownloadsMany" format="bu" target="raza:command:ID_VIEW_DOWNLOADS">Go to Downloads (%i)</link>
		</para>
	</document>
	<document name="CHomeLibraryBox" title="My Library" leftMargin="6" topMargin="6">
		<styles>
			<style name="default">
				<font size="10"/>
			</style>
		</styles>
		<para align="center">
			<group id="2">
				<text>You have not downloaded any new files recently.</text>
				<newline gap="8"/>
			</group>
			<text id="LibraryFiles" format="b">%lu </text>
			<text>files, </text>
			<text id="LibraryVolume" format="b">%s</text>
			<newline gap="4"/>
			<link format="bu" target="raza:command:ID_VIEW_LIBRARY">Go to My Library</link>
			<newline gap="4"/>
			<link format="bu" target="raza:shell:downloads">Open my Downloads folder</link>
			<group id="1">
				<newline gap="8"/>
				<text>Shareaza is scanning and processing </text>
				<text id="LibraryHashRemaining" format="b">%lu </text>
				<text>files.</text>
				<newline gap="8"/>
			</group>
			<group id="3">
				<link target="raza:command:ID_LIBRARY_HASH_PRIORITY">Click here to hash faster</link>
			</group>
			<group id="4">
				<link target="raza:command:ID_LIBRARY_HASH_PRIORITY">Click here to hash slower</link>
			</group>
		</para>
	</document>
	<document name="CHomeConnectionBox" title="Connection" leftMargin="6" topMargin="6">
		<styles>
			<style name="default">
				<font size="10"/>
			</style>
		</styles>
		<group id="1">
			<para align="center">
				<text format="b">Not connected</text>
				<newline gap="4"/>
				<link target="raza:command:ID_NETWORK_CONNECT">Click here to connect</link>
			</para>
		</group>
		<icon group="20" command="ID_NETWORK_G2"/><gap group="20" size="4"/>
		<text group="20" align="middle" format="b">Gnutella2: </text>
		<text group="21" align="middle">Disconnected</text>
		<text group="22" align="middle">Connecting...</text>
		<text group="23" align="middle">Connected</text>
		<text group="24" align="middle" id="G2Hubs">%i hubs</text>
		<text group="25" align="middle" id="G2Leaves">%i leaves</text>
		<newline group="20" gap="2"/>
		<icon group="10" command="ID_NETWORK_G1"/><gap group="10" size="4"/>
		<text group="10" align="middle" format="b">Gnutella1: </text>
		<text group="11" align="middle">Disconnected</text>
		<text group="12" align="middle">Connecting...</text>
		<text group="13" align="middle">Connected</text>
		<text group="14" align="middle" id="G1Hubs">%i ultrapeers</text>
		<text group="15" align="middle" id="G1Leaves">%i leaves</text>
		<newline group="10" gap="2"/>
		<icon group="30" command="ID_NETWORK_ED2K"/><gap group="30" size="4"/>
		<text group="30" align="middle" format="b">eDonkey: </text>
		<text group="31" align="middle">Disconnected</text>
		<text group="32" align="middle">Connecting...</text>
		<text group="33" align="middle">Connected</text>
		<newline group="30" gap="2"/>
		<group id="2">
			<para align="center">
				<newline gap="4"/>
				<text>You have been connected for </text>
				<newline gap="0"/>
				<text id="ConnectedHours" format="b">%i </text>
				<text>hours and </text>
				<text id="ConnectedMinutes" format="b">%i </text>
				<text>minutes.</text>
			</para>
		</group>
	</document>
	<document name="CHomeUploadsBox" title="Uploads" leftMargin="6" topMargin="6">
		<styles>
			<style name="default">
				<font size="10"/>
			</style>
		</styles>
		<para align="center">
			<text id="UploadsNone" format="b">No active uploads</text>
			<link id="UploadsOne" format="bu" target="raza:command:ID_VIEW_UPLOADS">1 active upload</link>
			<link id="UploadsMany" format="bu" target="raza:command:ID_VIEW_UPLOADS">%i active uploads</link>
			<newline gap="4"/>
			<text id="UploadedNone">You have not uploaded any files today.</text>
			<text id="UploadedOne">You have uploaded 1 file (%s).</text>
			<text id="UploadedMany">You have uploaded %i files (%s).</text>
		</para>
	</document>
	<document name="CHomeTorrentsBox" title="Torrents" leftMargin="6" topMargin="6">
		<styles>
			<style name="default">
				<font size="10"/>
			</style>
		</styles>
		<para align="center">
			<text id="TorrentsNone" format="b">No seeding torrents</text>
			<text id="TorrentsOne" format="b">1 seeding torrent</text>
			<text id="TorrentsMany" format="b">%i seeding torrents</text>
			<newline gap="4"/>
			<link id="ReseedTorrent" format="bu" target="raza:command:ID_TOOLS_RESEEDTORRENT">Re-seed %s</link>
			<newline gap="4"/>
			<group id="1">
			<link id="SeedTorrent" format="bu" target="raza:command:ID_TOOLS_SEEDTORRENT">Seed another torrent</link>
			</group>
			<group id="2">
			<link id="SeedTorrent" format="bu" target="raza:command:ID_TOOLS_SEEDTORRENT">Seed a torrent</link>
			</group>
		</para>
	</document>
	<!-- Settings Pages -->
	<document name="CGeneralSettingsGroup" title="General" leftMargin="8" topMargin="8">
		<styles>
			<style name="default">
				<colours link="000080"/>
			</style>
		</styles>
		<text format="b">Welcome to Shareaza's Settings Manager</text>
		<newline gap="16"/>
		<text>The Shareaza Settings Manager allows advanced users to completely customise how
			Shareaza works. The settings in the </text>
		<text format="b">General </text>
		<text>section relate to the user experience.</text>
		<newline gap="16" indent="16"/>
		<link target="raza:page:CGeneralSettingsPage" format="b">General:</link>
		<gap size="4"/>
		<text>Common user interface settings like tooltips, minimise behaviour, number formats, prompts, etc.</text>
		<newline gap="10"/>
		<link target="raza:page:CLibrarySettingsPage" format="b">Library:</link>
		<gap size="4"/>
		<text>Presentation, access, and management of the file library.</text>
		<newline gap="10"/>
		<link target="raza:page:CMediaSettingsPage" format="b">Media Player:</link>
		<gap size="4"/>
		<text>When and where to use the built-in Shareaza Media Centre.</text>
		<newline gap="10"/>
		<link target="raza:page:CCommunitySettingsPage" format="b">Community:</link>
		<gap size="4"/>
		<text>Your profile, chat and instant messaging settings.</text>
		<newline gap="10"/>
		<link target="raza:page:CIRCSettingsPage" format="b">Chat:</link>
		<gap size="4"/>
		<text>IRC chatroom visual appearances and connection settings.</text>
		<newline gap="10"/>
		<link target="raza:page:CWebSettingsPage" format="b">Web Integration:</link>
		<gap size="4"/>
		<text>Integrate Shareaza with your web browser to accept peer-to-peer links and download content.</text>
	</document>
	<document name="CInternetSettingsGroup" title="Internet" leftMargin="8" topMargin="8">
		<styles>
			<style name="default">
				<colours link="000080"/>
			</style>
		</styles>
		<text format="b">Welcome to Shareaza's Settings Manager</text>
		<newline gap="16"/>
		<text>The Shareaza Settings Manager allows advanced users to completely customise 
			how Shareaza works. The settings in the </text>
		<text format="b">Internet </text>
		<text>section control how Shareaza interacts with other nodes within distributed peer-to-peer networks. </text>
		<newline gap="16" indent="16"/>
		<link target="raza:page:CConnectionSettingsPage" format="b">Connection:</link>
		<gap size="4"/>
		<text>The speeds and capabilities of your Internet connection.</text>
		<newline gap="10"/>
		<link target="raza:page:CDownloadsSettingsPage" format="b">Downloads:</link>
		<gap size="4"/>
		<text>Download throughput, scheduling, verification, timeouts and management.</text>
		<newline gap="10"/>
		<link target="raza:page:CUploadsSettingsPage" format="b">Uploads:</link>
		<gap size="4"/>
		<text>Upload capacity, queuing, banning, timeouts and special requests.</text>
		<newline gap="10"/>
		<link target="raza:page:CRemoteSettingsPage" format="b">Remote:</link>
		<gap size="4"/>
		<text>Set up the ability to control Shareaza remotely through a web browser.</text>
	</document>
	<!-- Browse User Profile -->
	<document name="CBrowseHostProfile.1">
		<heading id="Nick"/>
		<heading>'s Profile</heading>
		<newline gap="8"/>
		<group id="1">
			<newline gap="8" indent="0"/>
			<text format="b">Name</text>
			<newline gap="2" indent="8"/>
			<text id="FullName"/>
		</group>
		<group id="2">
			<newline gap="8" indent="0"/>
			<text format="b">Location</text>
			<newline gap="2" indent="8"/>
			<text id="FullLocation"/>
		</group>
		<group id="3">
			<newline gap="8" indent="0"/>
			<text format="b">Demographic</text>
			<newline gap="2" indent="8"/>
			<text id="GenderMale">Male</text>
			<text id="GenderFemale">Female</text>
			<text>, </text>
			<text id="Age"/>
		</group>
		<group id="4">
			<newline gap="8" indent="0"/>
			<text format="b">Contact Information</text>
			<newline gap="1" indent="8"/>
		</group>
		<group id="40">
			<newline gap="1"/>
			<icon res="265"/><gap size="5"/>
			<link id="ContactEmail" align="middle"/>
		</group>
		<group id="44">
			<newline gap="1"/>
			<icon res="1008"/><gap size="5"/>
			<link id="ContactMSN"/>
		</group>
		<group id="41">
			<newline gap="1"/>
			<icon res="206"/><gap size="5"/>
			<link id="ContactYahoo"/>
		</group>
		<group id="42">
			<newline gap="1"/>
			<icon res="208"/><gap size="5"/>
			<link id="ContactICQ"/>
		</group>
		<group id="43">
			<newline gap="1"/>
			<icon res="207"/><gap size="5"/>
			<link id="ContactAOL"/>
		</group>
		<group id="45">
			<newline gap="1"/>
			<icon res="207"/><gap size="5"/>
			<link id="ContactJabber"/>
		</group>
		<group id="5">
			<newline gap="8" indent="0"/>
			<text format="b">Interests</text>
			<newline gap="2" indent="8"/>
			<text id="Interests"/>
		</group>
		<group id="6">
			<newline gap="8" indent="0"/>
			<text format="b">Bio</text>
			<newline gap="2" indent="8"/>
			<text id="BioText"/>
		</group>
	</document>
	<document name="CBrowseHostProfile.2">
		<newline gap="40" indent="0"/>
		<text format="b">Shared Files</text>
		<newline gap="4" indent="8"/>
		<icon res="137" target="raza:command:ID_BROWSE_FILES"/><gap size="5"/>
		<link target="raza:command:ID_BROWSE_FILES" align="middle">View Shared Files</link>
		<group id="2">
			<newline gap="16" indent="0"/>
			<text format="b">Community</text>
			<newline gap="4" indent="8"/>
			<icon res="140" target="raza:command:ID_SEARCH_CHAT"/>
			<gap size="5"/>
			<link target="raza:command:ID_SEARCH_CHAT" align="middle">Chat to User</link>
		</group>
		<group id="3">
			<newline gap="16" indent="0"/>
			<text format="b">Favourite Web Links</text>
			<newline gap="4" indent="8" id="Bookmarks"/>
		</group>
		<newline gap="16" indent="0"/>
	</document>
	<!-- Download help documents -->
	<document name="DownloadHelp.Select">
		<text format="b">Downloads Area</text>
		<newline gap="8"/>
		<text>This is where files currently being downloaded are displayed. You can view
		individual sources by expanding each file with the small + on the left.</text>
		<newline gap="8"/>
		<text>Drag'n'Drop downloads higher in the list for priority, or onto Download Group 
		tabs for better organisation (in Power Mode).</text>
		<newline gap="16"/>
		<text>You can also use this command to get help information on a specific download.
		Simply select a download and choose this Help command again.</text>
	</document>
	<document name="DownloadHelp.Seeding">
		<text format="b">This Torrent is Seeding</text>
		<newline gap="8"/>
		<text>Shareaza has verified this complete download, and is actively sharing it
		with other downloaders through BitTorrent. Please share at least 100%.</text>
	</document>
	<document name="DownloadHelp.Completed">
		<text format="b">This Download has Completed</text>
		<newline gap="8"/>
		<text>Shareaza has finished downloading this file, and has verified that it
		is 100% correct. It has also moved the file to your downloads folder.</text>
	</document>
	<document name="DownloadHelp.Moving">
		<text format="b">This Download is Moving</text>
		<newline gap="8"/>
		<text>Shareaza has finished downloading this file, and has verified that
		it is correct. It is currently being moved and/or unpacked to your downloads folder.</text>
	</document>
	<document name="DownloadHelp.Paused">
		<text format="b">This Download is Paused</text>
		<newline gap="8"/>
		<text>You have paused this download. If you want it to resume downloading, you
		can click the '</text><text format="b">Resume Download</text><text>' command.</text>
	</document>
	<document name="DownloadHelp.DiskFull">
		<text format="b">The Disk is Full</text>
		<newline gap="8"/>
		<text>Shareaza has paused this download automatically because the hard disk
		appears to be full, or the download file cannot be written to. If you wish
		to continue downloading, please free some space on your hard disk and/or check
		to make sure the incomplete file folder is accessible, and then resume the
		download.</text>
	</document>
	<document name="DownloadHelp.Verifying">
		<text format="b">This Download is Verifying</text>
		<newline gap="8"/>
		<text>This download has finished, and Shareaza is now checking it to ensure
		that it is exactly the same as the original file. If any damaged parts are
		found, Shareaza will repair them automatically.</text>
	</document>
	<document name="DownloadHelp.Downloading">
		<text format="b">This Download is Active!</text>
		<newline gap="8"/>
		<text>This download is currently in progress. If it is downloading too slowly,
		you could try searching the network for more sources with the '</text><text
    format="b">Find More Sources</text><text>' command. If the speed does not 
		improve it may be due to limited upload speeds of the users you are downloading 
		from. Download speed usually increases over time.</text>
	</document>
	<document name="DownloadHelp.Pending">
		<text format="b">This Download is Pending</text>
		<newline gap="8"/>
		<text>This download is waiting for someone to start uploading.
		Shareaza is ready to start downloading this file, but no-one is sending it at
		the moment. You are probably waiting in other user's queues, and the download
		may start transferring at any time. You can examine the individual sources to 
		see each queue you are waiting in. If you are sharing files yourself, it may
		improve the chances of a download transfer starting quickly.</text>
	</document>
	<document name="DownloadHelp.Queued">
		<text format="b">This Download is Queued</text>
		<newline gap="8"/>
		<text>This download is waiting for some of your other downloads to complete.
		Your download settings limit the number of downloads which may be active at
		any given time, to ensure that each download gets a good share of the available
		bandwidth. You can change these settings via Tools, Shareaza Settings.
		Alternatively, you may manually start this download with the resume command.</text>
	</document>
	<document name="DownloadHelp.Searching">
		<text format="b">This Download is Searching</text>
		<newline gap="8"/>
		<text>There are no known sources for this download, so Shareaza is searching
		all connected P2P networks for new sources. Once sources are found, the
		download will start automatically. Shareaza searches for sources automatically,
		however you can speed up the process using the </text>
		<text format="b">Find More Sources </text><text>command.</text>
		<newline gap="8"/>
		<text>Unfortunately in many cases there may be no users online who have the
		file you are looking for. The only course of action here is to wait for
		someone to come online, or cancel it and try to find a similar file which is
		more widely available.</text>
	</document>
	<document name="DownloadHelp.Creating">
		<text format="b">This Download is Creating</text>
		<newline gap="8"/>
		<text>Shareaza is pre-allocating a file in which to store this download, to
		save time later.</text>
	</document>
	<document name="DownloadHelp.Tracker">
		<text format="b">BitTorrent Tracker Down</text>
		<newline gap="8"/>
		<text>The BitTorrent tracker server for this download appears to be
		down or malfunctioning. Shareaza is unable to contact it to receive
		a list of peers.</text>
	</document>
	<!-- Upload help documents -->
	<document name="UploadHelp">
		<text format="b">Uploads Area</text>
		<newline gap="8"/>
		<text>This is where queues and uploads are displayed. You can expand each queue
		with the small + on the left, and filter what is displayed with the button on the
		right of the window's toolbar.</text>
	</document>
	<!-- General help documents -->
	<document name="GeneralHelp.DiskSpace">
		<text format="b">Disk Space is Low</text>
		<newline gap="8"/>
		<text>The amount of free space on one or more drives used by Shareaza is low.</text>
		<newline gap="8"/>
		<text>You should always attempt to keep a reasonable amount of disk space free. Programs 
		can become unstable if the drives become full, and temporary files may be lost. You should 
		run a disk clean-up, delete unwanted files, or uninstall software you no longer need.</text>
	</document>
	<document name="GeneralHelp.DiskWriteFail">
		<text format="b">A Required Directory is Non-writable</text>
		<newline gap="8"/>
		<text>A disk or directory Shareaza needs cannot be written to.</text>
		<newline gap="8"/>
		<text>A network drive may have been disconnected, or you may not have write permission 
		to a selected directory. Please check directories and permissions, or change the
		temporary files location.</text>
	</document>
	<document name="GeneralHelp.ConnectionFail">
		<text format="b">Internet Connection Has Been Lost</text>
		<newline gap="8"/>
		<text>Windows reports that there is no internet connection is available.</text>
		<newline gap="8"/>
		<text>It is likely that a modem or router has dropped, meaning the internet cannot
		be accessed. You may need to manually re-connect or reset your connection.</text>
		<newline gap="8"/>
		<text>Shareaza has ceased connection attempts to avoid losing all cached hosts.</text>
	</document>
	<document name="GeneralHelp.AdultFilter">
		<text format="b">Adult content filter enabled</text>
		<newline gap="8"/>
		<text>Please note that (as with any automated filter) it may not be 100% effective at
		screening content. It is designed simply to filter out excess unwanted results, rather than 
		as a 100% safe block.</text>
		<newline gap="8"/>
		<text>Children's Internet use (including P2P file sharing) should always be under parental supervision.</text>
	</document>
	<document name="GeneralHelp.BadTorrentEncoding">
		<text format="b">This torrent appears to have an encoding error</text>
		<newline gap="8"/>
		<text>Windows has reported a translation fault while decoding text in this torrent. It is
		possible that the torrent is corrupt, or just incorrectly encoded. The torrent may
		still download properly, although some file names could be incorrect.</text>
		<newline gap="8"/>
		<text>Most torrent creation programs should allow you to repair this torrent, which
		will ensure it works properly in all BitTorrent applications.</text>
		<newline gap="8"/>
		<link target="raza:command:ID_HELP_TORRENT">Click here for additional help</link>
		<text>, or to download software to repair the torrent.</text>
	</document>
	<document name="GeneralHelp.DonkeyServerList">
		<text format="b">Your eDonkey server list is empty</text>
		<newline gap="8"/>
		<text>There are no servers in your eDonkey server list. You need to download an
		up to date server list (met file) to connect to ED2K.</text>
		<newline gap="8"/>
		<text>You can download a server list from the ed2k setting page, or the discovery
		services window. (Press F9 to open the discovery services window)</text> 
	</document>
	<document name="GeneralHelp.UploadWarning">
		<text format="b">Limiting uploads may slow downloads</text>
		<newline gap="8"/>
		<text>Several networks Shareaza connects to enforce ratios, limit uploads to
		clients that do not share, or simply preference uploading to known sharers.</text>
		<newline/>
		<text>Fortunately, broadband DSL connections are like a two-lane highway: you have
		separate allocations for upload and download. If your client is properly configured, 
		you should be able to upload at a good rate while retaining full download capacity.</text>
		<newline gap="8"/>
		<text>By default, your upload limit is set to about 85% of available upstream bandwidth,
		while downloads are unlimited. That configuration should give you the fastest possible 
		downloads that are available.</text>
	</document>
	<!-- Search help documents -->
	<document name="SearchHelp.BadSearch1">
		<text format="b">Please re-phrase the search</text>
		<newline gap="8"/>
		<text>This search is poorly formatted, and may not function correctly. 
		Searches should include several terms where possible, and should specify a schema 
		(file type). Furthermore, searches must not be limited to numbers or negative
		terms only, and you should avoid overly general queries.</text>
		<newline gap="8"/>
		<text>Most clients on the network will ignore a search for all MP3 files, for example, 
		because it is not specific enough, and would generate too many results.</text>
	</document>
	<document name="SearchHelp.BadSearch2">
		<text format="b">Please re-phrase the search</text>
		<newline gap="8"/>
		<text>This search does not contain enough terms to function properly. All searches need
		a minimum number of valid, alphabetic characters to be able to start.</text>
		<newline gap="8"/>
		<text>While common file extensions (and numbers) can be searched for, you must enter
		other terms as well when creating the search. Punctuation and wildcards are not used 
		in searches, just the text you enter.</text>
	</document>
	<document name="SearchHelp.BadSearch3">
		<text format="b">Please re-phrase the search</text>
		<newline gap="8"/>
		<text>This search seems to contain only common file extensions, or no searchable
		words.</text>
		<newline gap="8"/>
		<text>If you are having trouble creating searches, keep in mind that it's quite similar
		to a web search. Specific terms or phrases are best- Unique names, titles and
		keywords.</text>
		<newline gap="8"/>
		<text>General terms cannot be searched for efficiently and may result in poor
		search performance, as well as high bandwidth use during searches.</text>
		<newline gap="8"/>
		<text>Further help is available on the Shareaza web site.</text>
	</document>
	<document name="SearchHelp.AdultSearch">
		<text format="b">This search cannot be started</text>
		<newline gap="8"/>
		<text>The specified search would probably return a large number of results with adult 
		content, and this has been turned off in the settings. You should either re-phrase the 
		search, or disable the filter.</text>
		<newline gap="8"/>
		<text>To disable the filter, go into Tools &gt; Settings &gt; General and uncheck the
		adult content filter.</text>
	</document>
	<!-- Share help documents -->
	<document name="ShareHelp.AlreadyShared">
		<text format="b">Already Shared</text>
		<newline gap="8"/>
		<text>The folder you have selected is already being shared as part of an existing share.</text>
		<newline gap="8"/>
		<text> %s </text>
	</document>
	<document name="ShareHelp.BadShare">
		<text format="b">This folder should not be shared</text>
		<newline gap="8"/>
		<text>This folder is (or contains) a system folder. Sharing this folder is not
		recommended, since most of the files in it are of no use to other people.</text>
		<newline gap="8"/>
		<text>Folders such as the Windows directory, Program Files, and similar folders
		do not usually contain files suitable for sharing. Any files of interest would be in
		sub-folders located</text><text format="i"> inside</text><text> these folders.
		Please share those instead.</text>
		<newline gap="8"/>
		<text>The Shareaza 'incomplete' folder should also not be shared through the
		library, since attempting to hash downloads in progress may impact on performance.</text>
	</document>
</documents>

<!-- Navigation Bar -->
<windowSkins>
	<windowSkin>
		<image type="image" language="en" res="241"/>
		<image type="alpha" language="en" res="246"/>
		<target window="CMainTabBarCtrl.Basic"/>
		<anchors>
			<anchor name="Background"				rect="0,0,550,44"/>
			<anchor name="_ID_TAB_HOME"				rect="4,1,80,38"/>
			<anchor name="_ID_TAB_LIBRARY"			rect="86,1,90,38"/>
			<anchor name="_ID_TAB_MEDIA"			rect="178,1,84,38"/>
			<anchor name="_ID_TAB_SEARCH"			rect="264,1,90,38"/>
			<anchor name="_ID_TAB_TRANSFERS"		rect="356,1,106,38"/>
			<anchor name="_ID_TAB_IRC"				rect="464,1,80,38"/>
		</anchors>
		<parts>
			<part name="_ID_TAB_HOME.Up"			rect="0,0,80,38"/>
			<part name="_ID_TAB_HOME.Checked"		rect="0,38,80,38"/>
			<part name="_ID_TAB_HOME.Hover"			rect="0,38,80,38"/>
			<part name="_ID_TAB_HOME.Down"			rect="0,76,80,38"/>
			<part name="_ID_TAB_LIBRARY.Up"			rect="80,0,90,38"/>
			<part name="_ID_TAB_LIBRARY.Checked"	rect="80,38,90,38"/>
			<part name="_ID_TAB_LIBRARY.Hover"		rect="80,38,90,38"/>
			<part name="_ID_TAB_LIBRARY.Down"		rect="80,76,90,38"/>
			<part name="_ID_TAB_MEDIA.Up"			rect="170,0,84,38"/>
			<part name="_ID_TAB_MEDIA.Checked"		rect="170,38,84,38"/>
			<part name="_ID_TAB_MEDIA.Hover"		rect="170,38,84,38"/>
			<part name="_ID_TAB_MEDIA.Down"			rect="170,76,84,38"/>
			<part name="_ID_TAB_SEARCH.Up"			rect="254,0,90,38"/>
			<part name="_ID_TAB_SEARCH.Checked"		rect="254,38,90,38"/>
			<part name="_ID_TAB_SEARCH.Hover"		rect="254,38,90,38"/>
			<part name="_ID_TAB_SEARCH.Down"		rect="254,76,90,38"/>
			<part name="_ID_TAB_TRANSFERS.Up"		rect="344,0,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Checked"	rect="344,38,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Hover"	rect="344,38,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Down"		rect="344,76,106,38"/>
			<part name="_ID_TAB_IRC.Up"			rect="552,0,80,38"/>
			<part name="_ID_TAB_IRC.Checked"		rect="552,38,80,38"/>
			<part name="_ID_TAB_IRC.Hover"			rect="552,38,80,38"/>
			<part name="_ID_TAB_IRC.Down"			rect="552,76,80,38"/>
		</parts>
	</windowSkin>
	<windowSkin>
		<image type="image" language="en" res="241"/>
		<image type="alpha" language="en" res="246"/>
		<target window="CMainTabBarCtrl"/>
		<anchors>
			<anchor name="Background"			rect="0,0,654,44"/>
			<anchor name="_ID_TAB_HOME"			rect="4,1,80,38"/>
			<anchor name="_ID_TAB_LIBRARY"		rect="86,1,90,38"/>
			<anchor name="_ID_TAB_MEDIA"		rect="178,1,84,38"/>
			<anchor name="_ID_TAB_SEARCH"		rect="264,1,90,38"/>
			<anchor name="_ID_TAB_TRANSFERS"	rect="356,1,106,38"/>
			<anchor name="_ID_TAB_NETWORK"		rect="464,1,102,38"/>
			<anchor name="_ID_TAB_IRC"			rect="568,1,80,38"/>
		</anchors>
		<parts>
			<part name="_ID_TAB_HOME.Up"			rect="0,0,80,38"/>
			<part name="_ID_TAB_HOME.Checked"		rect="0,38,80,38"/>
			<part name="_ID_TAB_HOME.Hover"			rect="0,38,80,38"/>
			<part name="_ID_TAB_HOME.Down"			rect="0,76,80,38"/>
			<part name="_ID_TAB_LIBRARY.Up"			rect="80,0,90,38"/>
			<part name="_ID_TAB_LIBRARY.Checked"	rect="80,38,90,38"/>
			<part name="_ID_TAB_LIBRARY.Hover"		rect="80,38,90,38"/>
			<part name="_ID_TAB_LIBRARY.Down"		rect="80,76,90,38"/>
			<part name="_ID_TAB_MEDIA.Up"			rect="170,0,84,38"/>
			<part name="_ID_TAB_MEDIA.Checked"		rect="170,38,84,38"/>
			<part name="_ID_TAB_MEDIA.Hover"		rect="170,38,84,38"/>
			<part name="_ID_TAB_MEDIA.Down"			rect="170,76,84,38"/>
			<part name="_ID_TAB_SEARCH.Up"			rect="254,0,90,38"/>
			<part name="_ID_TAB_SEARCH.Checked"		rect="254,38,90,38"/>
			<part name="_ID_TAB_SEARCH.Hover"		rect="254,38,90,38"/>
			<part name="_ID_TAB_SEARCH.Down"		rect="254,76,90,38"/>
			<part name="_ID_TAB_TRANSFERS.Up"		rect="344,0,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Checked"	rect="344,38,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Hover"	rect="344,38,106,38"/>
			<part name="_ID_TAB_TRANSFERS.Down"		rect="344,76,106,38"/>
			<part name="_ID_TAB_NETWORK.Up"			rect="450,0,108,38"/>
			<part name="_ID_TAB_NETWORK.Checked"	rect="450,38,102,38"/>
			<part name="_ID_TAB_NETWORK.Hover"		rect="450,38,102,38"/>
			<part name="_ID_TAB_NETWORK.Down"		rect="450,76,102,38"/>
			<part name="_ID_TAB_IRC.Up"			rect="552,0,80,38"/>
			<part name="_ID_TAB_IRC.Checked"		rect="552,38,80,38"/>
			<part name="_ID_TAB_IRC.Hover"			rect="552,38,80,38"/>
			<part name="_ID_TAB_IRC.Down"			rect="552,76,80,38"/>
		</parts>
	</windowSkin>
</windowSkins>

<!-- Remote -->
<windowSkins>
	<windowSkin> 
		<image type="source" res="248"/>
		<target window="CRemoteWnd"/>
		<anchors> 
			<anchor name="StatusText"			rect="24,33,236,17"/>
			<anchor name="History"				rect="12,14,112,13"/>
			<anchor name="MediaSeekTrack"		rect="10,99,162,11"/>
			<anchor name="MediaVolTrack"		rect="190,99,72,11"/>
			<anchor name="ScalerTrack"			rect="12,27,112,3"/>
			<anchor name="MediaStatePlaying"	rect="11,35,9,11"/>
			<anchor name="MediaStatePaused"		rect="11,35,9,11"/>
			<anchor name="MediaStateStopped"	rect="11,35,9,11"/>
		</anchors>
		<parts> 
			<part name="Background"			rect="0,0,271,119"/>
			<part name="HistoryTx1"			rect="0,142,112,13"/>
			<part name="HistoryRx1"			rect="0,155,112,13"/>
			<part name="MediaSeekTab"		rect="271,18,19,11"/>
			<part name="MediaSeekBar"		rect="10,119,162,11"/>
			<part name="MediaVolTab"		rect="271,18,19,11"/>
			<part name="MediaVolBar"		rect="190,119,72,11"/>
			<part name="ScalerTab"			rect="318,23,5,3"/>
			<part name="MediaStatePlaying"	rect="430,16,9,11"/>
			<part name="MediaStatePaused"	rect="439,16,9,11"/>
			<part name="MediaStateStopped"	rect="448,16,9,11"/>
		</parts>
		<anchors> 
			<anchor name="_ID_MEDIA_ADD"		rect="208,60,32,35"/>
			<anchor name="_ID_MEDIA_ADD_FOLDER"	rect="240,67,23,23" />
			<anchor name="_ID_MEDIA_PLAY"		rect="43,59,35,35"/>
			<anchor name="_ID_MEDIA_PAUSE"		rect="43,59,35,35"/>
			<anchor name="_ID_MEDIA_STOP"		rect="86,65,25,25"/>
			<anchor name="_ID_MEDIA_PREVIOUS"	rect="10,65,25,25"/>
			<anchor name="_ID_MEDIA_NEXT"		rect="119,65,25,25"/>
			<anchor name="_ID_MEDIA_MUTE"		rect="131,18,22,7"/>
			<anchor name="_ID_MONITOR_CLOSE"	rect="247,2,15,15"/>
			<anchor name="_ID_MEDIA_RANDOM"		rect="160,18,38,7"/>
			<anchor name="_ID_MEDIA_REPEAT"		rect="205,18,33,7"/>
		</anchors>
		<parts> 
			<part name="_ID_MEDIA_ADD.Hover"			rect="369,126,32,35"/>
			<part name="_ID_MEDIA_ADD.Down"				rect="430,126,33,35"/>
			<part name="_ID_MEDIA_ADD_FOLDER.Hover"		rect="401,133,23,23"/>
			<part name="_ID_MEDIA_ADD_FOLDER.Down"		rect="463,133,23,23"/>
			<part name="_ID_MONITOR_CLOSE.Hover"		rect="292,2,15,15"/>
			<part name="_ID_MONITOR_CLOSE.Down"			rect="273,2,15,15"/>
			<part name="_ID_MEDIA_PLAY.Up"				rect="319,39,35,35"/>
			<part name="_ID_MEDIA_PLAY.Hover"			rect="279,39,35,35"/>
			<part name="_ID_MEDIA_PLAY.Down"			rect="279,82,35,35"/>
			<part name="_ID_MEDIA_PAUSE.Up"				rect="359,82,35,35"/>
			<part name="_ID_MEDIA_PAUSE.Hover"			rect="359,39,35,35"/>
			<part name="_ID_MEDIA_PAUSE.Down"			rect="319,82,35,35"/>
			<part name="_ID_MEDIA_STOP.Hover"			rect="274,154,25,25"/>
			<part name="_ID_MEDIA_STOP.Down"			rect="274,124,25,25"/>
			<part name="_ID_MEDIA_STOP.Disabled"		rect="274,184,25,25"/>
			<part name="_ID_MEDIA_PREVIOUS.Down"		rect="330,124,25,25"/>
			<part name="_ID_MEDIA_PREVIOUS.Hover"		rect="330,154,25,25"/>
			<part name="_ID_MEDIA_PREVIOUS.Disabled"	rect="330,184,25,25"/>
			<part name="_ID_MEDIA_MUTE.Checked"			rect="388,15,22,7"/>
			<part name="_ID_MEDIA_NEXT.Down"			rect="302,124,25,25"/>
			<part name="_ID_MEDIA_NEXT.Hover"			rect="302,154,25,25"/>
			<part name="_ID_MEDIA_NEXT.Disabled"		rect="302,184,25,25"/>
			<part name="_ID_MEDIA_RANDOM.Checked"		rect="350,15,38,7"/>
			<part name="_ID_MEDIA_REPEAT.Checked"		rect="318,15,33,7"/>
		</parts>
		<caption fontSize="11" fontWeight="Normal" colour="000000"/>
		<region> 
			<shape type="rectangle" rect="0,0,271,119"/>
			<shape type="rectangle" combine="diff"		rect="0,0,249,3"/>
			<shape type="rectangle" combine="diff"		rect="0,5,1,2"/>
			<shape type="rectangle" combine="diff"		rect="2,4,1,1"/>
			<shape type="rectangle" combine="diff"		rect="260,0,270,3"/>
			<shape type="rectangle" combine="diff"		rect="269,0,270,4"/>
			<shape type="rectangle" combine="diff"		rect="270,0,271,5"/>
			<shape type="rectangle" combine="diff"		rect="249,0,260,1"/>
			<shape type="rectangle" combine="diff"		rect="249,1,251,2"/>
			<shape type="rectangle" combine="diff"		rect="258,1,260,2"/>
			<shape type="rectangle" combine="diff"		rect="0,117,1,119"/>
			<shape type="rectangle" combine="diff"		rect="1, 118,2,119"/>
			<shape type="rectangle" combine="diff"		rect="270,117,271,118"/>
			<shape type="rectangle" combine="diff"		rect="269,118,271,119"/>
		</region>
	</windowSkin>
</windowSkins>

<!-- Command Images -->
<commandImages>
	<bitmap id="IDB_MENUBAR">
		<!-- ID_SHAREMONKEY_SAVE_OPTION is not used but required to display the check box -->
		<image id="ID_CHECKMARK" id1="ID_SHAREMONKEY_SAVE_OPTION"/>
		<image id="ID_NETWORK_SEARCH" id1="ID_TAB_SEARCH"/>
		<image id="ID_NETWORK_CONNECT" id1="ID_TAB_CONNECT" id2="ID_CHAT_CONNECT"/>
		<image id="ID_NETWORK_DISCONNECT" id1="ID_CHAT_DISCONNECT"/>
		<image id="ID_NETWORK_CONNECT_TO"/>
		<image id="ID_NETWORK_BROWSE_TO"/>
		<image id="ID_WINDOW_CASCADE"/>
		<image id="ID_WINDOW_TILE_HORZ"/>
		<image id="ID_WINDOW_TILE_VERT"/>
		<image id="ID_SYSTEM_CLEAR"/>
		<image id="ID_NEIGHBOURS_DISCONNECT"/>
		<image id="ID_NEIGHBOURS_COPY"/>
		<image id="ID_NEIGHBOURS_CHAT"/>
		<image id="ID_NEIGHBOURS_VIEW_ALL"/>
		<image id="ID_HOSTCACHE_CONNECT"/>
		<image id="ID_HOSTCACHE_DISCONNECT"/>
		<image id="ID_HOSTCACHE_REMOVE"/>
		<image id="ID_SEARCH_DOWNLOAD" id1="ID_SEARCH_DOWNLOADNOW"/>
		<image id="ID_SEARCH_COPY" id1="ID_DOWNLOADS_COPY"/>
		<image id="ID_SEARCH_CHAT"/>
		<image id="ID_SEARCH_FILTER"/>
		<image id="ID_SEARCH_COLUMNS" id1="ID_DOWNLOADS_VIEW_REVIEWS"/>
		<image id="ID_SEARCH_SEARCH"/>
		<image id="ID_SEARCH_CLEAR"/>
		<image id="ID_SEARCH_STOP"/>
		<image id="ID_SEARCH_PANEL" id1="ID_MEDIA_PLAYLIST"/>
		<image id="ID_HITMONITOR_SEARCH"/>
		<image id="ID_HITMONITOR_CLEAR"/>
		<image id="ID_DOWNLOADS_RESUME" id1="ID_DOWNLOAD_GROUP_RESUME"/>
		<image id="ID_DOWNLOADS_PAUSE" id1="ID_DOWNLOAD_GROUP_PAUSE"/>
		<image id="ID_DOWNLOADS_CLEAR" id1="ID_DOWNLOAD_GROUP_CLEAR" id2="ID_DOWNLOADS_CLEAR_COMPLETE" id3="ID_DOWNLOADS_CLEAR_INCOMPLETE"/>
		<image id="ID_LIBRARY_ALBUM_OPEN" id1="ID_LIBRARY_EXPLORE"/>
		<image id="ID_DOWNLOADS_ENQUEUE"/>
		<image id="ID_DOWNLOADS_SOURCES"/>
		<image id="ID_DOWNLOADS_URL"/>
		<image id="ID_DOWNLOADS_BOOST"/>
		<image id="ID_DOWNLOADS_CLEAR_PAUSED"/>
		<image id="ID_DOWNLOADS_CLEAR_COMPLETED"/>
		<image id="ID_TRANSFERS_CONNECT"/>
		<image id="ID_TRANSFERS_CHAT"/>
		<image id="ID_TRANSFERS_DISCONNECT"/>
		<image id="ID_TRANSFERS_FORGET"/>
		<image id="ID_DOWNLOADS_FILE_DELETE"/>
		<image id="ID_DOWNLOADS_RATE" id1="ID_MEDIA_RATE"/>
		<image id="ID_DOWNLOADS_MOVE_UP" id1="ID_CHAT_PRIORITY"/>
		<image id="ID_DOWNLOADS_MOVE_DOWN"/>
		<image id="ID_LIBRARY_ENQUEUE" id1="ID_SHAREMONKEY_BUY"/>
		<image id="ID_LIBRARY_URL" id1="ID_SHAREMONKEY_COMPARE"/>
		<image id="ID_LIBRARY_RENAME"/>
		<image id="ID_LIBRARY_MOVE"/>
		<image id="ID_LIBRARY_COPY" id1="ID_SYSTEM_COPY"/>
		<image id="ID_LIBRARY_DELETE" id1="ID_DOWNLOAD_GROUP_REMOVE"/>
		<image id="ID_LIBRARY_BITZI_WEB"/>
		<image id="ID_LIBRARY_COLUMNS"/>
		<image id="ID_LIBRARY_SEARCH" id1="ID_LIBRARY_SEARCH_QUICK" id2="ID_LIBRARY_FOLDER_OPEN"/>
		<image id="ID_LIBRARY_REFRESH"/>
		<image id="ID_LIBRARY_PROPERTIES" id1="ID_LIBRARY_FOLDER_FILE_PROPERTIES" id2="ID_DOWNLOAD_GROUP_PROPERTIES" id3="ID_MEDIA_PROPERTIES" id4="ID_DOWNLOADS_EDIT"/>
		<image id="ID_LIBRARY_ADD" id1="ID_LIBRARY_FOLDER_NEW"/>
		<image id="ID_LIBRARY_REMOVE" id1="ID_LIBRARY_FOLDER_DELETE" id2="ID_LIBRARY_ALBUM_DELETE"/>
		<image id="ID_UPLOADS_DISCONNECT"/>
		<image id="ID_UPLOADS_START"/>
		<image id="ID_UPLOADS_CLEAR" id1="ID_MEDIA_CLEAR"/>
		<image id="ID_UPLOADS_CHAT"/>
		<image id="ID_UPLOADS_CLEAR_COMPLETED"/>
		<image id="ID_TRAFFIC_SETUP"/>
		<image id="ID_TRAFFIC_CLEAR"/>
		<image id="ID_TRAFFIC_WINDOW"/>
		<image id="ID_SECURITY_EDIT"/>
		<image id="ID_SECURITY_REMOVE"/>
		<image id="ID_SECURITY_ADD"/>
		<image id="ID_SECURITY_BAN"/>
		<image id="ID_DISCOVERY_QUERY"/>
		<image id="ID_DISCOVERY_REMOVE"/>
		<image id="ID_DISCOVERY_BROWSE"/>
		<image id="ID_DISCOVERY_EDIT"/>
		<image id="ID_BROWSE_LAUNCH" id1="ID_BROWSE_FILES" id2="ID_CHAT_BROWSE"/>
		<image id="ID_BROWSE_STOP"/>
		<image id="ID_BROWSE_REFRESH"/>
		<image id="ID_HELP_FAQ" id1="ID_HELP_FORUMS" id2="ID_HELP_GUIDE" />
		<image id="ID_HELP_ABOUT" id1="ID_DOWNLOADS_HELP" id2="ID_UPLOADS_HELP"/>
		<image id="ID_VIEW_SYSTEM"/>
		<image id="ID_VIEW_NEIGHBOURS" id1="ID_TAB_NETWORK"/>
		<image id="ID_VIEW_DOWNLOADS" id1="ID_TAB_TRANSFERS" id2="ID_LIBRARY_FOLDER_DOWNLOAD"/>
		<image id="ID_VIEW_UPLOADS" id1="ID_CHAT_SEND_FILE"/>
		<image id="ID_VIEW_LIBRARY" id1="ID_TAB_LIBRARY" id2="ID_LIBRARY_FOLDERS"/>
		<image id="ID_VIEW_SECURITY"/>
		<image id="ID_VIEW_SCHEDULER"/>
		<image id="ID_VIEW_HOSTS"/>
		<image id="ID_VIEW_DISCOVERY" id1="ID_LIBRARY_REBUILD"/>
		<image id="ID_VIEW_TRAFFIC"/>
		<image id="ID_VIEW_PACKETS"/>
		<image id="ID_VIEW_SEARCH_MONITOR"/>
		<image id="ID_VIEW_RESULTS_MONITOR" id1="ID_MUSICBRAINZ_MATCHES"/>
		<image id="ID_TOOLS_SKIN"/>
		<image id="ID_TOOLS_WIZARD"/>
		<image id="ID_TOOLS_SETTINGS" id1="ID_NEIGHBOURS_SETTINGS" id2="ID_DOWNLOADS_SETTINGS" id3="ID_UPLOADS_SETTINGS" id4="ID_MEDIA_SETTINGS" id5="ID_UPLOADS_EDIT_QUEUE" id6="ID_IRC_SETTINGS"/>
		<image id="ID_TOOLS_DOWNLOAD"/>
		<image id="ID_TOOLS_LANGUAGE" id1="ID_LIBRARY_REBUILD_ANSI"/>
		<!-- Messy Now -->
		<image id="ID_SHAREMONKEY_DOWNLOAD"/>
		<image id="ID_TAB_HOME" id1="ID_LIBRARY_VIEW_HOME"/>
		<image id="ID_LIBRARY_TREE_PHYSICAL" id1="ID_LIBRARY_VIEW_TILE"/>
		<image id="ID_LIBRARY_TREE_VIRTUAL"/>
		<image id="ID_MONITOR_CLOSE"/>
		<image id="ID_LIBRARY_VIEW_DETAIL" id1="ID_SHAREMONKEY_PRICES"/>
		<image id="ID_LIBRARY_VIEW_ICON"/>
		<image id="ID_LIBRARY_VIEW_LIST"/>
		<image id="ID_LIBRARY_VIEW_THUMBNAIL" id1="ID_DOWNLOADS_REMOTE_PREVIEW"/>
		<image id="ID_LIBRARY_PARENT"/>
		<image id="ID_LIBRARY_PANEL" id1="ID_SEARCH_DETAILS" id2="ID_WEBSERVICES_LIST"/>
		<!-- Media Player -->
		<image id="ID_VIEW_MEDIA" id1="ID_TAB_MEDIA"/>
		<image id="ID_MEDIA_PLAY" id1="ID_MEDIA_SELECT" id2="ID_LIBRARY_LAUNCH" id3="ID_DOWNLOADS_LAUNCH" id4="ID_UPLOADS_LAUNCH" id5="ID_DOWNLOADS_LAUNCH_COMPLETE" id6="ID_LIBRARY_FOLDER_ENQUEUE" id7="ID_DOWNLOADS_LAUNCH_COPY"/>
		<image id="ID_MEDIA_STOP"/>
		<image id="ID_MEDIA_PREVIOUS" id1="ID_SHAREMONKEY_PREVIOUS"/>
		<image id="ID_MEDIA_NEXT" id1="ID_SHAREMONKEY_NEXT"/>
		<image id="ID_MEDIA_PAUSE"/>
		<image id="ID_MEDIA_OPEN" id1="ID_SECURITY_IMPORT" id2="ID_LIBRARY_UNLINK"/>
		<image id="ID_MEDIA_SAVE" id1="ID_SECURITY_EXPORT"/>
		<image id="ID_MEDIA_ZOOM"/>
		<image id="ID_MEDIA_FULLSCREEN"/>
		<image id="ID_MEDIA_ADD"/>
		<image id="ID_MEDIA_REMOVE"/>
		<image id="ID_MEDIA_RANDOM"/>
		<image id="ID_MEDIA_VIS"/>
		<!-- Back to Messy -->
		<image id="ID_LIBRARY_FOLDER_PROPERTIES" id1="ID_LIBRARY_ALBUM_PROPERTIES" id2="ID_DOWNLOADS_FILTER_MENU" id3="ID_UPLOADS_FILTER_MENU"/>
		<image id="ID_SHAREMONKEY_SAVE"/>
		<image id="ID_TOOLS_PROFILE" id1="ID_BROWSE_PROFILE"/>
		<image id="ID_CHAT_EMOTICONS"/>
		<image id="ID_LIBRARY_VIEW_ALBUM" id1="ID_MUSICBRAINZ_ALBUMS"/>
		<image id="ID_LIBRARY_VIEW_COLLECTION" id1="ID_LIBRARY_EXPORT_COLLECTION" id2="ID_MEDIA_EXPORT_COLLECTION"/>
	</bitmap>
	<bitmap id="IDB_CHILDFRAME">
		<image id="ID_CHILD_MAXIMISE"/>
		<image id="ID_CHILD_RESTORE"/>
		<image id="ID_CHILD_MINIMISE"/>
		<image id="ID_CHILD_CLOSE" id1="ID_NETWORK_EXIT"/>
	</bitmap>
	<bitmap id="IDB_MEDIA_STATES">
		<image id="ID_MEDIA_STATE_STOP"/>
		<image id="ID_MEDIA_STATE_PAUSE"/>
		<image id="ID_MEDIA_STATE_PLAY"/>
	</bitmap>
	<bitmap id="IDB_PROTOCOLS">
		<image id="ID_NETWORK_NULL"/>
		<image id="ID_NETWORK_G1"/>
		<image id="ID_NETWORK_G2"/>
		<image id="ID_NETWORK_ED2K" id1="IDC_IMPORT_DOWNLOADS"/>
		<image id="ID_NETWORK_HTTP"/>
		<image id="ID_NETWORK_FTP"/>
		<image id="ID_NETWORK_BT"/>
		<image id="ID_NETWORK_KAD"/>
	</bitmap>
	<bitmap id="IDB_IRCICONS">
		<image id="ID_IRC_WHOIS"/>
		<image id="ID_IRC_VOICE"/>
		<image id="ID_IRC_UNIGNORE"/>
		<image id="ID_IRC_TIME"/>
		<image id="ID_TAB_IRC"/>
		<image id="ID_IRC_REMOVE"/>
		<image id="ID_IRC_QUERY"/>
		<image id="ID_IRC_OP"/>
		<image id="ID_IRC_KICKWHY"/>
		<image id="ID_IRC_KICK"/>
		<image id="ID_IRC_CLOSETAB"/>
		<image id="ID_IRC_CONNECT"/>
		<image id="ID_IRC_IGNORE"/>
		<image id="ID_IRC_DISCONNECT"/>
		<image id="ID_IRC_DEVOICE"/>
		<image id="ID_IRC_DEOP"/>
		<image id="ID_IRC_BANKICKWHY"/>
		<image id="ID_IRC_BANKICK"/>
		<image id="ID_IRC_BAN"/>
		<image id="ID_IRC_ADD"/>
		<image id="ID_IRC_VERSION"/>
		<image id="ID_IRC_UNBAN"/>
	</bitmap>
	<icon res="WINDOW_MAIN" id="WINDOW_MAIN" types="16,32,48" rtl="0"/>
	<icon res="WINDOW_MAIN" id="ID_TRAY_OPEN" types="16" rtl="0"/>
	<icon res="WINDOW_MAIN" id="ID_HELP_HOMEPAGE" types="16" rtl="0"/>
	<icon res="IDI_DOWNLOAD_MONITOR" id="ID_DOWNLOADS_MONITOR" types="16" rtl="0"/>
	<icon res="IDI_FILE" id="IDI_FILE" types="16,32,48" rtl="0"/>
	<icon res="IDI_PLUS" id="IDI_PLUS" types="16" rtl="0"/>
	<icon res="IDI_MINUS" id="IDI_MINUS" types="16" rtl="0"/>
	<icon res="IDI_PLUS_HOVER" id="IDI_PLUS_HOVER" types="16" rtl="0"/>
	<icon res="IDI_MINUS_HOVER" id="IDI_MINUS_HOVER" types="16" rtl="0"/>
	<icon res="IDI_TICK" id="IDI_TICK" types="16" rtl="0"/>
	<icon res="IDI_BUSY" id="IDI_BUSY" types="16" rtl="0"/>
	<icon res="IDI_FIREWALLED" id="IDI_FIREWALLED" types="16,32,48" rtl="0"/>
	<icon res="IDI_GRANTED" id="IDI_GRANTED" types="16,32,48" rtl="0"/>
	<icon res="IDI_UNSTABLE" id="IDI_UNSTABLE" types="16" rtl="0"/>
	<icon res="IDI_COMPUTER" id="IDI_COMPUTER" types="16,32,48" rtl="0"/>
	<icon res="IDI_EXECUTABLE" id="IDI_EXECUTABLE" types="16,32,48" rtl="0"/>
	<icon res="WINDOW_CHAT" id="WINDOW_CHAT" types="16,32,48" rtl="0"/>
	<icon res="IDI_BROWSE" id="IDI_BROWSE" types="16,32,48" rtl="0"/>
	<icon res="IDI_FOLDER_CLOSED" id="IDI_FOLDER_CLOSED" types="16,32,48" rtl="0"/>
	<icon res="IDI_FOLDER_OPEN" id="IDI_FOLDER_OPEN" types="16,32,48" rtl="0"/>
	<icon res="IDI_LOCKED" id="IDI_LOCKED" types="16" rtl="0"/>
	<icon res="WINDOW_SEARCH" id="WINDOW_SEARCH" types="16,32,48" rtl="0"/>
	<icon res="IDI_PARTIAL" id="IDI_PARTIAL" types="16" rtl="0"/>
	<icon res="IDI_CHEVRON" id="IDI_CHEVRON" types="16" rtl="0"/>
	<icon res="IDI_STAR" id="IDI_STAR" types="16" rtl="0"/>
	<icon res="IDI_PREVIEW" id="IDI_PREVIEW" types="16" rtl="0"/>
	<icon res="IDI_COLLECTION_MASK" id="IDI_COLLECTION_MASK" types="16,32,48" rtl="0"/>
	<icon res="IDI_FAKE" id="IDI_FAKE" types="16" rtl="0"/>
	<icon res="IDI_COMMERCIAL" id="IDI_COMMERCIAL" types="16" rtl="0"/>
	<icon res="IDI_RATING_FAKE" id="IDI_RATING_FAKE" types="16" rtl="0"/>
	<icon res="IDI_RATING_AVERAGE" id="IDI_RATING_AVERAGE" types="16" rtl="0"/>
	<icon res="IDI_RATING_GOOD" id="IDI_RATING_GOOD" types="16" rtl="0"/>
</commandImages>

<!-- Tips displayed when mouse is moved over controls in the dialogs -->
<controlTips>
	<tip id="IDC_THROTTLE_MODE" message="In the maximum mode the bandwidth won't exceed the specified value. In the average mode it will fluctuate around the value to both sides."/>
	<tip id="IDC_REGEXP" message="Enter regular expressions in perl syntax.{n}The search keywords can be specified in a form of &lt;n&gt;, where n is number between 1 and 9. If you want to put all keywords each after other, use &lt;_&gt; markup."/>
	<tip id="IDC_SHARE_PARTIALS" message="This setting has no effect on downloads previously started, also this setting is ignored if the file have the eDonkey hash and the eDonkey network is enabled or if it is a torrent.{n}However this setting isn't ignored if the download is paused.{n}{n}ATTENTION: Use this option only in case of real necessity, if you abuse of the option you may be banned."/>
</controlTips>

</skin>
