// JavaScript Document

function foot() {
	var localtime = new Date();
	var copyrightYear = localtime.getFullYear();
	document.write('<div id="footer"> \n\
			<p><a href="index.html">Home</a> | <a href="course_index.html">ITN Courses</a> | <a href="videolibrary.html">ITN Media</a> | <a href="medicaldatabases.html">Online Resources</a> | <a href="javascript:;">Case Consultations</a> | <a href="javascript:;">Calendars</a> | <a href="about.html">About Us</a> | <a href="http://www.wiredinternational.org/contact.html">Contact Us</a> | <a href="javascript:;">Site Map</a></p> \
			<p>&nbsp;</p> \n\
			<span id="foot"> \n\
				<p>Design by Ann Britton at <a href="http://www.bananadesign.com" target="_blank">www.bananadesign.com</a></p> \n\
				<p><strong>It\'s private!</strong> WiRED never sells or shares our e-mail with any other organizations, businesses, or individuals.</p> \n\
				<p>WiRED works in cooperation with the <a href="http://edelman.sfsu.edu/" target="_blank">Marian Wright Edelman Institute</a> at San Francisco State University.</p> \n\
				<p>Copyright &copy; ' + copyrightYear + ' <a href="http://www.wiredinternational.org" target="_blank">WiRED International</a>. All rights reserved.</p> \n\
			</span> \n\
		</div>');
}

// All tabs are on; use on the Home page.
function tabs_01() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="course_index.html"></a></td> \n\
				<td width="134px"><a id="media" href="videolibrary.html"></a></td> \n\
				<td width="134px"><a id="resources" href="medicaldatabases.html"></a></td> \n\
				<td width="134px"><a id="calendars"></a></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// All tabs are on; includes the Club House tab for temporary ITN Home page (indexxx.html)
function tabs_01a() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="course_index.html"></a></td> \n\
				<td width="134px"><a id="media" href="videolibrary.html"></a></td> \n\
				<td width="134px"><a id="resources" href="medicaldatabases.html"></a></td> \n\
				<td width="134px"><a id="clubhouses" href="clubhouse.html"></a></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// ITN Courses tab is off; use for all pages in the Courses/Modules section.
function tabs_02() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><img src="img/tabCourses2.gif" /></td> \n\
				<td width="134px"><a id="media" href="videolibrary.html"></a></td> \n\
				<td width="134px"><a id="resources" href="medicaldatabases.html"></a></td> \n\
				<td width="134px"><a id="calendars"></a></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// ITN Media tab is off; use on the Videolibrary page.
function tabs_03() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="course_index.html"></a></td> \n\
				<td width="134px"><img src="img/tabMedia2.gif" /></td> \n\
				<td width="134px"><a id="resources" href="medicaldatabases.html"></a></td> \n\
				<td width="134px"><a id="calendars"></a></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// Online Resources tab is off; use on the Medicaldatabases page.
function tabs_04() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="course_index.html"></a></td> \n\
				<td width="134px"><a id="media" href="videolibrary.html"></a></td> \n\
				<td width="134px"><img src="img/tabResources2.gif" /></td> \n\
				<td width="134px"><a id="calendars"></a></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// Club House tab is off; use on the Clubhouse page.
function tabs_05() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="course_index.html"></a></td> \n\
				<td width="134px"><a id="media" href="videolibrary.html"></a></td> \n\
				<td width="134px"><a id="resources" href="medicaldatabases.html"></a></td> \n\
				<td width="134px"><img src="img/tabClubhouses2.gif" height="30px" /></td> \n\
				<td style="background-image:url(img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

// Club House tab is off; use for all pages in a Club House section.
function tabs_clubhouse() {
	document.write('<table align="center" width="928px" cellpadding="0" cellspacing="0" border="0"> \n\
			<tr> \n\
				<td width="368px" style="background-image:url(../img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
				<td width="134px"><a id="courses" href="../course_index.html"></a></td> \n\
				<td width="134px"><a id="media" href="../videolibrary.html"></a></td> \n\
				<td width="134px"><a id="resources" href="../medicaldatabases.html"></a></td> \n\
				<td width="134px"><a id="clubhouses" href="../clubhouse.html"></a></td> \n\
				<td style="background-image:url(../img/topBoxGradient.jpg); background-repeat:repeat-x">&nbsp;</td> \n\
			</tr> \n\
		</table>');
}

