// filename: /test/docs/js/tools-tree1.js
// description: two navigation trees for the tools page
// update: 1-24-06  rc [numbers url]

/* FORMATTING  */

// left tree
var TOOLS_TREE_FORMAT =
[
//0. left position, top position
	110, 230,
//1. IGNORE unused settings for + - Buttons
	false, ["", "", ""], [16,16,0], false, ["", "", ""], [39,37],[0,0],
//2. tree background color ("" - transparent)
	"#ffffff",
//3. default CSS style for all nodes
	"clsNode",
//4. styles for each level of menu (default style will be used for undefined levels)
	["clsNode1", "clsNode", "clsNode", "clsNode"],
//5. true if only one branch can be opened at same time
	true,
//6. item padding and spacing
	[0,0],
];

// right tree (not commented)
var TOOLS_TREE2_FORMAT =
[
	350, 230, false, ["", "", ""], [16,16,0], false, ["", "", ""], [16,16], [0,0], "#ffffff", "clsNode", ["clsNode1", "clsNode", "clsNode", "clsNode"], true, [0,0],
];

/* VARIABLES  */

//these three provide indentation for netscape browsers
var tt1 = '         ';
var tt2 = '             ';
var tt3 = '                 ';
//var ar and up are used for dropdown arrows and popup symbols, respectively
var ar = '<img src="/graphics/arrows.gif" border="0"> <b>';
var up = '<img src="/graphics/popsym.gif" border="0">';
var raquo = '&#8595;';

/* TREE ARRAY */
/* all links in the tree array must have the following formatting or else the script will break! 
[ttLEVEL+'LINKNAME', "URL", null],
Uppercase is what you replace.
Replace null with "_blank" if you want it to open in a new window.
*/

var TOOLS_TREE_LINKS = [
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Individual Online Tools '+raquo, null, null,
	     [tt1+'View Service &#38; Billing Details', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
	     [tt1+'Check Spam Folder', "https://corp.sover.net/webmail/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
	     [tt1+'Local Access Numbers', "https://corp.sover.net/accounttools/index.php?option=com_soverdialups&Itemid=69", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Change Password', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Change Challenge Question', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Check & Manage Server Space', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 //[tt1+'Add Email-Only Accounts', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Start & Stop Email Forwarding', "https://corp.sover.net/webmail/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Add/Remove Dialup Accelerator Service', "https://corp.sover.net/accounttools/", "return pop(this,'','width=750,height=400,left=125,top=100,x=125,y=100,scrollbars,resizable,status')"],
		 [tt1+'Download Accelerator Software', "http://corp.sover.net/support/acceldwnld.shtml", null],
	],
			
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Forms to Print/Fax/Mail  '+raquo, null, null,
		 [tt1+'Order Additional Services', "/docs/add-service.shtml", "return pop_on(this)"],
		 //[tt1+'Discount Dialup Order', "/docs/discount.html", "return pop_on(this)"],
		 [tt1+'Change Credit Card info', "/docs/cc-change.shtml", "return pop_on(this)"],
		 [tt1+'Change Account Details', "/docs/accountchnge.shtml", "return pop_on(this)"],
		 [tt1+'Delete Mailbox', "/docs/inboxdelete.shtml", "return pop_on(this)"],
		 [tt1+'Username Change', "/docs/username-change.shtml", "return pop_on(this)"],
		 [tt1+'Others...', "/docs/formslist.html", "return pop(this)"],
	],
	['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Telephone Account Docs  '+raquo, null, null,
		 [tt1+'LifeLine/LinkUp (PDF)', "/support/voice/LifeLine-Linkup-04.pdf", "return pop_on(this)"],
		 [tt1+'What Is Local Measured Service? (PDF)', "/support/voice/Local_Measured-Service.pdf", "return pop_on(this)"],
		 [tt1+'What is ID-Blocking? (PDF)', "/support/voice/ID-Blocking.pdf", "return pop_on(this)"],
		 [tt1+'E911 Disabled Person Notice (PDF)', "/support/voice/DisabilityDesignationV.pdf", "return pop_on(this)"],
		 [tt1+'E911 Private Citizen Notice (PDF)', "/support/voice/PrivateCitizenDesignationV.pdf", "return pop_on(this)"],
		 [tt1+'Slamming (PDF)', "/support/voice/Slamming.pdf", "return pop_on(this)"],
		 [tt1+'TTY & other Specialized Equipment (PDF)', "/support/voice/VT-EDP.pdf", "return pop_on(this)"],
		 [tt1+'National Do Not Call List', "/support/voice/index.shtml", "return pop_on(this)"],
		 [tt1+'Continuous Emergency Access (PDF)', "/support/voice/Continuous_Emergency_Access.pdf", "return pop_on(this)"],
		 [tt1+'Consumers Rights (PDF)', "/support/voice/ConsumersRights.pdf", "return pop_on(this)"],
		 [tt1+'VT\'s Telemarketing Law', "/support/voice/act120.html", null],
	],
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Report Problems  '+raquo, null, null,
		 [tt1+'with Dialup Access Numbers', "/docs/troubles.shtml", "return pop(this)"],
		 [tt1+'with Telephone Service', "/docs/repair.shtml", "return pop(this)"],
		 [tt1+'24-Hr Phone Svc Repair: 877-877-2120, ext.3', null, null],
	], 
];
var TOOLS_TREE2_LINKS = [
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> All About Your Account', "/start/newaccounts.shtml", null],
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Policies  '+raquo, null, null,
		 [tt1+'Privacy', "/docs/privacy.shtml", "return pop_on(this)"],
		 [tt1+'Terms of Service', "/docs/terms.shtml", "return pop_on(this)"],
		 [tt1+'Acceptable Use', "/docs/acceptableuse.shtml", "return pop_on(this)"],
		 [tt1+'Tariff', "/tariff/tariff.shtml", null],
		[tt1+'Long Distance Terms', "/tariff/interlata-terms.shtml", "return pop_on(this)"],
		[tt1+'30-Day Guarantee', "/docs/mbg.shtml", "return pop_on(this)"],
		[tt1+'Warranty, Ltd. Equip', "/support/warranty.html", "return pop_on(this)"],
		 [tt1+'Others...', "/company/policies.shtml", null],
	],
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> List of Dialing Shortcuts', "/support/voice/voice-Win/dial-shortcuts.html", "return pop(this)"],
		
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Ask Us  '+raquo, null, null,
		[tt1+'Customer Service', "/docs/feedback.shtml", "return pop(this)"],
		[tt1+'Ask Support', "/docs/supportQ.html", "return pop(this)"],
		[tt1+'Residential Sales', "/docs/salesQ.shtml", "return pop(this)"],
		[tt1+'Business Sales', "/docs/field-salesQ.shtml", "return pop(this)"],
	],
	 ['<img src="/graphics/tree-button2.jpg" alt=" " width=16 height=16 border=0 align="absbottom"> Customer Sites  '+raquo, null, null,
		 [tt1+'Personal Pages', "http://www.sover.net/personalpages-index.html", "return pop_off(this)"],
		 [tt1+'Nonprofit Sites', "http://www.sover.net/nonprofit-index.html",  "return pop_off(this)"],
		 [tt1+'Business Sites', "http://www.sover.net/business-index.html",  "return pop_off(this)"],
	],
	
];