﻿var NoOffFirstLineMenus=11;		// Number of first level items

var FontLowColor='#ffffff';		// Text color when mouse is not over
var LowBgColor='#a89c9c';		// Bckg color when mouse is not over

var FontHighColor='#a89c9c';		// Text color when mouse is over
var HighBgColor='#ffffff';		// Bckg color when mouse is over

var FontSubLowColor='#000000';		// Text color when mouse is not over on subs
var LowSubBgColor='#dcd4ac';		// Bckg color when mouse is not over on subs

var FontSubHighColor='#ffffff';		// Text color when mouse is over on subs
var HighSubBgColor='#04a1ec';		// Bckg color when mouse is over on subs

var BorderColor='#a89c9c';		// Border color
var BorderSubColor='#ffffff';		// Border color for subs
var BorderWidth=4;			// Border width
var BorderBtwnElmnts=1;			// Border between elements 1 or 0
var FontFamily="verdana,arial,times";	// Font family menu items
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='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=200;			// Menu offset x coordinate
var StartLeft=3;			// Menu offset y coordinate
var VerCorrect=0;			// Multiple frames y correction
var HorCorrect=0;			// Multiple frames x correction
var LeftPaddng=3;			// Left padding
var TopPaddng=2;			// Top padding
var FirstLineHorizontal=0;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
var DissapearDelay=200;			// 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=1;			// Keep selected path highlighted
//var Arrws=['right.gif',6,12,'down.gif',12,6,'left.gif',6,12];

var Arrws=['/imgx/arrows/04/right.gif',6,12,'/imgx/arrows/04/down.gif',12,6,'/imgx/arrows/04/left.gif',6,12];
//var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
//function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function AfterBuild(){
	var M_A,M_Al,i;
	if (typeof(window.ImgArr)!='undefined') {
		M_A=window.ImgArr;M_Al=M_A.length;
		for (i=0;i<M_Al;i+=2)document.images[M_A[i]].src=M_A[i+1]
        }
}

// 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("Home","/","",0,17,132);
Menu2=new Array("Annual CP Telethon","/telethon/","",0,17,132);
Menu3=new Array("Therapy Services","/therapy/","",0,17,132);
Menu4=new Array("Children's Services","/children/","",0,17,132);
	//Menu7_1=new Array("Birth To Three Program","/children/birthtothree/","",0,17,132);
	//Menu7_2=new Array("Pediatric Program","/children/pediatric/","",0,17,132);
	//Menu7_3=new Array("Services Provided","","",10,17,132);
		//Menu7_3_1=new Array("Physical Therapy","/children/index.asp#physicaltherapy","",0,17,212);
		//Menu7_3_2=new Array("Occupational Therapy","/children/index.asp#occupationaltherapy","",0,17,212);
		//Menu7_3_3=new Array("Speech/Language Therapy","/children/index.asp#speechlanguagetherapy","",0,17,212);
		//Menu7_3_4=new Array("Feeding Therapy","/children/index.asp#feedingtherapy","",0,17,212);
		//Menu7_3_5=new Array("Augmentative Communication","/children/index.asp#augmentativecommunication","",0,17,212);
		//Menu7_3_6=new Array("Therapeutic Aquatics","/children/index.asp#therapeuticaquatics","",0,17,212);
		//Menu7_3_7=new Array("Sensory Integration Therapy","/children/index.asp#sensoryintegrationtherapy","",0,17,212);
		//Menu7_3_8=new Array("Therapeutic Listening","/children/index.asp#therapeuticlistening","",0,17,212);
		//Menu7_3_9=new Array("Equipment Loan","/children/index.asp#equipmentloan","",0,17,212);
		//Menu7_3_10=new Array("Financial Assistance","/children/index.asp#financialassistance","",0,17,212);

Menu5=new Array("Assistive Technology","/assistive/","",0,33,132);
Menu6=new Array("Adult Occupational Therapy","/adult_occupational/","",0,33,132);

Menu7=new Array("The Aquatic Center at CP","/aquatics/","",0,33,132);

Menu8=new Array("Adult Day Services","/adult/","",0,17,132);
Menu9=new Array("Common Paths Early Education & Care","/commonpaths/","",0,50,132);
Menu10=new Array("Community Outreach/Advocacy Services","/outreach/","",0,50,132);
Menu11=new Array("Resources","/resources/","",0,17,132);

