| Related sites for http://www.youthwebonline.com/ |
| Alien_Press_Links UFO and alien conspiracy links. | | Ladies_Who_Launch Whether you are launching a business, creative hobby, passion or artistic endeavor, here are tools, inspiration and network of like-minded, lifestyle-oriented women to make any dream a reality, or tak | | Harihareswara,_Sumana Includes personal information, a journal, and links. | | Long-Term_Growth_as_a_Sequence_of_Exponential_Modes Trend analysis: Fits the history of economic growth from 2 million B.C. to today as a sequence of growth modes, and suggests that in the next century a new mode may appear where the economy doubles ev | | Allen_County_Public_Library Large genealogy library containing more than 300,000 printed volumes and 314,000 items of microfilm and microfiche. Includes guides and request forms. | | Wings_of_Mercy_-_Indiana Provides free transportation for people with limited financial means needing treatment at distant medical facilities. Service area, history, contact information and links. | | Debenham_Family_History Background, history of the various lines, registers and sources. | | Zaenger,_Zänger_and_Zenger_Roots Tracing the lineage that emigrated from Switzerland to Alsace about 1690, arriving USA pre 1854. includes surnames Conold, Dunbar, Feuer, Frazier, Hirtzel, Jung, Kaemph, McKee, Onold, Peter, Prophete | | The_Quick_and_the_Dead_--_The_Souls_of_Man_in_Vodou_Thought Essay by Richard Hodges on the Vodou concept of "soul." Vodou recognizes three spiritual components which together with the physical body make up a man: the ti-bonanj (petit bon ange) "little angel," | | Spiritual_Journals Site seeks to challenge other persons to develop journals related to their own lives. | | Parents_United_-_Orange_County This is a non-profit organization that offers counselling and other services to families affected by sexual abuse. Contains newsletter, information about sex offender treatment, chapter and contact li | | The_Discourses_at_Project_Gutenberg Full text of the work in plain text format. Translated by Ninian Hill Thomson. | | Proverb_Player Gambian and other African proverbs from The Gambia Resource Page. | | Brute_Ethics A primer and encyclopedia on the practical craft of understanding and acting on animal-human issues, encompassing animal rights, animal welfare and nature conservation. | | Sex_News_-_Topix News on sex and sexuality collected from diverse sources on the web. | | Starvada\'s_Tarot_Workshops Basic, intermediate and advanced courses. Signup details and information. | | Walker,_Rebecca Official website for biracial author Rebecca Walker. | | Mackwell,_Jonathan Assembly of God minister. Testimony, some audio sermons (WMA) and a prayer ministry manual (PDF). | | Islamic_Republic_of_Iran_Constitution English translation. | | Life_Agape Resources and information in several languages. |
|
YouthWEB Online, Where parents, teachers, and youth can get information
to address hate crimes
// for Netscape 4+ and IE 4+
/*******************************************************************************
Copyright (c) 1999 Thomas Brattli (www.bratta.com)
eXperience DHTML coolMenus - Get it at www.bratta.com
Version 2.0
This script can be used freely as long as all copyright messages are
intact. Visit www.bratta.com/dhtml for the latest version of the script.
These are the varibles you have to set to customize the menu.
*******************************************************************************/
/********************************************************************************
Variables to set.
Remember that to set fontsize and fonttype you set that in the stylesheet
above!
********************************************************************************/
//Making a menu object
oMenu=new menuObj('oMenu') //Place a name for the menu in there. Must be uniqe for each menu
//Setting menu object variables
//Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++)
oMenu.clMain='padding:2px; font-family:arial; font-size:14px; font-weight:' //The style for the main menus
oMenu.clSub='padding:5px; font-family:arial; font-size:11px; font-weight:bold' //The style for the submenus
oMenu.clSubSub='padding:5px; font-family:arial; font-size:10px' //The style for the subsubmenus
oMenu.clAMain='text-decoration:none; color:FFFFFF' //The style for the main links
oMenu.clASub='text-decoration:none; color:FFFF00' //The style for the sub links0
oMenu.clASubSub='text-decoration:none; color:FFFF00' //The style for the subsub links
//Writing out the style for the menu (leave this line!)
oMenu.makeStyle()
//Background bar properties
oMenu.backgroundbar=0 //Set to 0 if no backgroundbar
oMenu.backgroundbarfromleft=0 //The left placement of the backgroundbar in pixel or %
oMenu.backgroundbarfromtop=0 //The top placement of the backgroundbar in pixel or %
oMenu.backgroundbarsize="2%" //The size of the bar in pixel or %
oMenu.backgroundbarcolor="Navy" //The backgroundcolor of the bar
oMenu.mainheight=25 //The height of the main menuitems in pixel or %
oMenu.mainwidth=115 //The width of the main menuitems in pixel or %
/*These are new variables. In this example they are set like the previous version*/
oMenu.subwidth=200 // ** NEW ** The width of the submenus
oMenu.subheight=25 //The height if the subitems in pixel or %
oMenu.subsubwidth=115 // ** NEW ** The width of the subsubmenus in pixel or %
oMenu.subsubheight=20 //** NEW ** The height if the subsubitems in pixel or %
oMenu.subplacement=oMenu.mainwidth //** NEW ** Relative to the main item
oMenu.subsubXplacement=oMenu.subwidth //** NEW ** The X placement of the subsubmenus, relative to the sub item
oMenu.subsubYplacement=0 //** NEW ** The Y placement of the subsubmenus, relative to the sub item
oMenu.mainbgcoloroff='000066' //The backgroundcolor of the main menuitems
oMenu.mainbgcoloron='3399FF' //The backgroundcolor on mouseover of the main menuitems
oMenu.subbgcoloroff='000066' //The backgroundcolor of the sub menuitems
oMenu.subbgcoloron='3399FF' //The backgroundcolor on mouseover of the sub menuitems
oMenu.subsubbgcoloroff='000066' //The backgroundcolor of the subsub menuitems
oMenu.subsubbgcoloron='003366' //The backgroundcolor on mouseover of the subsub menuitems
oMenu.stayoncolor=1 //Do you want the menus to stay on the mouseovered color when clicked?
oMenu.menuspeed=25 //The speed of the clipping in px
oMenu.menusubspeed=15 //The speed of the submenus clipping in px
oMenu.menurows=0 //Set to 0 if you want rows and to 1 if you want columns
oMenu.menueventon="mouse" //Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick
oMenu.menueventoff="mouse" //Set this to "mouse" if you them to disappear onmouseout, if not set it to "click"
//Placement of the menuitems
//Example in %:
oMenu.menuplacement=new Array("55","90","130","170") //Remember to make the arrays contain as many values as you have main menuitems
//Example in px: (remember to use the ' ' around the numbers)
//oMenu.menuplacement=new Array(5,200,300,400,500)
//Example right beside eachother (only adding the pxbetween variable)
//oMenu.menuplacement=0
//If you use the "right beside eachother" you cant how many pixel there should be between each here
oMenu.pxbetween=0 //in pixel or %
//And you can set where it should start from the left here
oMenu.fromleft=20 //in pixel or %
//This is how much from the top the menu should be.
oMenu.fromtop=0 //in pixel or %
/********************************************************************************
Construct your menus below
********************************************************************************/
//MAIN 0
//Main items:
// makeMain
oMenu.makeMain(0,'For Everyone',0)
//Sub items:
oMenu.makeSub(0,0,'Bias Definitions & Terms','terms/index.html')
oMenu.makeSub(0,1,'YouthWEB Mission','everyone/mission.html')
oMenu.makeSub(0,2,'Hate 101','everyone/hate101.html')
oMenu.makeSub(0,3,'Get Involved','everyone/info.html')
oMenu.makeSub(0,4,'Hate Crime Report Form','everyone/reportform.html')
oMenu.makeSub(0,5,'Internet Survey','everyone/survey.html')
oMenu.makeSub(0,6,'Contact Your Local Officials','everyone/officials.html')
oMenu.makeSub(0,7,'Related Books From Amazon','everyone/books.html')
oMenu.makeSub(0,8,'Related Links','everyone/links.html')
oMenu.makeSub(0,9,'---COMING SOON---','#',11)
oMenu.makeSub(0,10,'Local Events','#',11)
oMenu.makeSub(0,11,'Local Events','#',11)
//MAIN 1
oMenu.makeMain(1,'Youth',0)
oMenu.makeSub(1,0,'Bias Definitions & Terms','terms/index.html')
oMenu.makeSub(1,1,'---COMING SOON---',0,6)
oMenu.makeSub(1,2,'Chatroom',0,6)
oMenu.makeSub(1,3,'Post Your Artwork',0,6)
oMenu.makeSub(1,4,'Contests',0,6)
oMenu.makeSub(1,5,'Music Polls',0,6)
oMenu.makeSub(1,6,'Games',0,6)
//MAIN 2
oMenu.makeMain(2,'Parents',0)
oMenu.makeSub(2,0,'Bias Definitions & Terms','terms/index.html')
oMenu.makeSub(2,1,'---COMING SOON---',0,6)
oMenu.makeSub(2,2,'Quizzes',0,6)
oMenu.makeSub(2,3,'Teen Facts',0,6)
oMenu.makeSub(2,4,'Letter Campaign',0,6)
oMenu.makeSub(2,5,'Hate Filter',0,6)
//MAIN 3
oMenu.makeMain(3,'Teachers',0)
oMenu.makeSub(3,0,'Bias Definitions & Terms','terms/index.html')
oMenu.makeSub(3,1,'Activity Sharing','teachers/activities/index.html')
oMenu.makeSub(3,2,'---COMING SOON---','#',6)
oMenu.makeSub(3,3,'Curricula','#',6)
oMenu.makeSub(3,4,'Prevention','#',6)
oMenu.makeSub(3,5,'School Links','#',6)
/********************************************************************************
End menu construction
********************************************************************************/
//When all the menus are written out we initiates the menu
oMenu.construct()
|
|