// (c) Ger Versluis 2000-2004 version 6.20, Januari 14, 2004
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=2;	// number of seperate menus
	var BaseHref="http://www.sightlineapplications.com/";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	//var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	//var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="";
	//var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		
	3,			// number of main items
	0,			// Left position
	27,			// Top position
	"",			// Normal font color
	"",		// Normal back color
	"",			// High font color
	"",			// High back color
	"#3C4392",			// Border color
	"arial",	// Fontfamily
	1,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	2,			// Border width
	"left",			// Text align "left", "center" or "right"
	.01,			// Horizontal overlap
	1,			// Vertical overlap
	300,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	2,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"images/tri2.gif",		// Arrow right
	6,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	8,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"


		  
	PopMenu1_1=new Array("SLA-LIB Software Library                       ","products_sla_lib.html","",0,24,300,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");
	PopMenu1_2=new Array("SLA-1000 Onboard UAV Stabilization and Tracking","products_sla_1000.html","",0,24,300,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");
	PopMenu1_3=new Array("SLA-2000 Mulitcamera Stabilization and Tracking","products_sla_2000.html","",0,24,300,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");
			
	
PopMenu2=new Array(		
	3,			// number of main items
	0,			// Left position
	27,			// Top position
	"",			// Normal font color
	"",		// Normal back color
	"",			// High font color
	"",			// High back color
	"#3C4392",			// Border color
	"arial",	// Fontfamily
	1,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	2,			// Border width
	"left",			// Text align "left", "center" or "right"
	.01,			// Horizontal overlap
	1,			// Vertical overlap
	300,			// Delay
	0,			// Right to left unfold
	"LyrTwo",			// Target div
	2,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"images/tri2.gif",		// Arrow right
	6,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	8,			// Left padding
	0);			// Unfold On Click

PopMenu2_1=new Array("Algorithm Development","services_algorithm.html","",0,24,180,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");
PopMenu2_2=new Array("Hardware Integration ", "services_hardware.html","",0,24,180,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");
PopMenu2_3=new Array("Platform Expertise   ", "services_platform.html","",0,24,180,"#3C4392","#4951B1","#ffffff","#ffffff","","arial",-1,-1,-1,"left","Chairs");

