	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="http://www.gjolson.com/";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuShadow="";
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(		// global variables for PopMenu1
	7,			// number of main items
	564,			// Left position
	81,			// Top position
	"#fff",			// Normal font color
	"#0A3286",		// Normal back color
	"#fff",			// High font color
	"#0A3286",			// High back color
	"#fff",			// Border color
	"Verdana, Arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// Font size in pixel
	0,			// First line horizontal
	1,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	1,			// Horizontal overlap
	0,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"images/10px.gif",		// Arrow right
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref+"images/10px.gif",	// Arrow down
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref+"images/10px.gif",	// Arrow left
	0,			// Arrow Width
	0,			// Arrow Height
	2,			// Top padding
	5,			// 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"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array(
		"rollover?"+BaseHref+"images/prof1.gif?"+BaseHref+"images/prof2.gif",	// ElementText
		"prof.asp",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		20,		// ElementHeight
		187,	// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_1_1=new Array("People","prof_people.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
PopMenu1_1_2=new Array("Testimonials","prof_test.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
PopMenu1_1_3=new Array("News","prof_news.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
PopMenu1_1_4=new Array("Awards","prof_awards.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_2=new Array("rollover?"+BaseHref+"images/serv1.gif?"+BaseHref+"images/serv2.gif","serv.asp#","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_3=new Array("rollover?"+BaseHref+"images/proj1.gif?"+BaseHref+"images/proj2.gif","proj.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_4=new Array("rollover?"+BaseHref+"images/cont1.gif?"+BaseHref+"images/cont2.gif","cont.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_5=new Array("rollover?"+BaseHref+"images/faqs1.gif?"+BaseHref+"images/faqs2.gif","faqs.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_6=new Array("rollover?"+BaseHref+"images/site1.gif?"+BaseHref+"images/site2.gif","site.asp#","",0,20,187,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_7=new Array("rollover?"+BaseHref+"images/emp1.gif?"+BaseHref+"images/emp2.gif","emp.asp","",0,20,187,"","","","","","",-1,-1,-1,"left","");
