// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// 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=.2, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=0.5)";

	var PopMenuShadow="";
	var PopMenuShadow="";
	var PopMenuShadow="";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen()
	{
		//document.getElementById("imgproducts").innerHTML="&lt;img src='../images/img_downloads.jpg' width='112' height='75'&gt;&lt;/img&gt;";
		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(		// global variables for PopMenu1
	5,			// number of main items
	0,			// Left position
	0,			// Top position
	"yellow",			// Normal font color
	"maroon",		// Normal back color
	"blue",			// High font color
	"yellow",			// High back color
	"yellow",			// Border color
	"arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	250,			// Delay
	0,			// Right to left unfold
	"MenuPosSide",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"images/spacer.gif",		// Arrow right
	0,			// Arrow Width
	0,			// Arrow Height
	"images/tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"images/trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// 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(
//		"Home",	// ElementText
//		"index.html",		// ElementLink
//		"",		// ElementBgImage
//		0,		// ElementNoOfSubElements
//		22,		// ElementHeight
//		118,		// ElementWidth
//		"#686898",		// ElementBgColor
//		"#96ABFF",		// ElementBgHighColor
//		"white",		// ElementFontColor
//		"white",		// ElementFontHighColor
//		"#9EBAD1",		// ElementBorderColor
//		"",		// ElementFontFamily
//		-1,		// ElementFontSize in pixel
//		-1,		// ElementBold
//		-1,		// ElementItalic
//		"left",		// ElementTextAlign
//		"");		// ElementStatusText

	PopMenu1_1=new Array(" About Us","about_us.html","",0,22,118,"#686898","#96ABFF","white","black","#9EBAD1","",-1,-1,-1,"left","");
	PopMenu1_2=new Array(" Products","","",1,22,118,"#686898","#96ABFF","white","black","black","",-1,-1,-1,"left","");
		PopMenu1_2_1=new Array("RPGsp (RPG Smart Pages)","products_rpgsmartpages.html","",0,22,160,"#686898","#96ABFF","white","white","#9EBAD1","",-1,-1,-1,"left","");
	PopMenu1_3=new Array(" Downloads","","",2,22,118,"#686898","#96ABFF","white","black","#9EBAD1","",-1,-1,-1,"left","");
		PopMenu1_3_1=new Array("RPGsp (RPG Smart Pages)","download_exe_form.html","",0,22,160,"#686898","#96ABFF","white","white","#9EBAD1","",-1,-1,-1,"left","");
		PopMenu1_3_2=new Array("RPGsp Samples","rpgsp_samples.html","",0,22,160,"#686898","#96ABFF","white","white","#9EBAD1","",-1,-1,-1,"left","");
	PopMenu1_4=new Array(" Clients","clients.html","",0,22,118,"#686898","#96ABFF","white","black","#9EBAD1","",-1,-1,-1,"left","");
	PopMenu1_5=new Array(" Contact Us","contact.html","",0,22,118,"#686898","#96ABFF","white","black","#9EBAD1","",-1,-1,-1,"left","");

