/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#CCEEFF';			// Background color when mouse is not over
	var LowSubBgColor='#0066CC';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='#0066CC';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=13;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Palm OS","index.cgi?p=palm","",4,24,120);
	Menu1_1=new Array("About","index.cgi?p=palm","",0,24,120);	
	Menu1_2=new Array("Titles","index.cgi?p=palm","",5);	
		Menu1_2_1=new Array("London","index.cgi?p=palm_london","",0,24,120);
		Menu1_2_2=new Array("New York","index.cgi?p=palm_newyork","",0);
		Menu1_2_3=new Array("Paris","index.cgi?p=palm_paris","",0);
		Menu1_2_4=new Array("Rome","index.cgi?p=palm_rome","",0);		
		Menu1_2_5=new Array("San Francisco","index.cgi?p=palm_sanfran","",0);	
	Menu1_3=new Array("Features","","",3);
		Menu1_3_1=new Array("Information","index.cgi?p=palm_features_info","",0,24,120);
		Menu1_3_2=new Array("Map It","index.cgi?p=palm_features_maps","",0);	
		Menu1_3_3=new Array("Take a Note","index.cgi?p=palm_features_notes","",0);
	Menu1_4=new Array("Download","index.cgi?p=palm_down","",0);
	
Menu2=new Array("PocketPC 2002","index.cgi?p=ppc","",2);
	Menu2_1=new Array("PocketPC 2002","index.cgi?p=ppc","",1,24,120);
		Menu2_1_1=new Array("London","index.cgi?p=ppc_london","",0,24,120);		
	Menu2_2=new Array("Windows CE","index.cgi?p=wince","",2);
		Menu2_2_1=new Array("About","index.cgi?p=wince","",0,24,120);	
		Menu2_2_2=new Array("Download","index.cgi?p=wince_down","",0);

Menu3=new Array("Buy/Register","index.cgi?p=buy","",5);
	Menu3_1=new Array("Palm OS","index.cgi?p=palm_buy","",0,24,140);
	Menu3_2=new Array("PocketPC","index.cgi?p=ppc_buy","",0);
	Menu3_3=new Array("Windows CE","index.cgi?p=wince_buy","",0);
	Menu3_4=new Array("Buy Gift Account","https://choiceway.safeserver.com/cwg_order_gift.cgi","",0);
	Menu3_5=new Array("Redeem Gift Account","http://www.choiceway.com/gift","",0);
	
Menu4=new Array("Free Updates","index.cgi?p=updates","",0);

Menu5=new Array("Monthly Events","index.cgi?p=happening","",5);
	Menu5_1=new Array("London","index.cgi?p=palm_london_update","",0,24,120);
	Menu5_2=new Array("New York","index.cgi?p=palm_newyork_update","",0);
	Menu5_3=new Array("Paris","index.cgi?p=palm_paris_update","",0);
	Menu5_4=new Array("Rome","index.cgi?p=palm_rome_update","",0);		
	Menu5_5=new Array("San Francisco","index.cgi?p=palm_sanfran_update","",0);	



Menu6=new Array("FAQ","index.cgi?p=faq","",0);

Menu7=new Array("Online Help","index.cgi?p=help","",4);
	Menu7_1=new Array("Palm OS","index.cgi?p=help_palm","",11,24,120);
		Menu7_1_1=new Array("Installation","index.cgi?p=palm_install","",0,24,230);
		Menu7_1_2=new Array("Updating a Guide","index.cgi?p=palm_update","",0);
		Menu7_1_3=new Array("Guide Version Number","index.cgi?p=palm_version","",0);
		Menu7_1_4=new Array("System and Memory Requirements","index.cgi?p=palm_sandm","",0);
		Menu7_1_5=new Array("Installation Errors","index.cgi?p=palm_install_err","",0);
		Menu7_1_6=new Array("Free Demo","index.cgi?p=palm_demo","",0);
		Menu7_1_7=new Array("Palm User Name","index.cgi?p=palm_uid","",0);
		Menu7_1_8=new Array("Registration","index.cgi?p=palm_register","",0);
		Menu7_1_9=new Array("Checking Free Memory","index.cgi?p=palm_memory","",0);
		Menu7_1_10=new Array("Deleting a Palm Application","index.cgi?p=palm_delete","",0);
		Menu7_1_11=new Array("Add Personal Notes","index.cgi?p=palm_notes","",0);
	Menu7_2=new Array("PocketPC","index.cgi?p=help_ppc","",3);
		Menu7_2_1=new Array("Installation","index.cgi?p=ppc_install","",0,24,230);
		Menu7_2_2=new Array("Free Demo","index.cgi?p=ppc_demo","",0);
		Menu7_2_3=new Array("Removing a PocketPC Application","index.cgi?p=ppc_delete","",0);
	Menu7_3=new Array("Windows CE","index.cgi?p=help_wince","",0);
	Menu7_4=new Array("CD-ROMs","index.cgi?p=help_cdroms","",0);

Menu8=new Array("Travel Links","index.cgi?p=links","",2);
	Menu8_1=new Array("General Travel","index.cgi?p=links","",0,24,120);
	Menu8_2=new Array("Airlines","index.cgi?p=links_airlines","",0);

		
Menu9=new Array("Home","index.cgi","",0);


