/***********************************************************************************
*	(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=10;			// 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='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial, tahoma, serif"	// Font family menu items
	var FontSize=8.5;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=getStartY();				// Menu offset x coordinate
	var StartLeft=getStartX();				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// 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=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=0;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['scripts/tri.gif',5,10,'scripts/tridown.gif',10,5,'scripts/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
function getStartY(){
   var y = document.getElementById("menuStart");
   return findPosY(y);
}

function getStartX(){
   var x = document.getElementById("menuStart");
   return findPosX(x);
}

function findPosX(obj)
{
	var curleft = 0;
	if (obj.offsetParent)
	{
		while (obj.offsetParent)
		{
			curleft += obj.offsetLeft
			obj = obj.offsetParent;
		}
	}
	else if (obj.x)
		curleft += obj.x;
	return curleft;
}

function findPosY(obj)
{
	var curtop = 0;
	if (obj.offsetParent)
	{
		while (obj.offsetParent)
		{
			curtop += obj.offsetTop
			obj = obj.offsetParent;
		}
	}
	else if (obj.y)
		curtop += obj.y;
	return curtop;
}




// 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"


// the menu items that are displayed on the page are created below


Menu1=new Array("rollover:images/bttn01_wtext.jpg:images/bttn01_wtext_ro.jpg", "#", "", 12, 29, 67);
  Menu1_1=new Array("Land Mobile HF - New", "hf.html", "", 0, 20, 160);
  Menu1_2=new Array("Land Mobile HF - 2nd Hand", "2ndhf.html", "", 0, 20, 0);
  Menu1_3=new Array("HF Base Stations", "hf_radio_base_stations.html", "", 0, 0, 0);
  Menu1_4=new Array("Marine HF Radio", "hfmarine.html", "", 0, 0, 0);
  Menu1_5=new Array("HF WeatherFax", "HF_weatherfax.html", "", 0, 20, 0);
  Menu1_6=new Array("Portable HF Radio", "#", "", 2, 0, 0);
  	Menu1_6_1=new Array("Codan", "hfportable-codan.html", "", 0, 20, 100);
    Menu1_6_2=new Array("Barrett", "hfportable-barrett.html", "", 0, 0, 0);
  Menu1_7=new Array("HF Radio Solutions", "hf_radio_solutions.html", "", 0, 0, 0);	
  Menu1_8=new Array("HF Antennas & Acc", "#", "", 2, 0, 0);
  	Menu1_8_1=new Array("HF Antennas", "hfant&acc.html", "", 0, 20, 100);
    Menu1_8_2=new Array("HF Accessories", "hfant&acc.html#hfacc", "", 0, 0, 0);
  Menu1_9=new Array("HF Radio Training Kit", "HF training.html", "", 0, 0, 0);
  Menu1_10=new Array("Codan Antenna Repairs", "Codan_9350_Repairs.html", "", 0, 0, 0);
  Menu1_11=new Array("HF Radio Spare Parts", "radio repairs.html#spares", "", 0, 0, 0);
  Menu1_12=new Array("Service/Repair Centre", "radio repairs.html", "", 0, 0, 0);
  
Menu2=new Array("rollover:images/bttn02_wtext.jpg:images/bttn02_wtext_ro.jpg", "#", "", 9, 29, 71);
  Menu2_1=new Array("In Car Mobile", "uhf.html", "", 0, 20, 150);
  Menu2_2=new Array("Portable Handheld", "uhf-portable.html", "", 0, 20, 0);
  Menu2_3=new Array("Antennas & Acc", "#", "", 3, 0, 0);
  	Menu2_3_1=new Array("Mobile Antennas", "uhfant&acc.html", "", 0, 20, 150);
	Menu2_3_2=new Array("Base Antennas", "base_antenna.html", "", 0, 0, 100);
	Menu2_3_3=new Array("Mounting Hardware", "hardware.html", "", 0, 0, 100);
  Menu2_4=new Array("Speaker Microphones", "radacc.html", "", 0, 0, 0);
  Menu2_5=new Array("Radio Accessories", "radacc.html", "", 0, 0, 0);
  Menu2_6=new Array("Connectors & Plugs", "connectors-cable.html", "", 0, 0, 0);
  Menu2_7=new Array("Power Supplies", "radacc.html#pwrsup", "", 0, 0, 0);
  Menu2_8=new Array("Coaxial Cable", "connectors-cable.html#coax", "", 0, 0, 0);
  Menu2_9=new Array("Service/Repair Centre", "radio repairs.html", "", 0, 0, 0);

Menu3=new Array("rollover:images/bttn03_wtext.jpg:images/bttn03_wtext_ro.jpg", "#", "", 5, 29, 86);
  Menu3_1=new Array("VHF Radio", "vhf.html", "", 0, 20, 150);
  Menu3_2=new Array("HF Marine Radio", "hfmarine.html", "", 0, 20, 0);
  Menu3_3=new Array("HF WeatherFax", "HF_weatherfax.html", "", 0, 20, 0);
  Menu3_4=new Array("Antennas & Acc", "marine Ant&acc.html", "", 0, 0, 0);
  Menu3_5=new Array("Service/Repair Centre", "radio repairs.html", "", 0, 0, 0);

Menu4=new Array("rollover:images/bttn04_wtext.jpg:images/bttn04_wtext_ro.jpg", "#", "", 9, 29, 85);
  Menu4_1=new Array("Mobile Radios", "Commercial 2-Way.html", "", 0, 20, 150);
  Menu4_2=new Array("Portable Handheld", "Comm2way-portable.html", "", 0, 20, 0);
  Menu4_3=new Array("UHF-VHF Repeaters", "Repeaters.html", "", 0, 0, 0);
  Menu4_4=new Array("Radio Accessories", "radacc.html", "", 0, 0, 0);
  Menu4_5=new Array("2-Way Radio Rental", "radrent.html", "", 0, 0, 0);
  Menu4_6=new Array("Connectors & Plugs", "connectors-cable.html", "", 0, 0, 0);
  Menu4_7=new Array("Power Supplies", "radacc.html#pwrsup", "", 0, 0, 0);
  Menu4_8=new Array("Coaxial Cable", "connectors-cable.html#coax", "", 0, 0, 0);
  Menu4_9=new Array("Service/Repair Centre", "radio repairs.html", "", 0, 0, 0);

Menu5=new Array("rollover:images/bttn05_wtext.jpg:images/bttn05_wtext_ro.jpg", "#", "", 2, 29, 90);
  Menu5_1=new Array("GPS In Car", "gps.html", "",0, 20, 150);
  Menu5_2=new Array("GPS Accessories", "gpsacc.html", "", 0, 20, 0);
    
Menu6=new Array("rollover:images/bttn06_wtext.jpg:images/bttn06_wtext_ro.jpg", "#", "", 4, 29, 96);
  Menu6_1=new Array("Solar Panels", "modules.html", "", 0, 20, 150);
  Menu6_2=new Array("Solar Regulators", "accessories.html", "", 0, 20, 0);
  Menu6_3=new Array("Battery Chargers", "Battery Charger.html", "", 0, 0, 0);
  Menu6_4=new Array("Inverters", "inverters.html", "", 0, 20, 0);
    
Menu7=new Array("rollover:images/bttn07_wtext.jpg:images/bttn07_wtext_ro.jpg", "#", "", 1, 29, 64);
  Menu7_1=new Array("Battery Chargers", "Battery Charger.html", "", 0, 20, 120);
 
Menu8=new Array("rollover:images/bttn08_wtext.jpg:images/bttn08_wtext_ro.jpg", "#", "", 2, 29, 80);
  Menu8_1=new Array("SatPhone Rental", "satellite_phone_rental.html", "", 0, 20, 120);
  Menu8_2=new Array("Service/Repair Centre", "radio repairs.html", "", 0, 0, 0);

Menu9=new Array("rollover:images/bttn09_wtext.jpg:images/bttn09_wtext_ro.jpg", "#", "", 2, 29, 62);
  Menu9_1=new Array("Land Use", "epirb-land.html", "", 0, 20, 110);
  Menu9_2=new Array("Marine Use", "epirb.html", "", 0, 20, 0);

Menu10=new Array("rollover:images/bttn10_wtext.jpg:images/bttn10_wtext_ro.jpg", "#", "", 3, 29, 109);
  Menu10_1=new Array("Portable Handheld", "satellite_phone-portable.html", "", 0, 20, 120);
  Menu10_2=new Array("SatPhone Acc", "satellite_phone_accessories.html", "", 0, 20, 0);
  Menu10_3=new Array("SatPhone Rental", "satellite_phone_rental.html", "", 0, 20, 75);



