﻿<!--
document.write("<ul>");

/****************************************
-- INSTRUCTIONS --
Change your links here as per the directions:::

- Each line of 'document.write' represents one tab on your site. Copy it as many times as the number of tabs.
- The first line must be as it is. This 'default.htm' should be the first, and mandatory, page in your website.
- On each line, you need to input three parameters as described below

	document.write("	<li><a href=\"xxxx.xxx\" title=\"yyyy\">zzzz</a></li>");
-   1. href=\"xxxx.xxx\" -Replace xxxx.xxx with the web page name
-   2. title=\"yyyy"\ -Replace yyyy with the tooltip for this tab. It can be left blank, if desired
-   3. >zzzz</a></li> -Replace zzzz with the text for this tab. This will be displayed on the tab.
                      -Keep it short. Not more than 10-15 characters. Else, the tab will be too large
- Please don't put more than 7-8 tabs on your page. Else, you may run out of space on lower resolution screens.
*****************************************/

document.write("	<li><a href=\"index.html\" title=\"My Homepage\">Home</a></li>");
document.write("	<li><a href=\"index-long.html\" title=\"More Information\">&nbsp;&nbsp;Bio & CV&nbsp;&nbsp;</a></li>");
document.write("	<li><a href=\"http://teamcore.usc.edu/publications.aspx\" title=\"My Publications\">Publications</a></li>");
document.write("	<li><a href=\"http://teamcore.usc.edu/Research.htm\" title=\"Research and Teaching\">Research and Teaching</a></li>");
document.write("	<li><a href=\"http://teamcore.usc.edu/People.htm\" title=\"Members of Teamcore Group\">People</a></li>");
document.write("	<li><a href=\"http://teamcore.usc.edu/Awards.htm\" title=\"View Awards\">Awards</a></li>");
document.write("	<li><a href=\"http://teamcore.usc.edu/news-content.htm\" title=\"View vidoes and news about Teamcore Projects\">Videos & News</a></li>");


/****************************************
End of editing. Don't write below this line
****************************************/

document.write("	<li><a href=\"http://teamcore.usc.edu\" title=\"Teamcore Research Group - Homepage\">Teamcore Home</a></li>");
document.write("</ul>");
-->

