// ****************************************************************************
// *                                                                          *
// *                          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("Home","/");
   createLinkEntry("Safe Consumer Computing","/safety");
   //createLinkEntry("FireFox's <i>Forgotten</i> Extensions","/firefox_addons");
   //createPopupEntry("Clients");
   createPopupEntry("Developers Corner","/_development.shtml");
   //createPopupEntry("Projects","/_projects.shtml");
   //createLinkEntry("Wiki","/mywiki");
   //createLinkEntry("Blog","/blog/index.php");
   //createLinkEntry("Forums","/forum/index.php?4");
   //createLinkEntry("Sponsors","/_sponsors.shtml");
   createPopupEntry("About...");
   createLinkEntry("Privacy Policy","/privacy_policy.html");
   //createLinkEntry("Advanced Search","/_search.html");
}

function createPopupMenus()
{
   // create layers here
   imageURL = ""; // "/graphics/marble2c.jpg";
   //startPopupMenu(level,"sample","sample title",imageURL);
   //createLinkEntry("Sample Submenu Link","/cgi-bin/sample.pl");
   //createPopupEntry("submenu","base link");
   //endPopupMenu();

   startPopupMenu(1,"About...","",imageURL);
   createLinkEntry("John C. Checco, CISSP","/about/john.checco");
   createLinkEntry("Sponsorship","/sponsors");
   //createLinkEntry("Public Service Announcements","/_psa.shtml");
   endPopupMenu();

   startPopupMenu(1,"Developers Corner","/development",imageURL);
   createLinkEntry("ConcurrentLock","/development/concurrentlock");
   createLinkEntry("JavaScripts","/development/javascripts");
   endPopupMenu();

/*
   startPopupMenu(1,"Projects","",imageURL);
   createLinkEntry("Resume Repository","/resdb");
   createLinkEntry("Restaurant Guide","/r_guide");
   createLinkEntry("Homework Online","/homework");
   createLinkEntry("Online Stores","/store");
   //createLinkEntry("B2B Marketplace","/sscatmgr");
   createLinkEntry("B2B Marketplace","/sscatmgr/asera_demo/");
   endPopupMenu();
*/

   startPopupMenu(1,"Clients","",imageURL);
   createLinkEntry("<font color=green>Information Security Consulting:</font><hr>");
   createLinkEntry("Asset International");
   createLinkEntry("PlanSponsor");
   createLinkEntry("Wall Street Technology Association","http://www.wsta.org");

   createLinkEntry("<font color=green>Web-site Development:</font><hr>");
   createLinkEntry("Wall Street Technology Association","http://www.wsta.org");
   createLinkEntry("Mountain View Caterers","http://www.mtviewdeli.com");
   createLinkEntry("Peck's Skate Shop","http://www.pecks-skateshop.com");
   createLinkEntry("PML Consulting, LTD","http://www.pmlconsulting.com");
   createLinkEntry("Greenwich-Online, Inc."); // ,"http://www.golinc.com");
   createLinkEntry("PC Studio Architect, PLLC","http://www.pcstudioarch.com");

   createLinkEntry("<hr><font color=green>Application Development:</font><hr>");
   createLinkEntry("Pitney Bowes -- Advanced Concepts & Technology");
   createLinkEntry("Verizon -- Wholesale Access eBusiness");
   createLinkEntry("CardioNOW, Inc.","http://www.cardionow.com");
   createLinkEntry("Kodak Health Imaging","http://www.kodak.com/country/US/en/corp/pressReleases/pr19990614-01.shtml");
   createLinkEntry("Lynx Systems Developers, Inc.","http://www.finishlynx.com");
   createLinkEntry("SemiSales.com B2B Marketplace"); // ,"/sscatmgr");
   createLinkEntry("DOBI Medical Systems","http://www.dobimedical.com");
   createLinkEntry("Zircar Zirconia","http://www.zircarzirconia.com/"); 
   endPopupMenu();
}

