function drawTabs(theFrontTab) {

    document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td colspan="2" valign="TOP">');
	document.writeln('<img src="../images/logo2.gif" width="64" height="69">');
	document.writeln('<a href="./index.html"><img src="../images/azcas.jpg" border="0" width="261" height="70"></a>');
	document.writeln('</td><td align="right" rowspan="2">');
	document.writeln('<a href="../atass/index.html"><img src="../images/atass_goodlogo.jpg" border="0" width="85" height="99"></a>');
	document.writeln('<a href="http://az.transfer.org/cas/CASHome.html"><img ');
	document.writeln('src="../images/CASWordLogo.gif" border="0" width="100" height="107"></a></td></tr></table>');

	document.writeln("<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>");

	document.writeln("<TD WIDTH='60'> &nbsp; </TD><TD VALIGN=BOTTOM>");

	document.write("<A HREF='../students/index.html'>");
	if (theFrontTab == "Student")
		document.write("<IMG SRC='../images/frontstudent.jpg' BORDER=0>");
	else
		document.write("<IMG SRC='../images/backstudent.jpg' BORDER=0>");
	document.write("</A>");


	document.write("<A HREF='../advisors/index.html'>");
	if (theFrontTab == "Advisor")
		document.write("<IMG SRC='../images/frontadvisors.jpg' BORDER=0>");
	else
		document.write("<IMG SRC='../images/backadvisors.jpg' BORDER=0>");
	document.write("</A>");


	document.write("<A HREF='../faculty/index.html'>");
	if (theFrontTab == "Faculty")
		document.write("<IMG SRC='../images/frontfaculty.jpg' BORDER=0>");
	else
		document.write("<IMG SRC='../images/backfaculty.jpg' BORDER=0>");
	document.write("</A>");


	document.write("<A HREF='../admin/index.html'>");
	if (theFrontTab == "Admin")
		document.write("<IMG SRC='../images/frontadminist.jpg' BORDER=0>");
	else
		document.write("<IMG SRC='../images/backadminist.jpg' BORDER=0>");
	document.write("</A>");


	document.write("<A HREF='../planning/index.html'>");
	if (theFrontTab == "Planning")
		document.write("<IMG SRC='../images/frontplanning.jpg' BORDER=0>");
	else
		document.write("<IMG SRC='../images/backplanning.jpg' BORDER=0>");
	document.write("</A>");

	document.writeln("</TD><TD> &nbsp; </TD>");

	document.writeln("<TR><TD COLSPAN=3 BGCOLOR='#006699'><IMG SRC='../images/frontstudent.jpg' HEIGHT=6 WIDTH=1 BORDER=0></TD></TR>");

    document.writeln('<tr><td align="center" colspan="3" bgcolor="#FFFFDD"><font color="#000080" size="2" ');
	document.writeln('face="Arial">Tell us! &nbsp; We want to hear <a href="http://az.transfer.org/cgi-bin/WebObjects/CAS_Apps">');
    document.writeln('your feedback</a>.</font></td></tr>');

	document.writeln("</TR></TABLE>");


}
