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='before';
// |||||||||||||||||||||||
// | Define Images Here |
// |||||||||||||||||||||||
// [Value MUST be in quotes]
// All images MUST be located in the folder "DMEImages"
// "DMEImages" 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.
// Sample images provided can be viewed in the "StartHere.htm" file
// SET [EXPAND] IMAGE FILE NAME:
// Filenames of samples provided:
// threedPLUS.gif | SimplePLUS.gif | thickBorderedPLUS.gif | thinBorderedPLUS.gif | bevArrowPLUS.gif
var imagePLUS='SimplePLUS.gif';
// SET [COLLAPSE] IMAGE FILE NAME:
// Filenames of samples provided:
// threedMINUS.gif | SimpleMINUS.gif | thickBorderedMINUS.gif | thinBorderedMINUS.gif | bevArrowMINUS.gif
var imageMINUS ='SimpleMINUS.gif';