
//Server Path
//Pathname="file:///N:/TLC%20New"		//LOCAL PATH
//Pathname="http://facweb.bhc.edu/tlc/test"	//TEST PATH
Pathname="http://facweb.bhc.edu/tlc"		//LIVE PATH

// This section is for the Quick Links

document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/learn/adjunct/index.html' class='style1'>Adjunct Faculty</a></td></tr>")
document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/learn/StudentLearningOutcomes/' class='style1'>Student Learning and Assessment</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/learn/faqs.html' class='style1'>Frequently Asked Questions</a></td></tr>")
document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/about/directions.html' class='style1'>Directions/Parking</a></td></tr>")
document.write("<tr><td align='left' valign='top' class='style1'><a target=_blank href='http://www.bhc.edu/reserveequip'>Request Equipment from TLC</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/forms/ReservationForm.aspx' class='style1'>Request Equipment from TLC</a></td></tr>")
document.write("<tr><td align='left' valign='top' class='style1'><a target=_blank href='http://www.bhc.edu/reservetlc'>Reserve a Room at TLC</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/forms/RequestForm.aspx' class='style1'>Reserve a Room at TLC</a></td></tr>")
document.write("<tr><td align='left' valign='top' class='style1'><a target=_blank href='http://www.bhc.edu/elcregister'>Register for an Event</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/forms/RegisterForm.aspx' class='style1'>Register for an Event</a></td></tr>")//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/events/Registration/adjuncteventform.aspx' class='style1'>Register for an Event</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/??????/????????.html' class='style1'>Link Text Goes Here</a></td></tr>")

// Keep all menus within masterdiv

document.write("<tr><td align='left' valign='top' class='style1'>")
QuickLinkDisplay()
document.write("</tr></td>")
//document.write('<tr><td align="left" valign="top"><p class="style1"><a href="#" onClick="return clickreturnvalue()" onMouseover=dropdownx("this","event","menu6","150px") onMouseout="delayhidemenu()">Quick Logins</a><br></td></tr>')
document.write("<tr><td align='left' valign='top'>&nbsp;</td></tr><tr><td align='left' valign='top'><span class='style1'><font face='Arial, Helvetica, sans-serif'><img src='" + Pathname + "/images/upevents.jpg' width='200' height='32'></font></span></td></tr>")

// This section is for the Upcoming Events

//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/events/hybrid.htm' class='style1'>OCT 20th, 9AM-3PM<br>Designing or Redesigning Courses for Hybrid Delivery</a></td></tr>")
document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/planner/tlcenews.html' class='style1'>T/LC e-News</a></td></tr>")
//document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/planner/nextweek.html' class='style1'>Next Week's T/LC News</a></td></tr>")
document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/events/qccalendar.html' class='style1'>Future Events</a></td></tr>")

document.write("<tr><td align='left' valign='top' class='style1'>Featured Link:<a href='http://ce8facultyfinds.blogspot.com/' class='style1'><br>CE8 Faculty Finds</a></td></tr>")


/*
COPY FORMAT BELOW FOR RELATIVE LINKS
document.write("<tr><td align='left' valign='top'><a href='" + Pathname + "/")

document.write("HYPERLINK")

document.write("' class='style1'>")

document.write("MESSAGE")

document.write("</a></td></tr>")


COPY FORMAT BELOW FOR DIRECT LINKS
document.write("<tr><td align='left' valign='top'><a href='")

document.write("HYPERLINK")

document.write("' class='style1'>")

document.write("MESSAGE")

document.write("</a></td></tr>")

*/