<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#004080";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Speakers"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["EMININT 2006"] //create header
ssmItems[1]=["His Excellency Sudjadnan Parnohadiningrat", "http://wcl.american.edu/org/nsls/bios.cfm#keynote", "_blank"]
ssmItems[2]=["Jim Day, Esq. ", "http://wcl.american.edu/org/nsls/bios.cfm#day", "_blank"]
ssmItems[3]=["R. James Woolsey", "http://wcl.american.edu/org/nsls/bios.cfm#woolsey", "_blank"]
ssmItems[4]=["Dr. Barry Gale", "http://wcl.american.edu/org/nsls/bios.cfm#gale", "_blank"]
ssmItems[5]=["Orde F. Kittrie", "http://wcl.american.edu/org/nsls/bios.cfm#kittrie", "_blank"]
ssmItems[6]=["Gary Thomas", "http://wcl.american.edu/org/nsls/bios.cfm#thomas", "_blank"]
ssmItems[7]=["Eric Scherer", "http://wcl.american.edu/org/nsls/bios.cfm#scherer", "_blank"]
ssmItems[8]=["Andrew Steele", "http://wcl.american.edu/org/nsls/bios.cfm#steele", "_blank"]
ssmItems[9]=["Nathan Guttman", "http://wcl.american.edu/org/nsls/bios.cfm#guttman", "_blank"]
ssmItems[10]=["Robert Borosage, Esq.", "http://wcl.american.edu/org/nsls/bios.cfm#borosage", "_blank"]
ssmItems[11]=["Meredith Fuchs, Esq.", "http://wcl.american.edu/org/nsls/bios.cfm#fuchs", "_blank"]
ssmItems[12]=["John De Pue, Esq.", "http://wcl.american.edu/org/nsls/bios.cfm#depue", "_blank"]
ssmItems[13]=["Jeremy Bash", "http://wcl.american.edu/org/nsls/bios.cfm#bash", "_blank"]
ssmItems[14]=["Professor Walter Effross", "http://wcl.american.edu/org/nsls/bios.cfm#effross", "_blank"]
ssmItems[15]=["Roger Cressey", "http://wcl.american.edu/org/nsls/bios.cfm#cressey", "_blank"]
ssmItems[16]=["Dr. Phyllis Schneck", "http://wcl.american.edu/org/nsls/bios.cfm#schneck", "_blank"]
ssmItems[17]=["Orin Kerr, Esq.", "http://wcl.american.edu/org/nsls/bios.cfm#kerr", "_blank"]
ssmItems[18]=["The Honorable William G. Young", "http://wcl.american.edu/org/nsls/bios.cfm#young", "_blank"]
ssmItems[19]=["The Honorable Ifa Sudewi", "http://wcl.american.edu/org/nsls/bios.cfm#sudewi", "_blank"]
ssmItems[20]=["Dr. Abdullah Ansary", "http://wcl.american.edu/org/nsls/bios.cfm#ansary", "_blank"]
ssmItems[21]=["The Honorable Mr. Justice Ronnie Weatherup", "http://wcl.american.edu/org/nsls/bios.cfm#weatherup", "_blank"]
ssmItems[22]=["Harvey Rishikof, Esq.", "http://wcl.american.edu/org/nsls/bios.cfm#rishikof", "_blank"]
ssmItems[23]=["Vicki J. Divoll", "http://wcl.american.edu/org/nsls/bios.cfm#divoll", "_blank"]
ssmItems[24]=["Keith Weston", "http://wcl.american.edu/org/nsls/bios.cfm#weston", "_blank"]
ssmItems[25]=["Kate Martin", "http://wcl.american.edu/org/nsls/bios.cfm#martin", "_blank"]
ssmItems[26]=["William Carroll", "http://wcl.american.edu/org/nsls/bios.cfm#carroll", "_blank"]
ssmItems[27]=["Lawrence J. Halloran", "http://wcl.american.edu/org/nsls/bios.cfm#halloran", "_blank"]
ssmItems[28]=["R. Terry Marlow", "http://wcl.american.edu/org/nsls/bios.cfm#marlow", "_blank"]
ssmItems[29]=["Scott Amey", "http://wcl.american.edu/org/nsls/bios.cfm#amey", "_blank"]
ssmItems[30]=["Bo Cooper, Esq. ", "http://wcl.american.edu/org/nsls/bios.cfm#cooper", "_blank"]
ssmItems[31]=["Mark Krikorian", "http://wcl.american.edu/org/nsls/bios.cfm#krikoran", "_blank"]
ssmItems[32]=["Robert A. Schoch", "http://wcl.american.edu/org/nsls/bios.cfm#schoch", "_blank"]
ssmItems[33]=["Daniel Griswold", "http://wcl.american.edu/org/nsls/bios.cfm#griswold", "_blank"]
buildMenu();

//-->