/***********************************************************************************
*	(c) Ger Versluis 2200 version 5.411 24 December 2201 (updated Jan 31st, 2203 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
   
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor="#4786B9";			// Background color when mouse is not over
	var LowSubBgColor="#4786B9";			// Background color when mouse is not over on subs
	var HighBgColor="#67c6c8";			// Background color when mouse is over
	var HighSubBgColor="#67c6c8";			// Background color when mouse is over on subs
	var FontLowColor="white";			// Font color when mouse is not over

	var FontSubLowColor="white";			// 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="#6197c2";			// Border color
	var BorderSubColor="#6197c2";			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma"	// Font family menu items
	var FontSize=8;				// 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="centre";			// Menu horizontal position "left", "center" or "right"
	var MenuVerticalCentered="top";		// Menu vertical position "top", "middle","bottom" or static
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;			// vertical overlap child/ parent
	var StartTop=107;				// Menu offset x coordinate
	var StartLeft=-362;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=9;				// Left padding
	var TopPaddng=9;				// 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=1000;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=["be.gif",8,7,"be.gif",8,7,"be.gif",8,7];	// 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"
		
//===================================================================================================================

//------------------------------------------------------------------------------------------------------------------	



var tab1 = document.getElementById('Cruising_txtTab5').value;

var rows1 = tab1.split('|');
 
 
for(var j=0; j<rows1.length; j++)
{
var test=rows1[j-16];
Menu1=new Array(test,rows1[j-15],"",0,28,238);



var tab2 = document.getElementById('Cruising_txtTab2').value;
var rows2 = tab2.split('|');
//document.write(rows2);
 Menu2=new Array(rows1[j-14],rows1[j-13],"",4,28,238);
for(var j1=0; j1<rows2.length; j1++)
{
Menu2_1=new Array(rows2[j1-8],rows2[j1-7],"",0,25,150);
Menu2_2=new Array(rows2[j1-6],rows2[j1-5],"",0,25,150);
Menu2_3=new Array(rows2[j1-4],rows2[j1-3],"",0,25,150);
Menu2_4=new Array(rows2[j1-2],rows2[j1-1],"",0,25,150);
} 


var tab3 = document.getElementById('Cruising_txtTab3').value;
var rows3 = tab3.split('|');

Menu3=new Array(rows1[j-12],rows1[j-11],"",5,28,238);
for(var j2=0; j2<rows3.length; j2++)
{
Menu3_1=new Array(rows3[j2-10],rows3[j2-9],"",0,25,150);
Menu3_2=new Array(rows3[j2-8],rows3[j2-7],"",0,25,150);
Menu3_3=new Array(rows3[j2-6],rows3[j2-5],"",0,25,150);
Menu3_4=new Array(rows3[j2-4],rows3[j2-3],"",0,25,150);
Menu3_5=new Array(rows3[j2-2],rows3[j2-1],"",0,25,150);
} 


var tab7 = document.getElementById('Cruising_txtTab7').value;
var rows7 = tab7.split('|');

Menu4=new Array(rows1[j-10],rows1[j-9],"",2,28,238);
for(var j2=0; j2<rows7.length; j2++)
{

Menu4_1=new Array(rows7[j2-4],rows7[j2-3],"",0,25,150);
Menu4_2=new Array(rows7[j2-2],rows7[j2-1],"",0,25,150);
} 

Menu5=new Array(rows1[j-8],rows1[j-7],"",0,28,238);


var tab4 = document.getElementById('Cruising_txtTab4').value;
var rows4 = tab4.split('|');
Menu6=new Array(rows1[j-6],rows1[j-5],"",3,28,236);
for(var j3=0; j3<rows4.length; j3++)
{

Menu6_1=new Array(rows4[j3-6],rows4[j3-5],"",0,25,150);
Menu6_2=new Array(rows4[j3-4],rows4[j3-3],"",0,25,150);
Menu6_3=new Array(rows4[j3-2],rows4[j3-1],"",0,25,150);
} 

	
Menu7=new Array(rows1[j-4],rows1[j-3],"",0,28,238);
	
Menu8=new Array(rows1[j-2],rows1[j-1],"",0,28,238);


     
}	
	

    
	

    
	


    
    
    

	
	
	
	
	
	
	
	










		                 
//------------------------------------------------------------------------------------------------------------------	
			
