The National Center on Education, Disability and Juvenile Justice
.titleStyle{
position:relative;
top: -400;
color:#ff0000;
font-size: 14pt;
font-family:arial;
}
.announceStyle{
position:relative;
left:-200;
font-size: 10pt;
font-weight:bold;
font-family:arial;
}
.dateStyle{
position:relative;
left:200;
font-family:arial;
font-size: 8pt;
}
.infoStyle{
position:relative;
top:200;
font-family:arial;
font-size: 8pt;
}
/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#3333CC; layer-background-color:#3333CC; visibility:hidden}
/*Styles for level 0*/
.clLevel0, .clLevel0over{position:absolute; padding:1px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{color:yellow;}
.clLevel0over{background-color:#3333CC; layer-background-color:#3333CC; color:white; cursor:pointer; cursor:hand; }
/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; width:120; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#3333CC; layer-background-color:#3333CC; color:yellow;}
.clLevel1over{background-color:#3333CC; layer-background-color:#3333CC; color:white; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#3333CC; layer-background-color:#3333CC}
/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:3333CC; layer-background-color:#3333CC; color:yellow;}
.clLevel2over{background-color:#3333CC; layer-background-color:#3333CC; color:white; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.
Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
//Menu properties
oCMenu.pxBetween=10
oCMenu.fromLeft=5
oCMenu.fromTop=72
oCMenu.rows=0
oCMenu.menuPlacement=0
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0
//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""
//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=130
oCMenu.level[0].height=20
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right"
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=130
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="bottom"
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','','About EDJJ')
oCMenu.makeMenu('sub00','top0','Who We Are','http://www.edjj.org/aboutedjj/who.html')
oCMenu.makeMenu('sub01','top0','What We Do','http://www.edjj.org/aboutedjj/about.html')
oCMenu.makeMenu('sub02','top0','Resource Fellows','http://www.edjj.org/aboutedjj/resource.html')
oCMenu.makeMenu('sub03','top0','Advisory Board','http://www.edjj.org/aboutedjj/advisoryag.html')
oCMenu.makeMenu('top1','','Focus Areas')
oCMenu.makeMenu('sub10','top1','Prevention','http://www.edjj.org/focus/prevention/')
oCMenu.makeMenu('sub11','top1','Education Programs','http://www.edjj.org/focus/education/')
oCMenu.makeMenu('sub12','top1','Transition & Aftercare','http://www.edjj.org/focus/TransitionAfterCare/')
oCMenu.makeMenu('top2','','Parent Support')
oCMenu.makeMenu('sub20','top2','English','http://www.edjj.org/parent/')
oCMenu.makeMenu('sub21','top2','Español','http://www.edjj.org/parent/espanol.html')
oCMenu.makeMenu('sub22','top2','Web Resources','http://www.edjj.org/parent/resources.html')
oCMenu.makeMenu('top3','','Web Links','/links/')
oCMenu.makeMenu('sub30','top3','Prevention','http://www.edjj.org/links/#PREV')
oCMenu.makeMenu('sub31','top3','Education','http://www.edjj.org/links/#EDUC')
oCMenu.makeMenu('sub32','top3','Research','http://www.edjj.org/links/#RESE')
oCMenu.makeMenu('sub33','top3','Mental Health','http://www.edjj.org/links/#MENT')
oCMenu.makeMenu('sub34','top3','Substance Abuse','http://www.edjj.org/links/#SUBS')
oCMenu.makeMenu('sub35','top3','Juvenile Justice','http://www.edjj.org/links/#JUVE')
oCMenu.makeMenu('sub36','top3','US DOE','http://www.edjj.org/links/#USDE')
oCMenu.makeMenu('sub37','top3','US DOJ','http://www.edjj.org/links/#USDJ')
oCMenu.makeMenu('sub38','top3','E-News & Listservs','http://www.edjj.org/links/#NEWS')
oCMenu.makeMenu('sub39','top3','Bibliography ','http://www.edjj.org/links/#EDJJ')
oCMenu.makeMenu('top4','','Training/TA')
oCMenu.makeMenu('sub40','top4','Technical Assistance','http://www.edjj.org/training/index.htmll')
oCMenu.makeMenu('sub41','top4','Prof. Dev. Series','http://www.edjj.org/training/pds/index.htmll')
oCMenu.makeMenu('top5','','Our Research','http://www.edjj.org/currentresearch/')
oCMenu.makeMenu('top6','','Resources')
oCMenu.makeMenu('sub61','top6','Monographs','http://www.edjj.org/Publications/monographs/')
oCMenu.makeMenu('sub62','top6','EDJJ CD','http://www.edjj.org/Publications/CD/')
oCMenu.makeMenu('sub63','top6','Publications','http://www.edjj.org/Publications/')
oCMenu.makeMenu('sub64','top6','Presentations','http://www.edjj.org/Publications/presentations/')
oCMenu.makeMenu('sub65','top6','Conference CD','http://www.edjj.org/conf/index.html')
oCMenu.makeMenu('top7','','Conference Calendar')
oCMenu.makeMenu('sub71','top7','Upcoming Events','http://www.edjj.org/calendar/')
oCMenu.makeMenu('sub72','top7','Archive','http://www.edjj.org/calendar/archive.html')
oCMenu.makeMenu('top8','','Litigation','http://www.edjj.org/Litigation/')
oCMenu.makeMenu('top9','','State Directory','http://www.edjj.org/state_directory/')
oCMenu.makeMenu('top10','','Search EDJJ','http://www.edjj.org/search/')
oCMenu.makeMenu('top11','','Site Map','http://www.edjj.org/sitemap/')
//Leave this line - it constructs the menu
oCMenu.construct()
The National Center on Education, Disability and Juvenile Justice
EDJJ
examines the overrepresentation of youth with
disabilities at-risk for contact with the courts
or already involved in the juvenile delinquency
system. We provide professional development and
technical assistance, conduct research and disseminate
resources in three areas of national significance:
prevention
of school failure and delinquency,
education and special education for detained
and committed youth, and
transition services for youth returning to
schools and communities.
What's
New
JJ/SE Shared Agenda & Tools for Success
Designed for teachers and administrators, Tools for Success includes research-based effective practices for meeting the needs of children and youth in their schools, including early identification and intervention.
New CDC Reports
April 2007 CDC Reports on outcomes of transfering juveniles to adult jurisdictions. Four reports available for download.
CD: Special Education
Services in Short Term Facilities
EDJJ
NOTES is a free Internet newsletter with timely
and
significant reports on programs and practices for
youth with
disabilities involved with the justice system. Click
here for
links to past issues.
Current Issue (PDF)
View Previous Issues
Subscribe to EDJJ NOTES
EDJJ
is Funded by
Office
of
Special Education Programs
EDJJ Partners
Last Modified Monday, April 30, 2007
Please
email EDJJ with any questions and/or comments
University of Maryland, 1224 Benjamin Building College Park, MD 20742
Phone (301) 405-6462 Fax (301) 314-5757
For information
about the website or to be linked to EDJJ,
email the webmaster.
|
|