<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // 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="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF66";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC66FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=12; // no quotes!!
barText="SIDE MENU"; // <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]=[" Menu"] //create header
ssmItems[1]=["TRC Home", "http://www.med.umich.edu/telemedicine/about_TRC/index.html", ""]
ssmItems[2]=["TRC Staff", "http://www.med.umich.edu/telemedicine/about_TRC/directory.html",""]
ssmItems[3]=["2004 Activity Report", "http://www.med.umich.edu/telemedicine/2004_Report/index.htm","_new"]
ssmItems[4]=["Related Links", "http://www.med.umich.edu/telemedicine/about_TRC/related_links.html", ""]

ssmItems[5]=["Info for Faculty", "", ""] //create header
ssmItems[6]=["Getting Started", "http://www.med.umich.edu/telemedicine/faculty_staff/getting_started.html", ""]
ssmItems[7]=["Approval Process", "http://www.med.umich.edu/telemedicine/faculty_staff/approval.html", ""]
ssmItems[8]=["Credentialing", "http://www.med.umich.edu/telemedicine/faculty_staff/fac_credentialing.html", ""]
ssmItems[9]=["FAQs", "http://www.med.umich.edu/telemedicine/faculty_staff/faculty_FAQs.html", "", 1, "no"]
ssmItems[10]=["Reimbursement", "http://www.med.umich.edu/telemedicine/faculty_staff/reimbursement.html", "",1]

ssmItems[11]=["Info for Partners", "", ""] //create header
ssmItems[12]=["Working with TRC", "http://www.med.umich.edu/telemedicine/partners/workingwithTRC.html", ""]
ssmItems[13]=["Credentialing", "http://www.med.umich.edu/telemedicine/partners/ext_credentialing.html", ""]
ssmItems[14]=["Technology", "http://www.med.umich.edu/telemedicine/partners/technology.html", ""]
ssmItems[15]=["Forms", "http://www.med.umich.edu/telemedicine/partners/forms.html", ""]
ssmItems[16]=["Request a VC", "http://www.med.umich.edu/telemedicine/about_TRC/schedule1.html", ""]

ssmItems[17]=["Locations", "", ""] //create header
ssmItems[18]=["Locations at UMHS", "http://www.med.umich.edu/telemedicine/sites/umhssites.html", ""]
ssmItems[19]=["Facilities near you", "http://www.med.umich.edu/telemedicine/sites/index.html", ""]

ssmItems[20]=["Guidelines", "", ""] //create header
ssmItems[21]=["Digital Imaging", "http://www.med.umich.edu/i/telemedicine/guidelines/index.htm", "_new"]

ssmItems[22]=["R&D Projects", "", ""] //create header
ssmItems[23]=["Ultramobile", "http://www.med.umich.edu/telemedicine/ultramobile/index.htm", "_new"]
ssmItems[24]=["derM-ED Project", "http://www.med.umich.edu/telemedicine/dermed/index.htm", "_new"]
ssmItems[25]=["Michigan Heart", "http://www.mheart.org/index.htm", "_new"]
ssmItems[26]=["m-Home Project", "http://www.med.umich.edu/telemedicine/mhome/index.htm", "_new"]
ssmItems[27]=["Med-SFT", "http://www.med.umich.edu/telemedicine/medsft/index.html", "_new"]
ssmItems[28]=["Telecourt Project", "http://www.med.umich.edu/telemedicine/telecourt/index.htm", "_new"]
ssmItems[29]=["e-MOHS Project", "http://www.med.umich.edu/telemedicine/emohs/index.htm", "_new"]
ssmItems[30]=["Inpatient Design", "http://www.med.umich.edu/telemedicine/inpatient/", "_new"]

ssmItems[31]=["Lectures", "", ""] //create header
ssmItems[32]=["Rural Poverty", "http://www.med.umich.edu/telemedicine/medschool/index.htm", "_new"]

ssmItems[33]=["Symposiums", "", ""] //create header
ssmItems[34]=["2001", "http://www.med.umich.edu/telemedicine/Symposium/index.htm", "_new", 1, "no"]
ssmItems[35]=["2004", "http://www.med.umich.edu/telemedicine/symposium2004/", "_new",1]

buildMenu();

//-->