document.title = "GIS and Cartography Services Lab";
//app_root = "/~ptingiri/cartolab/";
//rel_link = location.pathname.slice(app_root.length).lastIndexOf("/");
//if(rel_link == -1) rel_link = ""; else {rel_link = "../"}
rel_link = location.pathname.lastIndexOf("/"); //.slice(app_root.length)
if(rel_link == 0) rel_link = ""; else {rel_link = "../"}
page_83 = location.href.slice(location.href.lastIndexOf("/")+1);
pagename = location.href.slice(location.href.lastIndexOf("/")+1);
if (pagename == "") {pagename = "index.html"}

// USF stylesheet
//document.write("<link href='usfmain.css' rel='stylesheet' type='text/css'>");

//USF header
usf_header =  "<TABLE cellSpacing=0 cellPadding=0 width=780 align=center border=0>";
usf_header += "  <TR>";
usf_header += "    <TD background='"+rel_link+"images/head_back.gif'><DIV align=left><A href='http://www.usf.edu/index.html'><IMG height=54 ";
usf_header += "      alt='University of South Florida - click to return to home page' ";
usf_header += "      src='"+rel_link+"images/head_logo2.gif' width=219 ";
usf_header += "      border=0></A></DIV></TD>";
usf_header += "    <TD background='"+rel_link+"images/head_back.gif'><DIV align=right><IMG height=54 ";
usf_header += "      src='"+rel_link+"images/head_rt.gif' width=393 ";
usf_header += "      useMap=#submapMap border=0></DIV></TD>";
usf_header += "  </TR>";
usf_header += "  <TR bgColor=#336633>";
usf_header += "    <TD colSpan=2 height=18><DIV align=center><IMG height=19 ";
usf_header += "      src='"+rel_link+"images/head_nav.gif' width=620 ";
usf_header += "      useMap=#navmapMap border=0></DIV></TD>";
usf_header += "  </TR>";
usf_header += "  <TR bgColor=#dbd7bc>";
usf_header += "    <TD ";
usf_header += "    style='PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px' ";
usf_header += "    align=right colSpan=2></TD>";
usf_header += "  </TR>";
usf_header += "  <TR>";
usf_header += "    <TD vAlign=top align=left width=1 bgColor=#000000 colSpan=2><IMG src='"+rel_link+"images/spacer.gif' width=1></TD>";
usf_header += "  </TR>";
usf_header += "</TABLE>";
document.write(usf_header);

//USF navigation maps
usf_maps =  "<MAP name=submapMap>";
usf_maps += "  <AREA ";
usf_maps += "  title='Search the USF Web site' shape=RECT alt='Search the USF Web site' ";
usf_maps += "  coords=322,7,385,17 href='http://www.usf.edu/search.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='USF Site map' shape=RECT alt='USF Site map' ";
usf_maps += "  coords=323,19,389,29 href='http://www.usf.edu/sitemap.html'>";
usf_maps += "  <AREA title='USF home page' shape=RECT alt='USF home page' ";
usf_maps += "  coords=322,30,380,40 href='http://www.usf.edu/index.html'>";
usf_maps += "</MAP>";
usf_maps += "<MAP name=navmapMap>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Prospective Students' shape=RECT alt='Links for Prospective Students' ";
usf_maps += "  coords=5,5,114,15 href='http://www.usf.edu/prospective.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Our Students' shape=RECT alt='Links for Our Students' ";
usf_maps += "  coords=123,5,193,15 href='http://www.usf.edu/students.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Visitors' shape=RECT alt='Links for Visitors' ";
usf_maps += "  coords=201,5,242,15 href='http://www.usf.edu/visitors.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Faculty &amp; Staff' shape=RECT alt='Links for Faculty &amp; Staff' ";
usf_maps += "  coords=249,5,327,15 href='http://www.usf.edu/fac_staff.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Alumni' shape=RECT alt='Links for Alumni' ";
usf_maps += "  coords=335,4,426,15 href='http://www.usf.edu/alumni.html'>";
usf_maps += "  <AREA title='USF Campuses' ";
usf_maps += "  shape=RECT alt='USF Campuses' ";
usf_maps += "  coords=560,5,617,16 href='http://www.usf.edu/campuses.html'>";
usf_maps += "  <AREA ";
usf_maps += "  title='Links for Business &amp; Community' shape=RECT alt='Links for Business &amp; Community'"; 
usf_maps += "  coords=434,5,551,16 href='http://www.usf.edu/bus_com.html'>";
usf_maps += "</MAP>";
document.write(usf_maps);