/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.

oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname
oCMenu.useframes=0 
oCMenu.frame="frmMain" 


oCMenu.useNS4links=1 


oCMenu.NS4padding=0 


oCMenu.checkselect=0


oCMenu.offlineUrl="file:///C|/My Documents/Seevak2001/site/dees" //Value: "path_to_menu_file_offline/"
oCMenu.onlineUrl="http://www.learntoquestion.com/vclass/seevak/groups/2001/sites/dees/" 


oCMenu.pagecheck=1 
oCMenu.checkscroll=0 
oCMenu.resizecheck=1 
oCMenu.wait=1000 

//Background bar properties
oCMenu.usebar=0
oCMenu.barcolor="#cc6666" 
oCMenu.barwidth="menu" 
oCMenu.barheight="100%" 
oCMenu.barx="menu" 
oCMenu.bary=0 
oCMenu.barinheritborder=0 

//Placement properties
oCMenu.rows=1 
oCMenu.fromleft=225 
oCMenu.fromtop=100 
oCMenu.pxbetween=0 


oCMenu.menuplacement=1



//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPESIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array()
oCMenu.level[0].width=127 
oCMenu.level[0].height=25 
oCMenu.level[0].bgcoloroff="#003355" 
oCMenu.level[0].bgcoloron="#003355" 
oCMenu.level[0].textcolor="#cccccc"
oCMenu.level[0].hovercolor="#FFCC00"
oCMenu.level[0].style="font-family:verdana; font-size:10 px;"
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="#000000" 
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=1
oCMenu.level[0].NS4font="verdana"
oCMenu.level[0].NS4fontSize="1"
oCMenu.level[0].align="bottom" 

//Sub One Level
oCMenu.level[1]=new Array() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=100
oCMenu.level[1].height=25
oCMenu.level[1].style="padding:1px; font-family:verdana; font-size:10 px;"
oCMenu.level[1].border=1
oCMenu.level[1].bordercolor="#cccccc"

//Navigation items here

oCMenu.makeMenu('archives','','','/archives','',100,20,'/vclass/seevak/groups/2001/sites/dees/graphics/archives_off.gif','/vclass/seevak/groups/2001/sites/dees/graphics/archives_on.gif')

oCMenu.makeMenu('pictures','archives','Photos','archives/gallery','',0,0,'','')
oCMenu.makeMenu('background','archives','Background','background/','',0,0,'','')


oCMenu.makeMenu('biography','','','/biography','',96,20,'/vclass/seevak/groups/2001/sites/dees/graphics/biography_off.gif','/vclass/seevak/groups/2001/sites/dees/graphics/biography_on.gif')

oCMenu.makeMenu('childhood','biography','Childhood','biography/childhood01.php','',0,0,'','')
oCMenu.makeMenu('influences','biography','Influences','biography/influences01.php','',0,0,'','')
oCMenu.makeMenu('youngman','biography','Young Man','biography/youngman01.php','',0,0,'','')
oCMenu.makeMenu('entrepreneur','biography','Entrepreneur','biography/entrepreneur.php','',0,0,'','')
oCMenu.makeMenu('witness','biography','Witness','biography/witness01.php','',0,0,'','')
oCMenu.makeMenu('lawyer','biography','Lawyer','biography/lawyer01.php','',0,0,'','')
oCMenu.makeMenu('participant','biography','Participant','biography/participant01.php','',0,0,'','')
oCMenu.makeMenu('levindees','biography','Climax','biography/climax01.php','',0,0,'','')


oCMenu.makeMenu('splc','','','/splc','',95,20,'/vclass/seevak/groups/2001/sites/dees/graphics/splc_off.gif','/vclass/seevak/groups/2001/sites/dees/graphics/splc_on.gif')

oCMenu.makeMenu('aboutsplc','splc','History','splc/history.php','',0,0,'','')
oCMenu.makeMenu('publications','splc','Intelligence','splc/intelligence.php','',0,0,'','')
oCMenu.makeMenu('tolerance','splc','Militia Force','splc/militia.php','',0,0,'','')
oCMenu.makeMenu('education','splc', 'Tolerance','splc/tolerance.php','',0,0,'','')
oCMenu.makeMenu('contribution','splc','Teaching','splc/teachingtolerance.php','',0,0,'','')
oCMenu.makeMenu('landmark','splc','Landmark Cases','splc/cases','',0,0,'','')

oCMenu.makeMenu('website','','','/website','',100,20,'/vclass/seevak/groups/2001/sites/dees/graphics/website_off.gif','/vclass/seevak/groups/2001/sites/dees/graphics/website_on.gif')

oCMenu.makeMenu('aboutsite','website','About','website/aboutsite.php','',0,0,'','')
oCMenu.makeMenu('credits','website','Credits','website/credits.php','',0,0,'','')
oCMenu.makeMenu('links','website','Links','website/links.php','',0,0,'','')
oCMenu.makeMenu('legal','website','Disclaimer','website/disclaimer.php','',0,0,'','')
oCMenu.makeMenu('thanks','website','Thank Yous','website/acknowledgements.php','',0,0,'','')
oCMenu.makeMenu('workcited','website','Work Cited','website/sources.php','',0,0,'','')





//Leave these two lines! 
oCMenu.makeStyle(); oCMenu.construct()	