<!--
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=\"default.htm\" title=\"My Homepage\">Home</a></li>");
document.write("	<li><a href=\"publications.htm\" title=\"Publications\">Publications</a></li>");
document.write("	<li><a href=\"MAS.htm\" title=\"MAS FAQ\">What is MAS?</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>");
-->

