| Related sites for http://www.blackmuseums.org/ |
| convene_com Provider of innovative eLearning technologies and services, including hosting and technical support. | | Le_Bon_Temps_Roule Restored 1930 Wooden Commuter Yacht used by the Corps of Engineers during WWII. Located in Madisonville, Louisiana. | | American_Folk_Art_Museum Exhibits in New York City feature 18th- and 19th-century paintings, quilts, sculptures, and the work of contemporary self-taught artists. Includes hours, fees, membership details, events and programs | | Experts__Information_onslaught_bad_for_your_health By CNN Correspondent Kathy Nellis. There's so much data out there that it's making some people physically ill, according to some experts. Psychologists even have a name for the malady: Information Fa | | The_Creepy_Crawly_Zoo Traveling live insect exhibit. Will do visits in Arizona, Wisconsin and Illinois. | | The_Canadian_Postal_Archives Provides an overview of the philatelic collections preserved by the National Archives of Canada. Includes information about every postage stamp issued by Canada and British North America since 1851. | | Bangladesh_Agricultural_University Located 4 km south of Mymensingh Town and consists of 6 faculties and 41 departments. Academics in agriculture, animal husbandry, ari-econ and rural sociology, agri-engineering and Technology, and fi | | Native-Speaking_German_Tutor_in_New_York Experienced German language tutor serving all ages and abilities anywhere in Manhattan and Queens. | | Contrarian_Librarian Yahoo group. Discussion board and email list about library working conditions and related issues. One may anonymously post. | | Argus Collection management software from Questor. Includes on-line demonstration. | | Flags_of_the_World__Maldives National, governmental, and historical flags. | | French_in_a_Family Full-board student accommodation in a friendly family. Homestay with a qualified teacher. Total immersion in language and culture in Tours. | | Flags_of_the_World__Libya National, subnational, and historical flags. | | Second_International_GIREP_Seminar_on_Quality_Development_in_Teacher_Education_and_Training 1-6 September, 2003, University of Udine, Italy. The seminar can be summed up as one in which the concerns of producing professional physics teachers for the demands of the 21st century. | | WEIU-FM_88_9 College radio station playing various musical formats. | | Office_of_Alumni_Programs Alumni news, services, events, clubs and email directory. | | Department_of_Physics A source of information about the department. | | Publications Online ordering available for bulletins of botanical and ecological interest. | | British_International_Schools_Shanghai,_China_-_Pudong_Campus Private school. Mission statement, admissions, application form, fees, newsletter, calendar, staff and curriculum. [Diploma] | | Heriot-Watt_University_Edinburgh__Undergraduate_Prospectus View the most up to date information about the courses and programmes of study. |
|
|
Association of African American Museums
.menutitle{
cursor:pointer;
margin-bottom: 0px;
background-color:#AC6C0A;
color:#FFAE00;
width:200px;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
text-align:left;
font-weight:bold;
font-size: 8pt;
font-family: verdana, arial, ms sans serif, arial;
border-top:1px solid #000000;
border-right: 0px solid #000000;
}
.menutitle_firstline{
cursor:pointer;
margin-bottom: 0px;
background-color:#AC6C0A;
color:#FFAE00;
width:200px;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
text-align:left;
font-weight:bold;
font-size: 8pt;
font-family: verdana, arial, ms sans serif, arial;
border-top:0px solid #000000;
border-right: 0px solid #000000;
}
.menutitle_lastline{
cursor:pointer;
margin-bottom: 0px;
background-color:#AC6C0A;
color:#FFAE00;
width:200px;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
text-align:left;
font-weight:bold;
font-size: 8pt;
font-family: verdana, arial, ms sans serif, arial;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-right: 0px solid #000000;
}
.submenu {
background-color:#F6B450;
color:#FFAE00;
width:200px;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
text-align:left;
line-height:16px;
text-decoration:none;
font-weight:normal;
font-size: 8pt;
font-color:#ffae00;
font-family: verdana, arial, ms sans serif, arial;
border-bottom:0px solid #000000;
border-right: 0px solid #000000;
}
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}
/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistmenu="no" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="local" //enter "sitewide" for menu to persist across site, "local" for this page only
if (document.getElementById){ //DynamicDrive.com change
document.write('\n')
document.write('.submenu{display: none;}\n')
document.write('\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}
function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}
if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction
if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/hp_museum1.jpg", "http://www.americanjazzmuseum.com", "_blank"] //plain image syntax
fadeimages[1]=["images/hp_museum2.jpg", "http://anacostia.si.edu/", "_blank"] //plain image syntax
fadeimages[2]=["images/hp_museum3.jpg", "http://www.bcri.org", "_blank"] //plain image syntax
fadeimages[3]=["images/hp_museum4.jpg", "http://www.mohistory.org", "_blank"] //plain image syntax
fadeimages[4]=["images/hp_museum5.jpg", "http://www.maah-detroit.org/", "_blank"] //plain image syntax
fadeimages[5]=["images/hp_museum6.jpg", "http://www.africanamericanculture.org/", "_blank"] //plain image syntax
fadeimages[6]=["images/hp_museum7.jpg", "http://www.ohiohistory.org/textonly/places/afroam/", "_blank"] //plain image syntax
fadeimages[7]=["images/hp_museum8.jpg", "http://www.freedomcenter.org/", "_blank"] //plain image syntax
fadeimages[8]=["images/hp_museum9.jpg", "http://www.caamuseum.org", "_blank"] //plain image syntax
fadeimages[9]=["images/hp_museum10.jpg", "http://www.aaccmuseum.org", "_blank"] //plain image syntax
fadeimages[10]=["images/hp_museum11.jpg", "http://www.africanamericanmuseum.org/", "_blank"] //plain image syntax
fadeimages[11]=["images/hp_museum12.jpg", "http://www.dusablemuseum.org/", "_blank"] //plain image syntax
fadeimages[12]=["images/hp_museum13.jpg", "http://ncmuseumofhistory.org/", "_blank"] //plain image syntax
fadeimages[13]=["images/hp_museum14.jpg", "http://www.ncaaa.org/", "_blank"] //plain image syntax
fadeimages[14]=["images/hp_museum15.jpg", "http://www.ah.dcr.state.nc.us/Sections/hs/somerset/Main.htm", "_blank"] //plain image syntax
fadeimages[15]=["images/hp_museum16.jpg", "http://www.virginia.org/site/description.asp?AttrID=26979", "_blank"] //plain image syntax
fadeimages[16]=["images/hp_museum17.jpg", "http://www.penncenter.com", "_blank"] //plain image syntax
fadeimages[17]=["images/hp_museum18.jpg", "http://www.aampmuseum.org", "_blank"] //plain image syntax
fadeimages[18]=["images/hp_museum19.jpg", "http://www.hamptonu.edu/museum", "_blank"] //plain image syntax
var fadebgcolor="white"
////NO need to edit beyond here/////////////
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p |
|