 document.write("<!--horizontal navigation bar-->")
 document.write("<table id=\"global-nava\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" BGCOLOR=\"#666666\" width=\"100%\">")
 document.write("<tr ALIGN=\"Left\" valign=\"middle\">")

 document.write("<td   valign=\"middle\" width=\"60\">")
 document.write("<a href=\"../index.htm\">")
 document.write("<img src=\"../images/copslog4.gif\" alt=\"CoPS home\" border=\"0\" height=\"40\"></a>")
 document.write("</td>")

 document.write("<td  valign=\"middle\" width=\"18%\">")
 document.write("<a href=\"../sitemap.htm\">&nbsp\; Site Map</a><br>")
 document.write("<a href=\"../index.htm#COPSGoogleSearch\">&nbsp\; Site Search</a>")
 document.write("</td>")

 document.write("<td  valign=\"middle\" width=\"18%\">")
 document.write("<a href=\"../contact.htm\">Contact CoPS</a><br>")
 document.write("<a href=\"../people.htm\">People</a><br>")
 document.write("</td>")

 document.write("<td  valign=\"middle\" width=\"18%\">")
 document.write("<a href=\"../res1.htm\">Research</a><br>")
 document.write("<a href=\"../models.htm\">CGE Models</a><br>")
 document.write("</td>")

 document.write("<td  valign=\"middle\" width=\"18%\">")
 document.write("<a href=\"../gempack.htm\">GEMPACK</a><br>")
 document.write("<a href=\"../courses.htm\">Training Courses</a><br>")
 document.write("</td>")

 document.write("<td  valign=\"middle\" width=\"15%\">")
 document.write("<a href=\"../resource.htm\">Working Papers</a><br>")
 document.write("<a href=\"../resource.htm\">Resources</a><br>")
 document.write("</td>")

 document.write("<td  valign=\"middle\"  width=\"50\" >")
 document.write("<a href=\"http://www.buseco.monash.edu.au\">")
 document.write("<img src=\"../images/monlogo.gif\" alt=\"Monash University Faculty of Business and Economics\" border=\"0\" height=\"39\"></a>")
 document.write("</td>")

 document.write("</tr>")
 document.write("</table>")
 
