function showToolbar()

{

	menu = new Menu();

	mstyle = new MenuStyle();

	mstyle.idName = "SmartMenu";

	mstyle.idStyle = "horizontal";

	mstyle.position = "relative";

	mstyle.bVisible = true;

	mstyle.cellSpacing = 0;

	mstyle.mainMenuWidth = "100%";

    mstyle.bgColor = "#000000";

    mstyle.fgColor = "#000000";



	menu.newMenu(mstyle);

	//addItem(idOwner, idName, depth, text, hint, location, target, subMenu, alignment, bgColor, fgColor)	

	menu.addItem("SmartMenu", "idHome", 1, "Home", "Borderwave Software Home Page",  "http://borderwave.com/index.htm", null, null, 0);

	menu.addItem("SmartMenu", "idProducts", 1, "Products", "Borderwave Software Product Page",  "http://borderwave.com/files_products/products.htm", null, "idProductsSub", 0);

	menu.addItem("SmartMenu", "idServices", 1, "Services", "Borderwave Software Services Page",  "http://borderwave.com/files_services/services.htm", null, null, 0);

	menu.addItem("SmartMenu", "idDownloads", 1, "Downloads", "Borderwave Software Download Page",  "http://borderwave.com/files_download/download.htm", null, "idDownloadsSub", 0);

	menu.addItem("SmartMenu", "idPricing", 1, "Pricing", "Borderwave Software Pricing Page",  "http://borderwave.com/files_pricing/pricing.htm", null, null, 0);

	menu.addItem("SmartMenu", "idPurchase", 1, "Purchase", "Borderwave Software Purchase Page", "http://borderwave.com/files_purchase/purchase.htm", null, null, 0);

	menu.addItem("SmartMenu", "idSupport", 1, "Support", "Borderwave Software Support Page", "http://www.borderwave.com/WebKBase/KnowledgeBase.htm", null, null, 0);

	menu.addItem("SmartMenu", "idAboutUs", 1, "About Us", "About Borderwave Software", "http://borderwave.com/files_aboutus/aboutus.htm", null, "idAboutUsSub", 0);

	menu.addItem("SmartMenu", "idContactUs", 1, "Contact Us", "Contact Borderwave Software", "http://borderwave.com/files_contactus/contactus.htm", null, "idContactUsSub", 0);



/////////////////// idProductsSub



	mstyle = new MenuStyle();

	mstyle.idName = "idProductsSub";

	mstyle.idStyle = "vertical";

	mstyle.position = "absolute";

	mstyle.bVisible = false;

	mstyle.bLeftAligned = 0;

	mstyle.mainMenuWidth = "240px";

    mstyle.bgColor = "#000000";

    mstyle.fgColor = "#000000";



	menu.newMenu(mstyle);

	menu.addItem("idProductsSub", "idAdvancedDefectWeb", 2, "Advanced Defect Tracking Web Edition", "",  "http://borderwave.com/files_adtweb/adtweb.htm", null, null, 1);

	menu.addItem("idProductsSub", "idAdvancedDefect", 2, "Advanced Defect Tracking", "",  "http://borderwave.com/files_adt/adt.htm", null, null, 1);

	menu.addItem("idProductsSub", "idAdvancedPrecisionEstimating", 2, "Advanced Precision Estimating", "Application Services Article",  "http://borderwave.com/files_ape/ape.htm", null, null, 0);



/////////////////// idDownloadsSub	

	mstyle.idName = "idDownloadsSub";



	menu.newMenu(mstyle);

	menu.addItem("idDownloadsSub", "idDownloadsADTWeb", 2, "Advanced Defect Tracking Web Edition", "",  "http://borderwave.com/files_adtweb/customerinfoadtweb.htm", null, null, 1);

	menu.addItem("idDownloadsSub", "idDownloadsADT", 2, "Advanced Defect Tracking", "",  "http://borderwave.com/files_adt/customerinfoadt.htm", null, null, 0);

	menu.addItem("idDownloadsSub", "idDownloadsEstimation", 2, "Advanced Precision Estimating", "",  "http://borderwave.com/files_ape/customerinfoape.htm", null, null, 0);



/////////////////// idPurchaseSub

	mstyle.idName = "idPurchaseSub";



	menu.newMenu(mstyle);

	menu.addItem("idPurchaseSub", "idPurchaseADTWeb", 2, "Advanced Defect Tracking Web Edition", "",  "https://www.regsoft.net/regsoft/vieworderpage.php3?productid=49181", null, null, 1);

	menu.addItem("idPurchaseSub", "idPurchaseADT", 2, "Advanced Defect Tracking", "",  "https://www.regsoft.net/regsoft/vieworderpage.php3?productid=44226", null, null, 0);

	menu.addItem("idPurchaseSub", "idPurchaseEstimation", 2, "Advanced Precision Estimating", "",  "https://www.regsoft.net/regsoft/vieworderpage.php3?productid=42831", null, null, 0);



/////////////////// idSupportSub

	mstyle = new MenuStyle();

	mstyle.idName = "idSupportSub";

	mstyle.idStyle = "vertical";

	mstyle.position = "absolute";

	mstyle.bVisible = false;

	mstyle.bLeftAligned = 0;

	mstyle.mainMenuWidth = "120px";

    mstyle.bgColor = "#000000";

    mstyle.fgColor = "#000000";

	

	menu.newMenu(mstyle);

	menu.addItem("idSupportSub", "idSupportKnowledgeBase", 2, "Knowledge Base", "",  "http://borderwave.com/files_support/knowldgebase.htm", null, null, 1);

	menu.addItem("idSupportSub", "idSupportTips", 2, "Tips", "",  "http://borderwave.com/files_support/tips.htm", null, null, 0);

	menu.addItem("idSupportSub", "idSupportUpdates", 2, "Updates", "",  "http://borderwave.com/files_support/updates.htm", null, null, 0);



	mstyle.idName = "idAboutUsSub";

	menu.newMenu(mstyle);

	menu.addItem("idAboutUsSub", "idAboutUsAboutUs", 2, "About Us", "",  "http://borderwave.com/files_aboutus/aboutus.htm", null, null, 1);

	menu.addItem("idAboutUsSub", "idAboutUsEmployment", 2, "Employment", "",  "http://borderwave.com/files_aboutus/employment.htm", null, null, 0);

		

	mstyle.idName = "idContactUsSub";

	menu.newMenu(mstyle);

	menu.addItem("idContactUsSub", "idContactUsContactUs", 2, "Contact Us", "",  "http://borderwave.com/files_contactus/contactus.htm", null, null, 1);

	menu.addItem("idContactUsSub", "idContactUsFeedBack", 2, "Feedback", "",  "http://borderwave.com/files_contactus/feedback.htm", null, null, 0);

	

	showMenu();

}





function showForNetscape(){



printItem("Home", "http://borderwave.com/index.htm");

printItem("Products", "http://borderwave.com/files_products/products.htm");

printItem("Downloads", "http://borderwave.com/files_download/download.htm");

printItem("Pricing", "http://borderwave.com/files_pricing/pricing.htm");

printItem("Purchase", "http://borderwave.com/files_purchase/purchase.htm");

printItem("Support", "http://borderwave.com/files_support/support.htm");

printItem("About Us", "http://borderwave.com/files_aboutus/aboutus.htm");

printItem("Contact Us", "http://borderwave.com/files_contactus/contactus.htm");



}



function printItem (name, address){



	document.write (' | <a href="' + address + '">' + name + '</a>');

	

}