/***********************************************************************************
*	(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 ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['files/tri.gif',5,10,'files/tridown.gif',10,5,'files/trileft.gif',5,10];	// Arrow source, width and height

	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#0082f1';			// Background color when mouse is not over
	var LowSubBgColor='#0082f1';			// Background color when mouse is not over on subs
	var HighBgColor='#010b5a';			// Background color when mouse is over
	var HighSubBgColor='#010b5a';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana"	// 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='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' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=155;				// Menu offset x coordinate
	var StartLeft=9;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='content';			// Frame where sub levels appear
	var DocTargetFrame='content';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("• Home ","/","",0,20,157);
Menu2=new Array("• Greetings ","greetings.htm","",0,20,157);
Menu3=new Array("• School Calendar ","calendar.htm","",0,20,157);
Menu4=new Array("• Lunch Time! ","lunchprogram.htm","",0,20,157);
Menu5=new Array("• <font color=white><strong>DONATIONS</strong></font> ","donations.htm","",0,20,77);
Menu6=new Array("• Alumni Center ","alumpage.htm","",2,20,157);	
	Menu6_1=new Array("• Benedict's Brigade ","alumpage.htm","",0,20,180);
	Menu6_2=new Array("• Register Online ","http://www.stcharleschurch.org/school/alum/","",0,20,140);
Menu7=new Array("• About Us ","history.htm","",3,20,77);
	Menu7_1=new Array("• History ","history.htm","",0,20,180);
	Menu7_2=new Array("• Mission And Philosophy","mission.htm","",0,20,180);
	Menu7_3=new Array("• Our Parents Speak ","parents.htm","",0,20,180);
Menu8=new Array("• School Life ","religious.htm","",4,20,77);
	Menu8_1=new Array("• Religious Activities","religious.htm","",0,20,180);
	Menu8_2=new Array("• Extras and Day Activities","extended.htm","",0,20,180);	
	Menu8_3=new Array("• Special Events ","special.htm","",0,20,180);
	Menu8_4=new Array("• School Forms and Info","documents.htm","",0,20,180);
Menu9=new Array("• New Students ","tuition.htm","",2,20,77);
	Menu9_1=new Array("• Tuition and Fees ","tuition.htm","",0,20,180);
	Menu9_2=new Array("• Dress Code","backtoschool.htm","",0,20,180);
Menu10=new Array("• Directions ","directions.htm","",0,20,77);
Menu11=new Array("• School Closing ","closing.htm","",0,20,77);
Menu12=new Array("• Links ","links.htm","",0,20,77);
Menu13=new Array("• School News","schoolnews.htm","",0,20,77);
Menu14=new Array("• <font color=red><strong>Car Raffle</strong></font>","raffle2007.htm","",0,20,77);
Menu15=new Array("• <font color=white><strong>Springfest</strong></font>","springfest.htm","",0,20,77);


// Before you reuse this script you may want to have your head examined
// 
// Copyright 1999 InsideDHTML.com, LLC.  

function doBlink() {
  // Blink, Blink, Blink...
  var blink = document.all.tags("BLINK")
  for (var i=0; i < blink.length; i++)
    blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" 
}

function startBlink() {
  // Make sure it is IE4
  if (document.all)
    setInterval("doBlink()",1000)
}
window.onload = startBlink;



