This is a modification of a script obtained from http://www.dynamicdrive.com/dynamicindex1/slideinmenu.htm. I use it as a popout menu from the left side on all of the admin pages on my site, but you could use it for anything...and even make it dynamic I suppose so you could load items in as a paramter string. You have to do two things....(1) put the first set of code in the header.php file just before """" and (2) put the second set of code in the actions directory with whatever file name you want (I use sidemenu.php) and setting the pages and pagenames that you want (just replace mine). Then that action (e.g., ""{{sidemenu}}"") can be placed on whatever pages you like. My wikka implementation also has another javascript drp-down menu and to get this to work with mine I had to comment out a line (See "Line below commented out by GMBowen....") so if you don't have that dropdown you may have to un-comment out the line. Have fun. %% %% %%(php) %% ---- CodeContributions