// path = ""  

// Main page:  headerStuff("","It's About Time Subscription Sites","bannerimage")

function headerStuff(path,title,bannerId)

{
bannerStyle = "banner1";
leftPhotoStyle = "leftPhoto1";
leftPhotoName = "170.jpg";
if (bannerId) {

//
// banner + bannerId MUST EXACTLY match one of the following strings (including letter case):
// bannerHome, banner1, banner2, banner3, banner4, banner5, banner6, banner7,
// bannerWS, bannerPeda
//

if (bannerId=="Home" || bannerId=="1" )
   {
   bannerStyle = "banner" + bannerId;
   leftPhotoStyle = "leftPhoto" + bannerId;
   leftPhotoName = "leftphoto" + bannerId + ".jpg";
   }
else
   {
   bannerStyle = "banner1";
   leftPhotoStyle = "leftPhoto1";
   leftPhotoName = "170.jpg";
   }
}


document.write("<body>");
//document.write("<div id='wrapper'>");

document.write("<table id='container' border ='0' align='center' cellpadding='0' cellspacing='0'>");

document.write("<tr id='"+bannerStyle+"'>");
document.write("<td height='110' colspan='2'>");



// ---- Banner Title Div- - - - - - - - - - - - - - - -  --
// bannerStyle = "bannerShort";
// if (bannerId=="u1" || bannerId=="u2") {bannerStyle="unitBanner";}
// else if (bannerId=="pedagogy") {bannerStyle="pedagogyBanner";}
// document.write("<div id='"+bannerStyle+"'>");
// document.write("<div id='bannerShort'>");

if (title) {
document.write("<div id='bannerTitle'>"+title+"</div>");
}


document.write("</td></tr>");


// -- Content Section start - - - - - - - - - - - - - -  -->
document.write("<tr valign='top'>");


// -- Column1 (left) start - - - - - - - - - - - - - -  -->
document.write("<td id='leftCol' width='200'>");

leftNavMenu(path);

document.write("<img src='"+path+"/"+leftPhotoName+"' alt='spacer' width='170' height='10' />");

document.write("</td>");




// Real End Content Left

document.write("<td id='contentCol'>");
}
function leftNavMenu(path)
{
document.write("<ul id='nav'>");
document.write("<li><a href='"+path+"iatorderset.html' title='How to Order'>How to Order</a></li>");
document.write("<li><a href='"+path+"abprices.html' title='Active Biology'>Active Biology</a></li>");
document.write("<li><a href='"+path+"acprices03.html' title='Active Chemistry'>Active Chemistry</a></li>");
document.write("<li><a href='"+path+"ap3prices10.html' title='Active Physics'>Active Physics Third Edition</a></li>");
document.write("<li><a href='"+path+"apcprices.html' title='Active Physics CoreSelect'>Active Physics CoreSelect</a></li>");
document.write("<li><a href='"+path+"apprices03.html' title='Active Physics'>Active Physics Modules</a></li>");
document.write("<li><a href='"+path+"apsprices04.html' title='Active Physical Science'>Active Physical Science</a></li>");
document.write("<li><a href='"+path+"aimprices.html' title='Aim for Algebra'>Aim for Algebra</a></li>");
document.write("<li><a href='"+path+"astrobio.html' title='Astrobiology'>Astrobiology</a></li>");
document.write("<li><a href='"+path+"biocommprices.html' title='BioComm'>BioComm</a></li>");
document.write("<li><a href='"+path+"coordinate05.html' title='Coordinated Science for the 21st Century'>Coordinated Science for the 21st Century</a></li>");
document.write("<li><a href='"+path+"cspessprices09.html' title='Coordinated Science Physical, Earth and Space Sciences'>Coordinated Science Physical, Earth and Space Sciences</a></li>"); 
document.write("<li><a href='"+path+"ecprices04.html' title='EarthComm'>EarthComm</a></li>");
document.write("<li><a href='"+path+"eoaprices.html' title='Discover Science Library'>Discover! Science Library</a></li>");
document.write("<li><a href='"+path+"3yearprices.html' title='3-Year Middle School Inquiry Science'>3-Year Middle School Inquiry Science</a></li>");
document.write("<li><a href='"+path+"iesprices03.html' title='Investigating Earth Systems'>Investigating Earth Systems</a></li>");
document.write("<li><a href='"+path+"interactions.html' title='InterActions in Physical Science'>InterActions in Physical Science 1st Edition</a></li>");
document.write("<li><a href='"+path+"interactions2.html' title='InterActions in Physical Science'>InterActions in Physical Science 2nd Edition</a></li>");
document.write("<li><a href='"+path+"intcorprices04.html' title='Integrated Coordinated Science'>Integrated Coordinated Science</a></li>");
document.write("<li><a href='"+path+"inves.html' title='Investigations in Environmental Science'>Investigations in <br />Environmental Science</a></li>");
document.write("<li><a href='"+path+"mcprices.html' title='MATH Connections'>MATH Connections</a></li>");
document.write("<li><a href='"+path+"mc2prices.html' title='MATH Connections Second Edition'>MATH Connections Second Edition</a></li>");
document.write("<li><a href='"+path+"mttaprices03.html' title='Math through the Ages'>Math through the Ages</a></li>");
document.write("<li><a href='"+path+"pbisprices.html' title='pbis'>PBIS</a></li>");
document.write("<li><a href='"+path+"petprices.html' title='PET'>PET, PSET & ESET</a></li>");
document.write("<li><a href='"+path+"fourier.html' title='Probeware by Fourier'>Probeware by Fourier</a></li>");
document.write("<li><a href='"+path+"scienceskills.html' title='Science Skills Handbook'>Science Skills Handbook</a></li>");
document.write("<li><a href='"+path+"softwareprices03.html' title='Software'>Software</a></li>");
document.write("<li><a href='"+path+"testgens.html' title='Test Generators'>Test Generators</a></li>");
document.write("<li><a href='"+path+"videos03.html' title='Videos'>Videos</a></li>");
document.write("<li><a href='"+path+"../htmls/kits/materialkits.html' title='Material Kits'>Material Kits</a></li>");
document.write("<li><a href='"+path+"caadopt.html' title='Adoption'>California Adoption</a></li>");
document.write("</ul>");
}
// Foot (bottom) of the web page--copyright notice and final end tags

function footerStuff()
{
document.write("<br />");
document.write("</td>");
document.write("</tr>");
document.write("<tr id='footerRow'>");
document.write("<td>&nbsp;</td>");
document.write("<td id='footer'>&copy; 2006 <em>It's About Time, Herff Jones Education Division</em>. All rights reserved. </td>");
document.write("</tr>");

document.write("</table>");

// Bottom Bar Starts 

document.write("<script language='Javascript' src='"+path+"wz_tooltip.js'></script>");
document.write("</body>");
}
// ----- DreamWeaver Functions start here --------

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
// ----- End DreamWeaver Functions -----