/***********************************************************************************
*	(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	          *		
***********************************************************************************/

	// SET THIS VARIABLE
	var absRoot='http://www.pubnet.org/';

	var ImagesFolder = absRoot + "images/";
	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#2479B2';			// Background color when mouse is not over
	var LowSubBgColor='#EEEEEF';		// Background color when mouse is not over on subs
	var HighBgColor='#CC3300';			// Background color when mouse is over
	var HighSubBgColor='#CC3300';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#444444';		// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';		// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';		// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#444444';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	if ( brow == "Netscape4" ) { var FontFamily="helvetica, arial, tahoma"; 
	} else { var FontFamily="tahoma, helvetica, arial"; }
										// Font family menu items
	if ( brow == "Netscape4" ) { var FontSize=9; } else { 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='center';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.20;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.50;		// vertical overlap child/ parent
	var StartTop=yloc;					// Menu offset x coordinate
	var StartLeft=xloc;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=0;					// Left padding
	var TopPaddng=5;					// 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=250;				// 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=1;					// Uses arrow gifs when 1
	var KeepHilite=0;					// Keep selected path highligthed
	
	// Arrow source, width and height
	var Arrws=[absRoot+'images/tri.gif',5,10,absRoot+'images/tridown.gif',0,0,absRoot+'images/trileft.gif',5,10];

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"

Menu1=new Array("About Pubnet","#","",3,25,145);
	Menu1_1=new Array("About Us",absRoot+"about/overview.html","",0,25,145);
	Menu1_2=new Array("Partners",absRoot+"about/partners.html","",0,25);
	Menu1_3=new Array("Contact Us",absRoot+"about/contact.html","",0,25);

Menu2=new Array("Supply Chain Services","#","",9,25,150);
	Menu2_1=new Array("EDI for Publishers & Suppliers",absRoot+"register/supplierreg.html","",3,36,150);
		Menu2_1_1=new Array("Trade/ Higher Ed.",absRoot+"scs/edipub.html","",0,25,100);
		Menu2_1_2=new Array("Christian",absRoot+"community/ecpa.html","",0,25);
		Menu2_1_3=new Array("Canada",absRoot+"community/canada.html","",0,25);
	Menu2_2=new Array("EDI for Retailers & Booksellers",absRoot+"register/retregister.html","",3,36);
		Menu2_2_1=new Array("Trade/ Higher Ed.",absRoot+"scs/ediretail.html","",0,25,100);
		Menu2_2_2=new Array("Christian",absRoot+"community/ecpa.html","",0,25);
		Menu2_2_3=new Array("Canada",absRoot+"community/canada.html","",0,25);
	Menu2_3=new Array("Internet EDI (POW)",absRoot+"scs/pow.html","",0,25);
	Menu2_4=new Array("Document Tracking (DCTS)",absRoot+"scs/dcts.html","",0,36);
	Menu2_5=new Array("Rapid Response",absRoot+"scs/rapidresponse.html","",0,25);
	Menu2_6=new Array("Instant Response",absRoot+"scs/instantresponse.html","",0,25);
	Menu2_7=new Array("13-Digit ISBN",absRoot+"scs/isbn13.html","",0,25);
	Menu2_8=new Array("PubEasy Global Electronic Commerce",absRoot+"scs/pubeasy.html","",0,36);
	Menu2_9=new Array("Bowker Resources",absRoot+"scs/bowker.html","",0,25);

Menu3=new Array("Our EDI Community","#","",6,25,150);
	Menu3_1=new Array("Publisher/Supplier List",absRoot+"about/publist.html","",0,25,150);
	Menu3_2=new Array("Pubnet Retailers",absRoot+"community/Pubnet_Retailers.xls","",0,25,150);
	Menu3_3=new Array("Certified POS Systems",absRoot+"community/certifiedpos.html","",0,25);
	Menu3_4=new Array("Pubnet Canada",absRoot+"community/canada.html","",0,25);
	Menu3_5=new Array("Christian Pubnet",absRoot+"community/ecpa.html","",0,25);
	Menu3_6=new Array("EDI Documents Traded by Vendor",absRoot+"community/vendordocs_all.xls","",0,36,150);
	

Menu4=new Array("News & Events","#","",3,25,150);
	Menu4_1=new Array("Press Releases","http://www.bowker.com/press/pubnet/press.asp","",0,25,150);
	Menu4_2=new Array("Pubnet Updates",absRoot+"news/updates.html","",0,25);
	Menu4_3=new Array("Tradeshows",absRoot+"news/upcoming.html","",0,25);

Menu5=new Array("Member Resources","#","",6,25,155);
	Menu5_1=new Array("Vendor/Retailer Directory",absRoot+"member/vendorretail.html","",0,25,155);
	Menu5_2=new Array("POS System Information",absRoot+"community/certifiedpos.html","",0,25);
	Menu5_3=new Array("POW Info",absRoot+"scs/pow.html","",0,25);
	Menu5_4=new Array("DCTS Info",absRoot+"scs/dcts.html","",0,25);
	Menu5_5=new Array("Pubnet EDI Standards",absRoot+"scs/13digit/standards.html","",0,25);
	Menu5_6=new Array("Technical Support",absRoot+"about/contact.html","",0,25);
