// ****************************************************************************
// *                                                                          *
// *                          Copyright 2000                                  *
// *                       CHECCO COMPUTER SERVICES                           *
// *                        All Rights Reserved.                              *
// *                                                                          *
// *     This software contains proprietary and confidential information      *
// *     belonging to CHECCO COMPUTER SERVICES, and may not be decompiled,    *
// *     disassembled, disclosed, reproduced or copied without the prior      *
// *     written consent of CHECCO COMPUTER SERVICES.                         *
// *                                                                          *
// ****************************************************************************
function createTitleBar()
{
	document.write("<td valign=top align=right>");
	document.write("<applet code=\"NCMECbanner.class\" codebase=\"http://banner.missingkids.com/java/\" align=\"baseline\" hspace=8 width=342 height=128></applet>");
	document.write("</td>");
}

function createMenuBar()
{
	return 0;
}

function createSideBar()
{
   createLinkEntry("Safe Home Computing");
   createLinkEntry("Overview","/safety/index.html");
   createLinkEntry("Online Safety Guidelines","/safety/guidelines.html");
   //createLinkEntry("Threats and Vulnerabilities","/safety/threats.html");
   createLinkEntry("Clean Your PC","/safety/clean.html");
   createLinkEntry("Closing Notes","/safety/closing.html");
   createLinkEntry("<hr>Powerpoint Presentations");
   createLinkEntry("Stop, Think, Click!","/safety/PTA - Internet Safety Guidelines - handout.pdf");
   createLinkEntry("<hr>");
   createLinkEntry("About the Author","/about/john.checco");
   //createLinkEntry("Links","/safety/links.html");
   createLinkEntry("Privacy Policy","/privacy_policy.html");
}

function createPopupMenus()
{
   // create layers here
   imageURL = ""; // "/graphics/marble2c.jpg";
}

