First let me say I LOVE your program. I have one site where I use 3 different groups, including collapsible menus. FANTASTIC!

Here is the problem with my other site. I am also using a Form Mail Script with which I build forms. Here is the directory structure:

/(root)
--> menus (folder with dhtml menu files)
-->forms (folder)
index.php (calling file for form)
-->templates (subfolder)
form.tpl.html (form code) this is the file with the dhtml menu loader code

When I run the program "forms/index.php" it calls templates/form.tpl.html
when the page loads it get the following at the top of the screen:


'); } else { document.write('<' + 'script language="javascript" type="text/javascript" src="' + rjsPath + 'iemenu.js">'); }return true;}LoadMenus();

All works perfectly when the files containing the DMB loader code are located in the root directory, but when buried below that, it just doesn't seem to work.