/***********************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001   *
*   (updated Jan 31st, 2003 by Dynamic Drive for Opera7)   *
*	For info write to menus@burmees.nl		               *
*	You may remove all comments for faster loading	       *		
************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='white'; 			// Background color when mouse is not over
	var LowSubBgColor='white';  		// Background color when mouse is not over on subs
	var HighBgColor='#A8B8E8';			// Background color when mouse is over
	var HighSubBgColor='#A8B8E8';		// Background color when mouse is over on subs
	var FontLowColor='#000099';			// Font color when mouse is not over
	var FontSubLowColor='#000099';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='#A8B8E8';			// Border color
	var BorderSubColor='#A8B8E8';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0;						// Menu offset x coordinate
	var StartLeft=0;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=6;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// delay before menu folds in milliseconds
	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='menuline';			// 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=['http://sitedreams.com/radio/design/menu/tri.gif',5,10,'http://sitedreams.com/radio/design/menu/tridown.gif',10,5,'http://sitedreams.com/radio/design/menu/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"
//  Test rollover line = rollover:design/menu/menu_1.gif:design/menu/menu_2.gif

/* ----- Menu Level 1 ----- */
Menu1=new Array("The Web Pages","","http://sitedreams.com/radio/design/images/bg_silver_nav.jpg",0,20,124);
//  try also - javascript:history.back(1) - javascript:history.go(-1);
/* ----- Menu Level 2 ----- */
Menu2=new Array("Amateur Radio","","http://sitedreams.com/radio/design/images/bg_silver_nav.jpg",5);
	Menu2_1=new Array("A Brief History","http://sitedreams.com/radio/history.html","",0,20,140);
	Menu2_2=new Array("Q-Codes","http://sitedreams.com/radio/q_codes.html","",0);
	Menu2_3=new Array("World Clock","http://sitedreams.com/radio/world_clock.html","",0);
	Menu2_4=new Array("Amateur Radio News","http://sitedreams.com/radio/newsfeed.html","",0);
	Menu2_5=new Array("QTH Locator Map","http://sitedreams.com/radio/locator_map.html","",0);
/* ----- Menu Level 3 ----- */
Menu3=new Array("Miscellaneous","","http://sitedreams.com/radio/design/images/bg_silver_nav.jpg",5);
	Menu3_1=new Array("Firefox","http://sitedreams.com/radio/firefox.html","",0,20,140);
    Menu3_2=new Array("World Video News","http://sitedreams.com/radio/news_general.html","",0);
	Menu3_3=new Array("Astrology Pages","http://sitedreams.com/radio/astrology_a_menu.html","",0);
	Menu3_4=new Array("Internet Trolls","http://sitedreams.com/radio/trolls.html","",0);
	Menu3_5=new Array("Privacy Policy","http://sitedreams.com/radio/privacy.html","",0);		
/* ----- Menu Level 4 ----- */
Menu4=new Array("Link Exchange","","http://sitedreams.com/radio/design/images/bg_silver_nav.jpg",2);
	Menu4_1=new Array("Amateur Links","http://sitedreams.com/radio/links_text.html","",0,20,140);
	Menu4_2=new Array("gb3ok.com","javascript:NewWin=window.open('http://www.gb3ok.com','NWin');window['NewWin'].focus()","",0);
/* ----- Menu Level 5 ----- */
Menu5=new Array("Classic Games","","http://sitedreams.com/radio/design/images/bg_silver_nav.jpg",7);
    Menu5_1=new Array("Tetris","http://sitedreams.com/radio/games_tetris.html","",0,20,140);
	Menu5_2=new Array("Sonic the Hedgehog","http://sitedreams.com/radio/games_sonic.html","",0);
	Menu5_3=new Array("Pacman","http://sitedreams.com/radio/games_pacman.html","",0);
	Menu5_4=new Array("Space Invaders","http://sitedreams.com/radio/games_invaders.html","",0);
	Menu5_5=new Array("Hexxagon","http://sitedreams.com/radio/games_hexxagon.html","",0);
	Menu5_6=new Array("Tic Tac Toe","http://sitedreams.com/radio/games_tictactoe.html","",0);
	Menu5_7=new Array("Falling Girl","http://sitedreams.com/radio/games_falling_girl.html","",0);
/* ----- Menu Level 6 ----- */
Menu6=new Array("Category 6","","design/images/bg_silver_nav.jpg",4); //  MULTI LEVEL SUB MENU EXAMPLE BELOW
    Menu6_1=new Array("Spare (with 3rd level)","","",3,20,140); // < Change 'n' to suit number of sub menus below
		Menu6_1_1=new Array("Spare Level 3a","","",0,20,140);
	    Menu6_1_2=new Array("Spare Level 3b","","",0);
	    Menu6_1_3=new Array("Spare Level 3c","","",0);
	Menu6_2=new Array("Spare Level 2a","","",0);
    Menu6_3=new Array("Spare Level 2b","","",0);
	Menu6_4=new Array("Open in New Window","javascript:NewWin=window.open('http://www.sitedreams.com/cgi-bin/radio/ikonboard.cgi','NWin');window['NewWin'].focus()","",0);
	
// To open the destination in a new window (i.e target="_blank"), use javascript below
// javascript:NewWin=window.open('http://www.cnn.com','NWin');window['NewWin'].focus()			