/***********************************************************************************
*	(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	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='RED';			// Background color when mouse is not over
	var LowSubBgColor='RED';			// Background color when mouse is not over on subs
	var HighBgColor='RED';			// Background color when mouse is over
	var HighSubBgColor='RED';			// Background color when mouse is over on subs
	var FontLowColor='BLACK'			// Font color when mouse is not over
	var FontSubLowColor='BLACK';			// 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='BLACK';			// Border color
	var BorderSubColor='BLACK';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="gill sans mt, franklin gothic medium, arial"	// Font family menu items
	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='Head';			// Frame where first level appears
	var SecLineFrame='Main';			// Frame where sub levels appear
	var DocTargetFrame='Main';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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=['images/tri.gif',11,9,'images/tri.gif',11,9,'images/tri.gif',11,9];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree

Menu1=new Array("HOME","http://www.petage.com/index.asp","",0,20,59);

Menu2=new Array("ABOUT US","","",2,20,90);
	Menu2_1=new Array("PET AGE","http://www.petage.com/about.asp","",0,20,131);
	Menu2_2=new Array("PRIVACY POLICY","http://www.petage.com/Privacy.asp","",0);
	
Menu3=new Array("MAGAZINE","","",7,20,92);
	Menu3_1=new Array("CURRENT ISSUE","","",2,20,143);
		Menu3_1_1=new Array("TABLE OF CONTENTS","http://www.petage.com/Contents.asp","",0,20,163);
		Menu3_1_2=new Array("NEWS","http://www.petage.com/News.asp","",0);
	Menu3_2=new Array("SOURCEBOOK","http://www.petagesourcebook.com","",0,20,100);
	Menu3_3=new Array("NEW PRODUCTS","http://www.petage.com/productdirectory.asp","",0,20,100);

	/*Menu3_3=new Array("PRODUCT GUIDE","","",10,20,180);
		Menu3_3_1=new Array("AQUARIUM","","",4,20,172);
			Menu3_3_1_1=new Array("DECOR-FURNITURE-TANKS","http://www.petage.com/pg-aquarium-decor.asp","",0,20,300);
			Menu3_3_1_2=new Array("EQUIPMENT","http://www.petage.com/pg-aquarium-equipment.asp","",0);
			Menu3_3_1_3=new Array("FOOD-SUPPLEMENTS-TREATS","http://www.petage.com/pg-aquarium-food.asp","",0);
			Menu3_3_1_4=new Array("TESTS-WATER TREATMENTS","http://www.petage.com/pg-aquarium-tests.asp","",0);
		Menu3_3_2=new Array("BIRDS","http://www.petage.com/pg-bird.asp","",0);
		Menu3_3_3=new Array("CATS","","",3);
			Menu3_3_3_1=new Array("ACCESSORIES-TOYS","http://www.petage.com/pg-cat-accessories.asp","",0,20,300);
			Menu3_3_3_2=new Array("FEEDING ACCESSORIES-FOODS-TREATS","http://www.petage.com/pg-cat-feeding.asp","",0);
			Menu3_3_3_3=new Array("LITTER-PANS-SANITATION","http://www.petage.com/pg-cat-litter.asp","",0);
		Menu3_3_4=new Array("COMMERCIAL RETAIL","http://www.petage.com/pg-commercial-retail.asp","",0);
		Menu3_3_5=new Array("DOG","","",7);
			Menu3_3_5_1=new Array("APPAREL-COLLARS-JEWELRY-LEASHES","http://www.petage.com/pg-dog-apparel.asp","",0,20,300);
			Menu3_3_5_2=new Array("BEAUTY-HEALTH-HYGIENE","http://www.petage.com/pg-dog-beauty.asp","",0);
			Menu3_3_5_3=new Array("BEDDING-FURNITURE-HOUSES","http://www.petage.com/pg-dog-bed.asp","",0);
			Menu3_3_5_4=new Array("CARRIERS-TRAVEL PRODUCTS","http://www.petage.com/pg-dog-carrier-travel-rec.asp","",0);
			Menu3_3_5_5=new Array("TOYS","http://www.petage.com/pg-dog-toys.asp","",0);
			Menu3_3_5_6=new Array("FEEDING ACCESSORIES-FOODS","http://www.petage.com/pg-dog-feed-food.asp","",0);
			Menu3_3_5_7=new Array("TREATS","http://www.petage.com/pg-dog-treat.asp","",0);
		Menu3_3_6=new Array("GROOMING","http://www.petage.com/pg-grooming.asp","",0);
		Menu3_3_7=new Array("REPTILE","http://www.petage.com/pg-reptile.asp","",0);
		Menu3_3_8=new Array("SMALL ANIMAL","http://www.petage.com/pg-small-animal.asp","",0);
		Menu3_3_9=new Array("SPECIALTY","","",3);
			Menu3_3_9_1=new Array("PAPER GOODS","http://www.petage.com/pg-spec-alb-paper.asp","",0,20,300);
			Menu3_3_9_2=new Array("APPAREL-JEWELRY","http://www.petage.com/pg-spec-app-jew.asp","",0);
			Menu3_3_9_3=new Array("GIFTS-NOVELTIES","http://www.petage.com/pg-spec-gift-nov.asp","",0);
		Menu3_3_10=new Array("WILD BIRD","http://www.petage.com/pg-wild-bird.asp","",0);*/

	Menu3_4=new Array("RESOURCES","","",5,20,107);
		Menu3_4_1=new Array("ARCHIVED NEWS","http://www.petage.com/archive.asp","",0,20,172);
		Menu3_4_2=new Array("BACK ISSUES","http://www.petage.com/backissues.asp","",0,20,172);
		Menu3_4_3=new Array("PET STORE MAKEOVER","http://www.petage.com/high_hopes.asp","",13);
			Menu3_4_3_1=new Array("HIGH HOPES - AUGUST 1999","http://www.petage.com/high_hopes.asp","",0,20,300);
			Menu3_4_3_2=new Array("TAKING STOCK - SEPTEMBER 1999","http://www.petage.com/taking_stock.asp","",0);
			Menu3_4_3_3=new Array("PLAN OF ACTION - OCTOBER 1999","http://www.petage.com/plan_of_action.asp","",0);
			Menu3_4_3_4=new Array("GETTING STARTED - NOVEMBER 1999","http://www.petage.com/getting_started.asp","",0);
			Menu3_4_3_5=new Array("TOUGH CHOICES - DECEMBER 1999","http://www.petage.com/Tough_choices.asp","",0);
			Menu3_4_3_6=new Array("FISH IN FOCUS - JANUARY 2000","http://www.petage.com/fish_in_focus.asp","",0);
			Menu3_4_3_7=new Array("NATURAL APPEAL - FEBRUARY 2000","http://www.petage.com/natural_appeal.asp","",0);
			Menu3_4_3_8=new Array("A LABOR OF LOVE - MARCH 2000","http://www.petage.com/labor_of_love.asp","",0);
			Menu3_4_3_9=new Array("MERCHANDISING MAGIC - APRIL 2000","http://www.petage.com/merchandising_magic.asp","",0);
			Menu3_4_3_10=new Array("SIGNS OF PROGRESS - MAY 2000","http://www.petage.com/signs_of_progress.asp","",0);
			Menu3_4_3_11=new Array("GRAND PLANS - JUNE 2000","http://www.petage.com/grand_plans.asp","",0);
			Menu3_4_3_12=new Array("A DREAM FULFILLED - JULY 2000","http://www.petage.com/psmo.asp","",0);
			Menu3_4_3_13=new Array("FACING THE FUTURE - JULY 2001","http://www.petage.com/facing_the_future.asp","",0);
		Menu3_4_4=new Array("RETAILER REPORT","http://www.petage.com/RetailReport.asp","",0);
		Menu3_4_5=new Array("STORY INDEX","","",7);
				Menu3_4_5_1=new Array("2009 INDEX","http://www.petage.com/StoryIndex_09.asp","",0,20,100);
				Menu3_4_5_2=new Array("2008 INDEX","http://www.petage.com/StoryIndex_08.asp","",0);
				Menu3_4_5_3=new Array("2007 INDEX","http://www.petage.com/StoryIndex_07.asp","",0);
				Menu3_4_5_4=new Array("2006 INDEX","http://www.petage.com/StoryIndex_06.asp","",0);
				Menu3_4_5_5=new Array("2005 INDEX","http://www.petage.com/StoryIndex_05.asp","",0);
				Menu3_4_5_6=new Array("2004 INDEX","http://www.petage.com/StoryIndex_04.asp","",0);
				Menu3_4_5_7=new Array("2003 INDEX","http://www.petage.com/StoryIndex_03.asp","",0);
				
	Menu3_5=new Array("SUBSCRIBE","http://www.cdsreportnow.com/renew/now?pet","",0,20,100);
	Menu3_6=new Array("ADVERTISERS","","",2,20,108);
		Menu3_6_1=new Array("SEARCH BY NAME","http://www.petage.com/Search_Adv.asp","",0,20,139);
		Menu3_6_2=new Array("ALL ADVERTISERS","http://www.petage.com/All_Adv.asp","",0);
	Menu3_7=new Array("MEDIA KIT","","",1,20,84);
		<!--Menu3_7_1=new Array("2009 MEDIA KIT","http://www.petage.com/mk2009.asp","",0,20,139);-->
		Menu3_7_1=new Array("2010 MEDIA KIT","http://www.petage.com/2010mk.asp","",0,20,139);
	
Menu4=new Array("ONLINE SOURCEBOOK","http://www.petagesourcebook.com","",0,20,172);

Menu5=new Array("CALENDAR","http://www.petage.com/Calendar.asp","",0,20,94);

Menu6=new Array("SUBSCRIBE","http://www.cdsreportnow.com/renew/now?pet","",0,20,93);

Menu7=new Array("SHOWS","","",5,20,70);
    Menu7_1=new Array("CHRISTMAS 2010 TRADE SHOW INFO","http://www.hhbacker.com/ChristmasTradeShow.asp","",0,20,275);
	Menu7_2=new Array("SPRING 2010 TRADE SHOW INFO","http://www.hhbacker.com/SpringTradeShow.asp","",0);
	Menu7_3=new Array("CHRISTMAS 2009 TRADE SHOW INFO","http://www.hhbacker.com/x09tradeshow.asp","",0);
	Menu7_4=new Array("SPRING 2009 TRADE SHOW INFO","http://www.hhbacker.com/pastshows.asp","",0);
	Menu7_5=new Array("CHRISTMAS 2008 TRADE SHOW INFO","http://www.hhbacker.com/pastshows.asp","",0);

	
Menu8=new Array("CONTACT US","http://www.petage.com/Contact.asp","",0,20,100);
/*<!--
Menu8=new Array("CONTACT US","","",2,20,110);
	Menu8_1=new Array("CONTACT INFORMATION","http://www.petage.com/Contact.asp","",0,20,192);
	Menu8_2=new Array("CONTACT INFORMATION","http://www.petage.com/Contact.asp","",0);-->*/

