<!--

/*
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="#6600CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Statistics & Research Design"; // <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]=["Behavioral Statistics"] //create header
ssmItems[1]=["PowerPoints", "http://www.callisto-science.org/courses/behavioral_statistics/Powerpoint.html", "_new"]
ssmItems[2]=["Homework", "http://www.callisto-science.org/courses/behavioral_statistics/Homework.html","_new"]
ssmItems[3]=["Sample Tests", "http://www.callisto-science.org/courses/behavioral_statistics/Sample_Tests.html", "_new"]
ssmItems[4]=["Statistics Tables", "http://www.callisto-science.org/courses/behavioral_statistics/Statistics_Tables.pdf", "_new"]
ssmItems[5]=["Statistics Resources", "http://www.callisto-science.org/courses/research_methods/Research_&_Statistics_Resources.html","_new"]
ssmItems[6]=["Grades", "http://www.callisto-science.org/courses/behavioral_statistics/Grades.html", "_new"]
ssmItems[7]=["Homework Submissions & Questions", "http://www.callisto-science.org/courses/behavioral_statistics/submission_form.html", "_new"]

ssmItems[8]=["myPBA", "http://www.pba.edu/faqs.htm", "_new", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:David_Compton@pba.edu", "_new",1]

ssmItems[10]=["Research Methods", "", ""] //create header
ssmItems[11]=["PowerPoints", "http://www.callisto-science.org/courses/research_methods/PowerPoints/PowerPoint.html", "_new"]
ssmItems[12]=["HO Errors & Power", "http://www.callisto-science.org/courses/research_methods/simpson/index.html","_new"]
ssmItems[13]=["Internal Validity", "http://www.callisto-science.org/courses/research_methods/Internal_Validity.html","_new"]
ssmItems[14]=["Research Resources", "http://www.callisto-science.org/courses/research_methods/Research_&_Statistics_Resources.html","_new"]
ssmItems[15]=["Sample Tests", "http://www.callisto-science.org/courses/research_methods/Sample_Tests.html", "_new"]
ssmItems[16]=["Grades", "http://www.callisto-science.org/courses/research_methods/Grades.html", "_new"]
ssmItems[17]=["APA-Style", "http://www.callisto-science.org/courses/research_methods/APA-Style/Index.html", "_new"]

ssmItems[18]=["Research Methods Lab", "", ""] //create header
ssmItems[19]=["PowerPoints", "http://www.callisto-science.org/courses/research_methods/PowerPoints/PowerPoint.html", "_new"]
ssmItems[20]=["Classwork", "http://www.callisto-science.org/courses/research_methods/laboratory/default.html","_new"]

ssmItems[21]=["Science & Faith", "", ""] //create header
ssmItems[22]=["Does Science Contradict the Bible?", "http://www.callisto-science.org/courses/Christian/default.html", "_new"]

ssmItems[23]=["Final Examination Schedule", "", ""] //create header
ssmItems[24]=["[-Click Here-]", "http://www.callisto-science.org/courses/research_methods/Images_Grades/Final_Exam_Schedule_(Fall,_2010).gif","_new"]
buildMenu();

//-->