/**	waiDynMenus.js ©2002 WA Interactive
*	Written by Jeremy Wyman 9.6.2002 for Kendall-Jackson Wine Estates
*	Language: JavaScript - IE 4.01 / Gecko 1.0 / Netscape 6.1 or better browser
*	Known Problems/Conflict: IE4.5 on the Macintosh, iCab, Opera 6.02, and Netscape Navigator 4.x
*	waiDynMenus.js or equivalent engine file required
*/

menuTop = 200;
menuLeft  = -5;
if(MACOS) menuTop += 7;
menuWidth = 135;
menuHeight = 12;
menuAlign = "left";
menuBgColorUp = "9A96C1";
menuBgColorDn = "9A96C1";
menuTextFace = "Arial, Helvetica, sans-serif";
menuTextSize = "11px";
menuTextWeight = "normal";
menuTextColorUp = "FFFFFF";
menuTextColorDn = "000000";
menuBorderWidth = 0;
menuBorderColor = "9A96C1";
menuPadding = 5;
menuPaddingLeft = 15;
smallCaps = false;
pageWidth = 850;

/*
	menuArrayn[0] = "WIDTH,LEFT,TOP";
	menuArrayn[i] = "TEXT,HREF,CHILD"
*/

// Meet Dr Berman
i = 0;
menuArray1 = new Array();
menuArray1[i++] = new Array(menuLeft, 202);
menuArray1[i++] = new Array("Credentials &amp Education","/berman/credentials.asp","Credentials & Education",0);

// About Us
i = 0;
menuArray2 = new Array();
menuArray2[i++] = new Array(menuLeft, 228);
menuArray2[i++] = new Array("News &amp; Events","/about/news.asp","News & Events",0);
menuArray2[i++] = new Array("Staff Bios","/about/bios.asp","Meet Our Staff",0);

// Treatments
i = 0;
menuArray3 = new Array();
menuArray3[i++] = new Array(menuLeft, 254);
menuArray3[i++] = new Array("Skin","/procedures/skin/","Procedures to Improve Your Skin",0);
menuArray3[i++] = new Array("Face","/procedures/face/","Procedures to for Your Face",0);
menuArray3[i++] = new Array("Hair","/procedures/body/","Procedures to Remove or Replace Hair",0);
menuArray3[i++] = new Array("Body","/procedures/body/","Procedures for Your Body",0);

// Before and After
i = 0;
menuArray4 = new Array();
menuArray4[i++] = new Array(menuLeft, 243);

// Info Center
i = 0;
menuArray5 = new Array();
menuArray5[i++] = new Array(menuLeft, 304);
menuArray5[i++] = new Array("Request a VHS or DVD","/info-center/","Request a Sample Video in a Format that Works for You",0);
menuArray5[i++] = new Array("Literature Packs","/info-center/","Request Literature Packs About Availiable Procedures",0);
menuArray5[i++] = new Array("Patient Financing","/info-center/","Get Information About Financing Procedures",0);
menuArray5[i++] = new Array("Out-of-Town Patients","/info-center/","Important Information for Out-of-Town Patients",0);

// Testimonials
i = 0;
menuArray6 = new Array();
menuArray6[i++] = new Array(menuLeft, 333);

// Contact Us
i = 0;
menuArray7 = new Array();
menuArray7[i++] = new Array(menuLeft, 334);

// Store
i = 0;
menuArray8 = new Array();
menuArray8[i++] = new Array(menuLeft, 364);
menuArray8[i++] = new Array("Products","/store/","Browse the Products Availiable from the Berman Skin Institue Online Store",0);
menuArray8[i++] = new Array("Skin Care","/store/","Important Skin Care Information",0)