//-------------------------------------------------------------------------------------------------- // All material contained within this and associated downloaded pages is the property of 4thorder(TM) // Copyright © 2005. All rights reserved. // // Author: Michael Falatine || Authors email: 4thorder@4thorder.us // // USAGE: You may use this script for commercial or personal use, however, the copyright is retained- // by 4thorder (TM). // // For other free Scripts visit: http://www.4thorder.us/Scripts/ //--------------------------------------------------------------------------------------------------- // |||||||||||||||| // | Basic Set-up | // |||||||||||||||| // BRANCH CONTROL SETTINGS [Value MUST be in quotes]: // Enable single branch opening ONLY // Options: ['yes'=one branch at a time, ''=all branches will open] // Note: ALL Values other than 'yes' allows user to open more than one branch at a time var oneBranch='yes'; // EVENT TYPE SETTINGS [Value MUST be in quotes]: // Options: // 'mouseover'= branch expands when mouse is OVER element // 'click'=branch expands when element is clicked var handlerTYPE='mouseover'; // TRANSPARENCY SETTINGS (%) [Value MUST NOT be in qoutes]: var TValue=70; // 100=100% visible, 0=invisible [MUST BE a number between 0 and 100] // Can be decimal (example: 70.5) or integer (example: 71) // Does not work in Opera // IMAGE PLACEMENT [Value MUST be in quotes]: // Options: // 'before'=images will be inserted BEFORE content within element // 'after'=images will be inserted AFTER content within element // ''=images will NOT be included within element var ImagePlacement=''; // ||||||||||||||||||||||| // | Define Images Here | // ||||||||||||||||||||||| // [Value MUST be in quotes] // All images MUST be located in the folder "menu_script" // "menu_script" folder MUST be located in SAME directory as the webpage that you want the menu to be on // Note: Some images have been provided. You may use provided, your own, or none. // SET [EXPAND] IMAGE FILE NAME: var imagePLUS='arrow.gif'; // SET [COLLAPSE] IMAGE FILE NAME: var imageMINUS ='arrowdn.gif';